An open API service indexing awesome lists of open source software.

https://github.com/niklaskorz/worklet-flac-recorder

Recording audio as flac using a web audio worklet
https://github.com/niklaskorz/worklet-flac-recorder

audio-worklet flac webassembly webaudio webworker

Last synced: 3 months ago
JSON representation

Recording audio as flac using a web audio worklet

Awesome Lists containing this project

README

        

# Audio Worklet Flac Recorder

A demo / example for recording audio using a Web Audio worklet processor and a Flac-encoding web worker.
Data is directly passed from the worklet to the worker, only the final result is copied into the main thread.

## Setup

```
npm install
npm run build-workers
npm run dev
```