Skip to content

Commit 55b4a7e

Browse files
committed
Update README.md
1 parent 7289507 commit 55b4a7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SEPIA Web-Audio Library
22

3-
Modular, cross-browser library to record and process audio using audio-worklets, web-workers and script-processors (as fallback).
3+
Modular, cross-browser library to record and process audio using **audio-worklets**, **web-workers** and script-processors (as fallback).
44
Can be used to **chain different modules (worklets AND workers) to one audio pipeline**.
5+
Thanks to the worklet + worker combination most of the audio **processing can be done in the background** without messing with the main UI-thread!
56

67
The main focus of this library is speech recording and processing (see: [SEPIA Client app](https://github.com/SEPIA-Framework/sepia-html-client-app)),
78
but you can quickly add modules for many other use-cases as well (contributions welcome ^^).

0 commit comments

Comments
 (0)