@sapphi-red/speex-preprocess-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

@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
)

Readme

Keywords

Package Sidebar

Install

npm i @sapphi-red/speex-preprocess-wasm

Weekly Downloads

8

Version

0.3.3

License

MIT

Unpacked Size

193 kB

Total Files

9

Last publish

Collaborators

  • sapphi-red