refs #2 Use in aacPlusEncoder constructor the variable channel from darkice.cfg because we are always using the same channels as input.
This commit is contained in:
parent
ec2e56f5f7
commit
fc5f17569d
|
@ -663,7 +663,7 @@ DarkIce :: configIceCast2 ( const Config & config,
|
|||
bitrate,
|
||||
quality,
|
||||
sampleRate,
|
||||
dsp->getChannel());
|
||||
channel );
|
||||
#endif // HAVE_AACPLUS_LIB
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue