Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.375 Times

Bible Gateway Audio Version software
Filter: All | Freeware | Demo
 

Bible Gateway Audio Version

< 1 2 3 4 5 > 
Released: March 07, 2012  |  Added: March 18, 2012 | Visits: 2.300

MAGIX Audio Cleaning Lab MAGIX Audio Cleaning Lab MX - Professional audio editing and restoration made easy With MAGIX Audio Cleaning Lab MX you can quickly and easily digitize your favorite songs, voice recordings and more. Adjust audio material as you see fit, burn to CD or simply save everything to your hard...



Platforms: Windows

License: Shareware Cost: $59.99 USD Size: 207.57 MB Download (876): MAGIX Audio Cleaning Lab Download

Added: August 16, 2008 | Visits: 1.144

XL-KJV Bible XL-KJV is a Large Print KJV Holy Bible with extremely easy navigation, designed especially for the sight-impaired. The printed text can be read while one listens to the Wagner audio files at the same time. A great no-frills solution for people wanting a simple, easily readable, and excellent...





Platforms: Windows

License: Freeware Size: 1.11 MB Download (550): XL-KJV Bible Download

Added: August 15, 2008 | Visits: 1.466

Bible Plus The King James Version of the Bible designed for Windows. A lightning fast search engine powers the system, easy to use, create notes about any chapter, great for quick and easy searches of the entire Bible, both Old and New Testaments.


Platforms: Windows

License: Freeware Size: 2.9 MB Download (534): Bible Plus Download

Added: February 17, 2010 | Visits: 1.350

Wiki::Gateway Wiki::Gateway is a Perl library for interacting with remote wikis. SYNOPSIS use Wiki::Gateway; $result = Wiki::Gateway::getPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl, $wiki_type, SandBox); $result = Wiki::Gateway::putPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Wiki::Gateway Download

Added: February 17, 2010 | Visits: 862

Audio::Ecasound Audio::Ecasound is a Perl binding to the ecasound sampler, recorder, fx-processor. SYNOPSIS One function interface: use Audio::Ecasound qw(:simple); eci("cs-add play_chainsetup"); eci("c-add 1st_chain"); eci("-i:some_file.wav"); eci("-o:/dev/dsp"); # multiple n separated commands...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Audio::Ecasound Download

Added: May 10, 2010 | Visits: 1.554

RSS-IM Gateway The RSS-IM Gateway allows any site with an RSS feed to make their feed available via the IM network of their choice. It is very easy to set up. Just create a new IM nick on your favorite network (links here) - something like "MySiteIM" always works - fill out the blanks in the config.im file,...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (100): RSS-IM Gateway Download

Added: January 08, 2010 | Visits: 1.036

Audio::TagLib::MPEG::XingHeader Audio::TagLib::MPEG::XingHeader is an implementation of the Xing VBR headers. SYNOPSIS use Audio::TagLib::MPEG::XingHeader; my $i = Audio::TagLib::MPEG::XingHeader->new($data); print $i->isValid() ? "valid" : "invalid", "n"; This is a minimalistic implementation of the Xing VBR headers....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (122): Audio::TagLib::MPEG::XingHeader Download

Added: May 02, 2010 | Visits: 1.213

Audio::TagLib::MPEG::Properties Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3. SYNOPSIS use Audio::TagLib::MPEG::Properties; my $f = Audio::TagLib::MPEG::File->new("sample file.mp3"); my $i = $f->audioProperties(); print $i->layer(), "n"; # got 3 This reads the data from an...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (102): Audio::TagLib::MPEG::Properties Download

Added: September 26, 2010 | Visits: 1.440

Audio::TagLib::MPEG::Header Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers. SYNOPSIS use Audio::TagLib::MPEG::Header; my $i = Audio::TagLib::MPEG::Header->new($data); This is an implementation of MPEG Layer III headers. The API follows more or less the binary format of these headers. Refer to...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (129): Audio::TagLib::MPEG::Header Download

Added: July 26, 2010 | Visits: 2.181

