pro_miniaudio library

Pro MiniAudio library.

Classes

AudioContext
A class for managing audio contexts and devices.
AudioFormat
Represents a supported audio data format.
DeviceId
Represents a unique identifier for an audio device.
DeviceInfo
Represents information about an audio device.
FileLogger
Singleton class for managing file logging.
PlaybackConfig
Configuration class for playback device settings.
PlaybackDevice
A class for managing audio playback devices.
Waveform
A class for generating and managing audio waveforms.
WaveformSawtoothConfig
Configuration for a sawtooth waveform.
WaveformSineConfig
Configuration for a sine waveform.
WaveformSquareConfig
Configuration for a square waveform.
WaveformTriangleConfig
Configuration for a triangle waveform.

Enums

AudioDeviceType
Defines the type of the audio device.
DeviceState
Enum representing the possible states of a playback or capture device.
FileLogLevel
Enum representing log levels for file-based logging.
PcmFormat
Enum representing different audio sample formats.
WaveformType
Enum representing different types of waveforms.