12004-07-10  Nathan Chantrell <nsc@zorg.org>
2
3    * vsound.c
4    Rolled in autostop patch by Richard Taylor <r.taylor@bcs.org.uk>
5    Kills the player after a set number of seconds of inactivity (defined
6    as the time that the /dev/dsp device is closed)
7
8    * vsound.in
9    --autostop (-a) autostop option handling from above patch added
10    Fixed non-functional --resample (-r) option
11
122001-02-11  Erik de Castro Lopo  <erikd@zip.com.au>
13
14    * vsound.in
15    Prevented simultaneous usage of --verbose and --stdout. Thanks to
16    Lars Kellogg-Stedman for pointing out the problems with this.
17	Added copyright to top of file.
18
192000-12-20  Erik de Castro Lopo  <erikd@zip.com.au>
20
21    * vsound.c
22    Added code to do usleep() for an appropriate time to fool the realplayer
23    into thinking its actually writing to the soundcard even though its
24    writing to a file.
25
26    * vsound.in
27    Added --timing (-t) option handling.
28    Added better set of reasons why vsound may fail in error output.
29
302000-11-12  Erik de Castro Lopo  <erikd@zip.com.au>
31
32    * vsound.in
33    Improved command line argument handling.
34    Added --no-convert option.
35
362000-11-07  Erik de Castro Lopo  <erikd@zip.com.au>
37
38    * vsound.c
39    Debian Woody doesn't #define RTLD_NEXT so detect and correct this.
40
412000-08-03  Erik de Castro Lopo  <erikd@zip.com.au>
42
43    * vsound.in vsound.c
44    Added changes to make silent operation the default. Simultaneous playback
45    and conversion is enabled with the -d / --dspout switch.
46    Some programs (specifically, some versions of the RealPlayer) may require
47    this options to perform correctly.
48
492000-06-24  Erik de Castro Lopo  <erikd@zip.com.au>
50
51    * configure.in vsound.c
52    Improved detection of processor endian-ness.
53
54    * vsound.in
55    Added -r / --resample command line option to make sox resample the audio
56    data at a different sample rate.
57
582000-03-14  Erik de Castro Lopo  <erikd@zip.com.au>
59
60    * vsound.c
61    Fixed it to work with version 7 of the RealPlayer.
62    Tidy up.
63
64    * configure.in
65    Added --enable-debug option.
66
672000-03-04  Erik de Castro Lopo  <erikd@zip.com.au>
68
69    * vsound.c
70    Changed the operation. vsound now works by passing all data to /dev/dsp but
71    also saving required ioctl() call data and audio data to a separate file.
72    The AUTHORS, ChangeLog and NEWS files have been updated to reflect this.
73
741999-05-31  James Henstridge  <james@daa.com.au>
75
76    * Makefile.am (libvsound_la_LDFLAGS): added some flags so that we
77    don't have the version number on the end.
78
79    * vsound.in: made the script detect the sound format correctly,
80    and form the correct set of options to sox.  It should also handle
81    little endian/big endian related problems correctly.
82
83    * vsound.c (dspctl): give information about the format.  Before it was
84    always reporting signed 16-bit, which was very broken.
85    (dspctl): recognise the SNDCTL_DSP_CHANNELS ioctl as well.
86
87