The Linux UPnP Internet Gateway Device Project The Linux UPnP Internet Gateway Device Project is an attempt to begin work on a UPnP Forum-compliant Internet Gateway Device. It allows Windows Messenger or other this kind of programs to use voice/video through a Linux firewall running Iptables. This program only creates DNAT (portmap)...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (113): The Linux UPnP Internet Gateway Device Project Download

Added: June 17, 2010 | Visits: 1.538

JackLab Audio Distribution 1.0 JackLab Audio Distribution is a remastered openSUSE for musicians, producers and media creators. The JackLab Team is proud to present the first public alpha-release of the JackLab Audio Distribution (JAD). The 1.2GB DVD iso can be downloaded from jacklab.org. We have found that musicians have...


Platforms: *nix

License: Freeware Size: 1.56 GB Download (211): JackLab Audio Distribution 1.0 Download

Added: April 27, 2010 | Visits: 1.709

Audio::AMR::Decode Audio::AMR::Decode is a Perl extension do decode .amr files. SYNOPSIS use Audio::AMR::Decode; Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm); This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file. The package contains C-source files for the...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (296): Audio::AMR::Decode Download

Added: April 11, 2010 | Visits: 943

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Added: May 18, 2010 | Visits: 1.229

Audio::DSP Audio::DSP is a Perl interface to *NIX digital audio device. SYNOPSIS use Audio::DSP; ($buf, $chan, $fmt, $rate) = (4096, 1, 8, 8192); $dsp = new Audio::DSP(buffer => $buf, channels => $chan, format => $fmt, rate => $rate); $seconds = 5; $length = ($chan * $fmt * $rate * $seconds) /...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (147): Audio::DSP Download

Added: February 14, 2010 | Visits: 2.736

Kannel WAP and SMS Gateway Kannel WAP and SMS Gateway project is a WAP and SMS gateway. SMS, short message services, are widely used all over the world in huge amounts. The main use for Kannel is to link HTTP based services to various SMS centers using obscure protocols. WAP, short for Wireless Application Protocol, is...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (211): Kannel WAP and SMS Gateway Download

Added: January 25, 2010 | Visits: 1.503

Online Bible Online Bible is a full-featured program designed for serious Bible students. You can display Bible passages and notes in any number of windows. Most operations can be performed using either the mouse or keyboard commands. The program is both powerful and easy to use.In addition to the King James...


Platforms: Mac

License: Freeware Size: 8.6 MB Download (133): Online Bible Download

Added: January 25, 2010 | Visits: 1.561

Apple Pro Audio News OSXRecording.com web site is a community of professional audio producers and engineers using OS X. This widget brings you the RSS data feed of the latest news, product announcements, pod cast releases, contest information and more in a small, simple, easy to install tool.


Platforms: Mac

License: Freeware Download (101): Apple Pro Audio News Download

Released: June 18, 2010  |  Added: July 22, 2010 | Visits: 1.220

DriverVista For Gateway Update Vista/Win7 drivers for your Gateway notebooks. DriverVista For Gateway can help relieve you of worries about installing out-of-date drivers. It scans your system and install Gateway official drivers to your Gateway notebooks automatically. Whether it's because you're trying to install...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.49 MB Download (1634): DriverVista For Gateway Download

Released: October 09, 2010  |  Added: October 12, 2010 | Visits: 891

Boxoft Audio Converter Boxoft Audio Converter is an all-in-one audio converter, allowing you to both convert between different format audio files. Boxoft Audio Converter supports many audio file types including TTA, MP3, WMA, WAV, AAC, FLAC, OGG, APE, among many others. With Boxoft Audio Converter, you can also...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 5.96 MB Download (109): Boxoft Audio Converter Download

Released: November 18, 2011  |  Added: December 22, 2011 | Visits: 1.418

DriverXP For Gateway Update Windows XP/2000/2003/NT drivers for your Gateway notebooks. DriverXP For Gateway can help relieve you of worries about installing out-of-date drivers. It scans your system and install Gateway official drivers to your Gateway notebooks automatically. Whether it's because you're trying...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.5 MB Download (133): DriverXP For Gateway Download

< 1 2 3 4 5 >