fix to enable file dumping with ogg vorbis, closes #5
This commit is contained in:
parent
51589a5aad
commit
0bfed4a3ae
|
@ -27,4 +27,5 @@ with contributions by:
|
||||||
<jochen2@users.sourceforge.net>
|
<jochen2@users.sourceforge.net>
|
||||||
Alexander Vlasov <zulu@galaradio.com>
|
Alexander Vlasov <zulu@galaradio.com>
|
||||||
Mariusz Mazur <mmazur@kernel.pl>
|
Mariusz Mazur <mmazur@kernel.pl>
|
||||||
|
<derrick@csociety.org>
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@ DarkIce next release
|
||||||
o fix to enable compiling on 64 bit platforms
|
o fix to enable compiling on 64 bit platforms
|
||||||
thanks to Alexander Vlasov <zulu@galaradio.com> and
|
thanks to Alexander Vlasov <zulu@galaradio.com> and
|
||||||
Mariusz Mazur <mmazur@kernel.pl>
|
Mariusz Mazur <mmazur@kernel.pl>
|
||||||
|
o fix to enable file dump feature using ogg vorbis.
|
||||||
|
thanks to <derrick@csociety.org>
|
||||||
|
|
||||||
|
|
||||||
19-05-2006 DarkIce 0.17.1 released
|
19-05-2006 DarkIce 0.17.1 released
|
||||||
|
|
|
@ -100,7 +100,8 @@ Developed with contributions by
|
||||||
<jochen2@users.sourceforge.net>
|
<jochen2@users.sourceforge.net>
|
||||||
Alexander Vlasov <zulu@galaradio.com>
|
Alexander Vlasov <zulu@galaradio.com>
|
||||||
Mariusz Mazur <mmazur@kernel.pl>
|
Mariusz Mazur <mmazur@kernel.pl>
|
||||||
|
<derrick@csociety.org>
|
||||||
|
|
||||||
.SH LINKS
|
.SH LINKS
|
||||||
Project homepage:
|
Project homepage:
|
||||||
.I http://darkice.sourceforge.net/
|
.I http://darkice.sourceforge.net/
|
||||||
|
|
|
@ -964,6 +964,7 @@ DarkIce :: configFileCast ( const Config & config )
|
||||||
dsp.get(),
|
dsp.get(),
|
||||||
bitrateMode,
|
bitrateMode,
|
||||||
bitrate,
|
bitrate,
|
||||||
|
quality,
|
||||||
dsp->getSampleRate(),
|
dsp->getSampleRate(),
|
||||||
dsp->getChannel() );
|
dsp->getChannel() );
|
||||||
#endif // HAVE_VORBIS_LIB
|
#endif // HAVE_VORBIS_LIB
|
||||||
|
|
Loading…
Reference in New Issue