|
HephAudio v3.1.0
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
Go to the source code of this file.
Classes | |
| struct | HephAudio::AudioFormatInfo |
| stores the properties of the audio signals More... | |
Macros | |
| #define | HEPHAUDIO_INTERNAL_FORMAT(chLayout, sampleRate) HephAudio::AudioFormatInfo(HEPHAUDIO_FORMAT_TAG_HEPHAUDIO_INTERNAL, sizeof(heph_audio_sample_t) * 8, chLayout, sampleRate, HEPH_SYSTEM_ENDIAN) |
| #define HEPHAUDIO_INTERNAL_FORMAT | ( | chLayout, | |
| sampleRate ) HephAudio::AudioFormatInfo(HEPHAUDIO_FORMAT_TAG_HEPHAUDIO_INTERNAL, sizeof(heph_audio_sample_t) * 8, chLayout, sampleRate, HEPH_SYSTEM_ENDIAN) |
creates an AudioFormatInfo instance with internal format.