1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
vsound-0.6: 10-Jul-2004
- First full (ie non-patch) release from <nsc@zorg.org>.
- Added autostop option. Kills the player after a set number of
seconds of inactivity (defined as the time that the /dev/dsp
device is closed)
- Fixed non-functional --resample (-r) option
- Small number of cosmetic changes to wrapper script
vsound-0.4: 12-Nov-2000
- Changed standard output file format to AU.
- Added capability to pipe vsound output to another program.
- Vsound no longer uses the /tmp directory (which is often a small
partition) for temporary files.
- Silent operation has been returned to being the default behavior.
vsound-0.3: 03-Aug-2000
- First full (ie non-patch) release from <erikd@zip.com.au>.
- Simultaneous playback and conversion is now optional using the
a command line switch.
- Added a command line option for re-sampling the output file at
a different sample rate.
vsound-0.2p2: 14-Mar-2000
- Fixed to work with version 7 of RealPlayer. It should still work
with everything else.
vsound-0.2p1: 04-Mar-2000
- Changed the operation. vsound now works by passing all data to /dev/dsp but
also saving required ioctl() call data and audio data to a separate file.
vsound-0.2: 31-May-1999
- detect sound data format correctly. Before, it was always
using signed 16 bit format (doh).
- Changed over to libtool 1.3, and now use the -avoid-version flag,
so only libvsound.so is created (not libvsound.so.0.0.0).
vsound-0.1: 4-May-1999
- initial release.
|