We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f07b35 commit edc52f4Copy full SHA for edc52f4
README.md
@@ -1,6 +1,18 @@
1
-# sepia-web-audio
+# SEPIA Web-Audio Library
2
3
-Cross-browser web audio processor, recorder and VAD
+## -- Currently in BETA --
4
+
5
+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.
7
8
+Available modules:
9
10
+- Resampler using Speex codec (WASM module)
11
+- Voice-Activity-Detection (VAD) via WebRTC-VAD
12
+- Custom SEPIA VAD module using Meyda to analyze bark-scale, MFCC and more
13
+- Wave Encoder with lookback-buffer
14
+- Porcupine Wake-Word detector
15
+- more to come ...
16
17
# Resources (see LICENSE as well)
18
0 commit comments