Re: [mpg123-users] Calling MPG123 from Asterisk, version behavior changed
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2021-09-30 23:54:54
|
Am Mon, 27 Sep 2021 12:26:42 +0200 schrieb Carlos Oliva <car...@nu...>: > The patch provided seems not to be working as expected. > /usr/bin/mpg123 -q -s -b96 -f 8192 -o wav --mono -r 8000 First: It would help debugging a lot if you exchanged -q for -vvv. Second: Your peculiar use of the buffer process in connection with a file or pipe output unmasked the issue of the buffer not reporting back the device property flags, especially or telling apart live playback and output to files. A tiny buffer of 96K when piping output in asterisk. Are you shure that really adds substantially to the buffering you get in the pipes anyway? But anyhow, can you test again with the current https://mpg123.org/snapshot ? It should also fix the default encoding with -b96. Alrighty then, Thomas |