ffmpeg support
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
)
|
||||
|
||||
(provide ao_create_async
|
||||
ao_real_output_bits_async
|
||||
ao_stop_async
|
||||
ao_play_async
|
||||
ao_is_at_music_id_async
|
||||
@@ -66,6 +67,10 @@
|
||||
;extern void *ao_create_async(int bits, int rate, int channel, int byte_format);
|
||||
(define-libao-async ao_create_async(_fun _int _int _int _Endian_t _string/utf-8 -> _libao-async-handle-pointer))
|
||||
|
||||
;extern int ao_real_output_bits(void *handle)
|
||||
(define-libao-async ao_real_output_bits_async
|
||||
(_fun _libao-async-handle-pointer -> _int))
|
||||
|
||||
;extern void ao_stop_async(void *handle);
|
||||
(define-libao-async ao_stop_async(_fun _libao-async-handle-pointer -> _void))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user