Request output buffer function information
Brought to you by:
sobukus
Hello
This is a request for information not a bug
I am currently using "mpg123 -b 700" with the -b output buffer option
I want to do the same thing in my program add an "output buffer" with the mpg123 library I looked for can you confirm to me if it is right it seems to me that with the function
int mpg123_param (mpg123_handle * mh, enum mpg123_parms type, long value, double fvalue)
int mpg123_param (mpg123_handle * mh, MPG123_FEEDBUFFER, 700, 0)
Can you confirm if this is the right function
Regards
Thank you
That's the wrong tree being barked up. On two points.
Please do not abuse the feature request tracker for general questions. Use IRC or one of the mailing lists.
The output buffer is not part of libmpg123, but of libout123. See http://mpg123.org/api/group__out123__api.shtml . You can use libout123 for your audio output and get the same buffering as mpg123 via background process (on UNIX platforms).
Last edit: Thomas Orgis 2021-05-13