Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/io/sink_apple_audio.h

    r2b208a8 r6f42c16  
    9797/**
    9898
    99   preset sink format
    100 
    101   \param s sink, created with ::new_aubio_sink_apple_audio
    102   \param fmt format of the file to create
    103 
    104   \return 0 on success, 1 on error
    105 
    106   Preset the format of the sink. Supported format strings:
    107    - "wav": WAVE, 16 bit (default)
    108    - "aiff": AIFF, 16 bit
    109    - "m4a" or "mp4": Apple Audio Lossless Codec (ALAC)
    110    - "aac": Audio Advanced Codec, lossy
    111 
    112   Full list of supported encoding format is available in Table 1-2 of
    113   `Multimedia Programming Guide
    114   <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 
    12299  get samplerate of sink object
    123100
Note: See TracChangeset for help on using the changeset viewer.