Skip to content

WebAssembly build of SpeexDSP preprocess

Notifications You must be signed in to change notification settings

sapphi-red/speex-preprocess-wasm

Repository files navigation

@sapphi-red/speex-preprocess-wasm

npm version CI

WebAssembly build of SpeexDSP preprocess.

Install

npm i @sapphi-red/speex-preprocess-wasm # yarn add @sapphi-red/speex-preprocess-wasm

Usage

import {
  loadSpeexModule,
  SpeexPreprocessor
} from '@sapphi-red/speex-preprocess-wasm'

const speexModule = await loadSpeexModule()
const bufferSize = 128
const sampleRate = 44100
const speexPreprocessor = new SpeexPreprocessor(
  speexModule,
  bufferSize,
  sampleRate
)

About

WebAssembly build of SpeexDSP preprocess

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published