You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
typedef int (*mp3_done_cb)(void *opaque);
|
|
|
|
int
|
|
play_mp3(mpg123_handle *mh, mp3_done_cb cb, void *opaque);
|
|
|
|
|
|
int
|
|
spool_capture(uint8_t *buf, size_t len);
|