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

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

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

    Weekly Downloads

    4

    Version

    0.3.4

    License

    MIT

    Unpacked Size

    193 kB

    Total Files

    9

    Last publish

    Collaborators

    • sapphi-red