Displaying 2 results from an estimated 2 matches for "log_error4".
Did you mean:
log_error
2004 Aug 06
0
Stream with Ices2 sound very metallic
...r code=%d", channels, rate, max_br, nom_br, min_br,ret);
vorbis_info_clear(&s->vi);
free(s);
return NULL;
}
} else
{
int ret = vorbis_encode_setup_vbr(&s->vi, channels, rate, quality*0.1);
if (ret) {
LOG_ERROR4("Failed to configure VBR encoding for %d channel(s), "
"at %d Hz, quality level %f. Error code=%d", channels, rate, quality,ret);
<p><p>It is helpfull. Then we may just need to add a function in vorbis to display the error message
corresponding t...
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