Sync PCM format comments

This commit is contained in:
Mike H 2018-03-04 15:41:04 +00:00 committed by GitHub
parent 6d430929b6
commit 1bac2917e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,5 +56,5 @@ Result audinWaitCaptureFinish(AudioInBuffer **released, u32* released_count, u64
/// These return the state associated with the currently active audio input device. /// These return the state associated with the currently active audio input device.
u32 audinGetSampleRate(void); ///< Supported sample rate (48000Hz). u32 audinGetSampleRate(void); ///< Supported sample rate (48000Hz).
u32 audinGetChannelCount(void); ///< Supported channel count (2 channels). u32 audinGetChannelCount(void); ///< Supported channel count (2 channels).
PcmFormat audinGetPcmFormat(void); ///< Supported PCM format (INT16). PcmFormat audinGetPcmFormat(void); ///< Supported PCM format (Int16).
AudioInState audinGetDeviceState(void); ///< Initial device state (stopped). AudioInState audinGetDeviceState(void); ///< Initial device state (stopped).