Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 336 Bytes

ogg-vorbis-decoder

Stripped oggmented decoder, allowing to be used in webworker without need for audio context or audio buffers.

Usage

import decode from 'ogg-vorbis-decoder'

const {channelData, sampleRate} = await decode(arrayBuffer)

🕉