Socket
Book a DemoInstallSign in
Socket

@sapphi-red/speex-preprocess-wasm

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapphi-red/speex-preprocess-wasm

WebAssembly build of SpeexDSP proprocess

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

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

Keywords

speex

FAQs

Package last updated on 10 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts