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
- Host: GitHub
- URL: https://github.com/niklaskorz/worklet-flac-recorder
- Owner: niklaskorz
- Created: 2022-06-18T20:33:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T08:17:02.000Z (about 2 years ago)
- Last Synced: 2025-01-11T03:53:58.507Z (5 months ago)
- Topics: audio-worklet, flac, webassembly, webaudio, webworker
- Language: TypeScript
- Homepage: https://niklaskorz.github.io/worklet-flac-recorder/
- Size: 142 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```