Menu

#62 Request output buffer function information

closed-invalid
nobody
None
5
2021-05-17
2021-05-13
No

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

Discussion

  • Thomas Orgis

    Thomas Orgis - 2021-05-13

    That's the wrong tree being barked up. On two points.

    1. Please do not abuse the feature request tracker for general questions. Use IRC or one of the mailing lists.

    2. 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
  • Thomas Orgis

    Thomas Orgis - 2021-05-17
    • status: open --> closed-invalid
     

Log in to post a comment.

Auth0 Logo