mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update features list.
This commit is contained in:
@@ -15,7 +15,7 @@ Features
|
|||||||
- Supports playback, capture, full-duplex and loopback (WASAPI only).
|
- Supports playback, capture, full-duplex and loopback (WASAPI only).
|
||||||
- Device enumeration for connecting to specific devices, not just defaults.
|
- Device enumeration for connecting to specific devices, not just defaults.
|
||||||
- Connect to multiple devices at once.
|
- Connect to multiple devices at once.
|
||||||
- Supports shared and exclusive mode on supported backends.
|
- Shared and exclusive mode on supported backends.
|
||||||
- Backend-specific configuration options.
|
- Backend-specific configuration options.
|
||||||
- Device capability querying.
|
- Device capability querying.
|
||||||
- Automatic data conversion between your application and the internal device.
|
- Automatic data conversion between your application and the internal device.
|
||||||
@@ -24,16 +24,32 @@ Features
|
|||||||
- Resampling with support for multiple algorithms.
|
- Resampling with support for multiple algorithms.
|
||||||
- Simple linear resampling with anti-aliasing.
|
- Simple linear resampling with anti-aliasing.
|
||||||
- Optional Speex resampling (must opt-in).
|
- Optional Speex resampling (must opt-in).
|
||||||
- Biquad filter.
|
- Filters.
|
||||||
- Low-pass, high-pass and band-pass filters.
|
- Biquad
|
||||||
- Sine, square, triangle and sawtooth waveform generation.
|
- Low-pass (first and second order)
|
||||||
- White noise generation.
|
- High-pass (first and second order)
|
||||||
- Lock free ring buffer (single producer, single consumer).
|
- Second order band-pass
|
||||||
- Decoding
|
- Second order notch
|
||||||
|
- Second order peaking
|
||||||
|
- Second order low shelf
|
||||||
|
- Second order high shelf
|
||||||
|
- Waveform generation.
|
||||||
|
- Sine
|
||||||
|
- Square
|
||||||
|
- Triangle
|
||||||
|
- Sawtooth
|
||||||
|
- Noise generation.
|
||||||
|
- White
|
||||||
|
- Pink
|
||||||
|
- Brownian
|
||||||
|
- Decoding (requires external single-file libraries).
|
||||||
- WAV via dr_wav
|
- WAV via dr_wav
|
||||||
- FLAC via dr_flac
|
- FLAC via dr_flac
|
||||||
- MP3 via dr_mp3
|
- MP3 via dr_mp3
|
||||||
- Vorbis via stb_vorbis
|
- Vorbis via stb_vorbis
|
||||||
|
- Encoding (requires external single-file libraries).
|
||||||
|
- WAV via dr_wav
|
||||||
|
- Lock free ring buffer (single producer, single consumer).
|
||||||
|
|
||||||
|
|
||||||
Supported Platforms
|
Supported Platforms
|
||||||
|
|||||||
Reference in New Issue
Block a user