From 0bfed4a3aead52890426c8f25f09ae8c0eec0b2e Mon Sep 17 00:00:00 2001 From: darkeye Date: Sun, 14 Jan 2007 10:01:25 +0000 Subject: [PATCH] fix to enable file dumping with ogg vorbis, closes #5 --- darkice/trunk/AUTHORS | 1 + darkice/trunk/ChangeLog | 2 ++ darkice/trunk/man/darkice.1 | 3 ++- darkice/trunk/src/DarkIce.cpp | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/darkice/trunk/AUTHORS b/darkice/trunk/AUTHORS index 81f7045..56c755c 100644 --- a/darkice/trunk/AUTHORS +++ b/darkice/trunk/AUTHORS @@ -27,4 +27,5 @@ with contributions by: Alexander Vlasov Mariusz Mazur + diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index 7341658..4f1312a 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -3,6 +3,8 @@ DarkIce next release o fix to enable compiling on 64 bit platforms thanks to Alexander Vlasov and Mariusz Mazur + o fix to enable file dump feature using ogg vorbis. + thanks to 19-05-2006 DarkIce 0.17.1 released diff --git a/darkice/trunk/man/darkice.1 b/darkice/trunk/man/darkice.1 index 8b85990..92dd668 100644 --- a/darkice/trunk/man/darkice.1 +++ b/darkice/trunk/man/darkice.1 @@ -100,7 +100,8 @@ Developed with contributions by Alexander Vlasov Mariusz Mazur - + + .SH LINKS Project homepage: .I http://darkice.sourceforge.net/ diff --git a/darkice/trunk/src/DarkIce.cpp b/darkice/trunk/src/DarkIce.cpp index f6c8d55..47c99b2 100644 --- a/darkice/trunk/src/DarkIce.cpp +++ b/darkice/trunk/src/DarkIce.cpp @@ -964,6 +964,7 @@ DarkIce :: configFileCast ( const Config & config ) dsp.get(), bitrateMode, bitrate, + quality, dsp->getSampleRate(), dsp->getChannel() ); #endif // HAVE_VORBIS_LIB