Changes in src/io/sink_apple_audio.h [2b208a8:6f42c16]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/io/sink_apple_audio.h ¶
r2b208a8 r6f42c16 97 97 /** 98 98 99 preset sink format100 101 \param s sink, created with ::new_aubio_sink_apple_audio102 \param fmt format of the file to create103 104 \return 0 on success, 1 on error105 106 Preset the format of the sink. Supported format strings:107 - "wav": WAVE, 16 bit (default)108 - "aiff": AIFF, 16 bit109 - "m4a" or "mp4": Apple Audio Lossless Codec (ALAC)110 - "aac": Audio Advanced Codec, lossy111 112 Full list of supported encoding format is available in Table 1-2 of113 `Multimedia Programming Guide114 <https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/MultimediaPG/UsingAudio/UsingAudio.html>`_.115 116 */117 uint_t aubio_sink_apple_audio_preset_format(aubio_sink_apple_audio_t *s,118 const char_t *fmt);119 120 /**121 122 99 get samplerate of sink object 123 100
Note: See TracChangeset
for help on using the changeset viewer.