Displaying 3 results from an estimated 3 matches for "qualitysettings".
Did you mean:
qualitysetting
2004 Aug 06
2
Bitrate in encoder
Hi,
I'm using the latest version of libspeex (checked out today) and have
some problems with checking the target bitrate in the encoder. Calling:
peex_encoder_ctl(globals->enc_state,SPEEX_GET_BITRATE, &bitrate);
Seems to set bitrate to 24600 no matter what the qualitysetting is.. The
functions used previous to this call is:
peex_bits_init(&globals->bits);
2015 Jul 29
0
smbd core-dumping when removing file; mis-configuration?
...uot;$TO/"
done
"Oh, $THAT could be removed!"
kevin at FROM $ rm -rf "$THAT/"
kevin at TO $ rm -rf "$THAT/"
The problem is that the rm command against the new NAS box returns a lot
of lines like:
rm: cannot remove '[snip to anonymize]/QualitySettings.asset':
Input/output error
If I perform the action a second time, the files in question appear to
be successfully removed.
On the new NAS box, I see this (representative snippet) repeated many
times in the logs:
-----
+-----------------------+
| NMBD debugging info |
+---...
2004 Aug 06
0
Bitrate in encoder
> speex_encoder_ctl(globals->enc_state,SPEEX_GET_BITRATE, &bitrate);
>
> Seems to set bitrate to 24600 no matter what the qualitysetting is.. The
> functions used previous to this call is:
Did you make sure it really *sets* and not just return an incorrect
result?
> speex_bits_init(&globals->bits);
> globals->enc_state = speex_encoder_init(&speex_nb_mode);