Skip to content

Commit 1330a8a

Browse files
authored
Merge pull request #17 from nanoqsh/patch-1
Fix link to wasm examples
2 parents 19dd8dd + a2a8031 commit 1330a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ otherwise device creation will fail. See `android-examples`
4242
Most of the web browsers nowadays requires a "confirmation" action from a user (usually a button click or something similar) to
4343
allow a web page to play an audio. This means that you must initialize an audio device _only_ after some action on
4444
a 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)
4646
for examples.
4747

4848
## Examples
@@ -113,4 +113,4 @@ HRTF). That last main difference is fixed sample format - it is guaranteed to be
113113
algorithms and have almost the same performance as with integer samples on relatively modern hardware.
114114

115115
Feature-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.

0 commit comments

Comments
 (0)