Skip to content

Commit 6e6139a

Browse files
committed
Update README.md
1 parent 3ac6231 commit 6e6139a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# SEPIA Web-Audio Library
22

3-
## -- Currently in BETA --
4-
53
Modular, cross-browser library to record and process audio using audio-worklets, web-workers and script-processors (as fallback).
6-
Can be used to chain different modules (worklets AND workers) to one audio pipeline.
4+
Can be used to **chain different modules (worklets AND workers) to one audio pipeline**.
5+
6+
The main focus of this library is speech recording and processing (see: [SEPIA Client app](https://github.com/SEPIA-Framework/sepia-html-client-app)),
7+
but you can quickly add modules for many other use-cases as well (contributions welcome ^^).
78

89
Available modules:
910

@@ -12,8 +13,14 @@ Available modules:
1213
- Custom SEPIA VAD module using Meyda to analyze bark-scale, MFCC and more
1314
- Wave Encoder with lookback-buffer
1415
- Porcupine Wake-Word detector
16+
- [SEPIA STT Server](https://github.com/SEPIA-Framework/sepia-stt-server) WebSocket module for speech recognition
1517
- more to come ...
1618

19+
## Quick-Start
20+
21+
UNDER CONSTRUCTION
22+
In the meantime please check out the test pages.
23+
1724
# Resources (see LICENSE as well)
1825

1926
* [AudioWorklet Polyfill](https://github.com/GoogleChromeLabs/audioworklet-polyfill)

0 commit comments

Comments
 (0)