mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Typo.
This commit is contained in:
@@ -10101,7 +10101,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count)
|
|||||||
// change is to give applications better control over context-level properties, add support for backend-
|
// change is to give applications better control over context-level properties, add support for backend-
|
||||||
// specific configurations, and support extensibility without breaking the API.
|
// specific configurations, and support extensibility without breaking the API.
|
||||||
// - ALSA: By default, device enumeration will now only enumerate over unique card/device pairs. Applications
|
// - ALSA: By default, device enumeration will now only enumerate over unique card/device pairs. Applications
|
||||||
// can enable verbose device enumeration by setting the alsa.useVerboseDeviceInteration context config
|
// can enable verbose device enumeration by setting the alsa.useVerboseDeviceEnumeration context config
|
||||||
// variable.
|
// variable.
|
||||||
// - ALSA: By default, the "null" device is excluded from enumeration. This can be changed by setting the
|
// - ALSA: By default, the "null" device is excluded from enumeration. This can be changed by setting the
|
||||||
// alsa.includeNullDevice context config variable.
|
// alsa.includeNullDevice context config variable.
|
||||||
|
|||||||
Reference in New Issue
Block a user