mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Convert tabs to spaces and remove trailing spaces.
This commit is contained in:
@@ -83,8 +83,7 @@
|
|||||||
// it's own worker thread which is managed by the library.
|
// it's own worker thread which is managed by the library.
|
||||||
// - If mal_device_init() is called with a device that's not aligned to the platform's natural alignment
|
// - If mal_device_init() is called with a device that's not aligned to the platform's natural alignment
|
||||||
// boundary (4 bytes on 32-bit, 8 bytes on 64-bit), it will _not_ be thread-safe. The reason for this
|
// boundary (4 bytes on 32-bit, 8 bytes on 64-bit), it will _not_ be thread-safe. The reason for this
|
||||||
// is that it depends on members of mal_device being correctly aligned for atomic assignments and bit
|
// is that it depends on members of mal_device being correctly aligned for atomic assignments.
|
||||||
// manipulation.
|
|
||||||
// - Sample data is always little-endian and interleaved. For example, mal_format_s16 means signed 16-bit
|
// - Sample data is always little-endian and interleaved. For example, mal_format_s16 means signed 16-bit
|
||||||
// integer samples, interleaved. Let me know if you need non-interleaved and I'll look into it.
|
// integer samples, interleaved. Let me know if you need non-interleaved and I'll look into it.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user