mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Update build instructions for Emscripten.
This commit is contained in:
@@ -63,8 +63,9 @@
|
||||
//
|
||||
// Building (Emscripten)
|
||||
// ---------------------
|
||||
// The Emscripten build requires the "-s USE_SDL=2" command line option. SDL is the only supported backend for
|
||||
// Emscripten.
|
||||
// The Emscripten build currently uses SDL 1.2 for it's backend which means specifying "-s USE_SDL=2" is unecessary
|
||||
// as of this version. However, if in the future there is legitimate benefit or enough demand for SDL 2 to be used
|
||||
// instead, you will need to specify this when compiling.
|
||||
//
|
||||
//
|
||||
// Playback Example
|
||||
|
||||
Reference in New Issue
Block a user