Trying to overcome gapless problems with mpg123 + output to WAV

This commit is contained in:
2026-04-23 11:03:02 +02:00
parent ee7e62890f
commit 348b1d6411
5 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ typedef struct {
} BufferInfo_t;
AOPLAYASYNC_EXPORT int ao_async_version(void);
AOPLAYASYNC_EXPORT void *ao_create_async(int bits, int rate, int channels, int byte_format);
AOPLAYASYNC_EXPORT void *ao_create_async(int bits, int rate, int channels, int byte_format, const char *wav_file_output);
AOPLAYASYNC_EXPORT void ao_stop_async(void *handle);
AOPLAYASYNC_EXPORT void ao_play_async(void *handle, int music_id, double at_second, double music_duration, int buf_size, void *mem, BufferInfo_t info);
AOPLAYASYNC_EXPORT void ao_clear_async(void *handle);