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

0.3.4 • 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
)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.4
    22
    • latest

Version History

Package Sidebar

Install

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

Weekly Downloads

24

Version

0.3.4

License

MIT

Unpacked Size

193 kB

Total Files

9

Last publish

Collaborators

  • sapphi-red