Skip to content

Commit 9f3debb

Browse files
committed
updated README and added some screenshots
1 parent dd4ba04 commit 9f3debb

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Available modules:
1818

1919
## Tutorial
2020

21-
UNDER CONSTRUCTION - Please check out the modules demo and test pages for more examples.
22-
23-
Full tutorial code can be found at: [tutorial-test-page.html](tutorial-test-page.html)
21+
Full tutorial code can be found at: [tutorial-code-page.html](tutorial-code-page.html).
22+
Please check out the modules and voice-recorder demo and test pages for more examples.
23+
2424

2525
### Part 1: Basic setup and single buffer module
2626

@@ -99,6 +99,7 @@ After we're done we stop with `processor.stop()` and look out for `onaudioend`.
9999

100100
If we don't want to restart later we can close the processor and clean up resources with `processor.release()`.
101101

102+
102103
### Part 2: Resample input and record raw 16Bit PCM mono audio (WAV)
103104

104105
A very common use-case for this library is to resample microphone input and encode it as 16Bit PCM mono data (which is basically the default WAV file format).
39.1 KB
Loading
47.6 KB
Loading
48.7 KB
Loading

0 commit comments

Comments
 (0)