Displaying 3 results from an estimated 3 matches for "min_br".
Did you mean:
min_bw
2004 Aug 06
0
Stream with Ices2 sound very metallic
...f a feature not implemented in this
<p>But, is it possible for the ices developpers to change encode.c:encode_initialise
to display the vorbis return code?
int ret = vorbis_encode_setup_managed(&s->vi, channels, rate,
max_br>0?max_br:-1, nom_br, min_br>0?min_br:-1);
if (ret) {
LOG_ERROR6("Failed to configure managed encoding for "
"%d channel(s), at %d Hz, with bitrates %d max %d "
"nominal, %d min. Error code=%d", channels, rate, max_br, nom_br, min_br,...
2004 Aug 06
5
Stream with Ices2 sound very metallic
Hi,
I don't know why, but the stream generated by ices sounds very metallic, compared to the radio, and compared to a
stream of the same quality with darkice.
I tried different parameters, but it doesn't change.
My parameters are :
<input>
<module>oss</module>
<param name="rate">44100</param> <!-- samplerate -->
<param
2012 Jan 10
2
ices2 memory leak on Debian/ARM (The Darkener)
...r each different processor.
if(encoding)
{
if(inmod->metadata_update)
inmod->metadata_update(inmod->internal, &sdsc->vc);
sdsc->enc = encode_initialise(stream->channels, stream->samplerate,
stream->managed, stream->min_br, stream->nom_br,
stream->max_br,
stream->quality, &sdsc->vc);
if(!sdsc->enc) {
LOG_ERROR0("Failed to configure encoder");
stream->died = 1;
shout_free (sdsc->shout);
sdsc->shout = NULL;...