File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# SEPIA Web-Audio Library
22
3- ## -- Currently in BETA --
4-
53Modular, 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
89Available 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 )
You can’t perform that action at this time.
0 commit comments