File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ otherwise device creation will fail. See `android-examples`
4242Most of the web browsers nowadays requires a "confirmation" action from a user (usually a button click or something similar) to
4343allow a web page to play an audio. This means that you must initialize an audio device _ only_ after some action on
4444a web page that runs your WebAssembly package. In the simplest scenario it could be a simple button with a callback
45- that initializes an audio device. See ` wasm-examples ` [ directory] ( https://github.com/mrDIMAS/tinyaudio/tree/main/android -examples )
45+ that initializes an audio device. See ` wasm-examples ` [ directory] ( https://github.com/mrDIMAS/tinyaudio/tree/main/wasm -examples )
4646for examples.
4747
4848## Examples
@@ -113,4 +113,4 @@ HRTF). That last main difference is fixed sample format - it is guaranteed to be
113113algorithms and have almost the same performance as with integer samples on relatively modern hardware.
114114
115115Feature-parity with ` cpal ` is not a goal for this library, its main goal is to do one particular task, but do it as well
116- as possible.
116+ as possible.
You can’t perform that action at this time.
0 commit comments