You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
はじめに Web会議やブラウザベースの通話アプリケーションを開発していると、マイク入力のノイズを除去したいというニーズに直面します。キーボードの打鍵音、エアコンの駆動音、周囲の話し声など、様々なノイズがユーザー体験を損ないます。 WebRTCには標準でnoiseSuppressionオプションがありますが、ブラウザ依存で品質にばらつきがあり、調整もできません。 WebAssembly(WASM)を使えば、C/C++/Rustで書かれた高品質なノイズ抑制アルゴリズムをブラウザで直接実行できます。本記事では、利用可能なOSSライブラリを紹介します。 WASMノイズ抑制の仕組み アーキテクチャ ブラウザでWASMノイズ抑制を実現するには、AudioWorkletとWebAssemblyを組み合わせます。 ┌─────────────────────────────────────────────
The file converter you'll love. All image and audio processing is done on your device. Videos are converted on our lightning-fast servers. No file size limit, no ads, and completely open source.
import { AudioContext, OscillatorNode, GainNode } from 'node-web-audio-api'; // or using old fashioned commonjs syntax: // const { AudioContext, OscillatorNode, GainNode } = require('node-web-audio-api'); const audioContext = new AudioContext(); setInterval(() => { const now = audioContext.currentTime; const frequency = 200 + Math.random() * 2800; const env = new GainNode(audioContext, { gain: 0 }
StorytellerA self-hosted platform for automatically aligning ebooks and audiobooks. Align your audiobooks and ebooksSwitch back and forth between listening and reading without losing your place, or have Storyteller read aloud to you while highlighting the text! Read or listen however you chooseStoryteller produces EPUB 3 compliant ebook files. You can read them with any ebook reader (software or h
オーディオプログラミング言語について、メジャーどころや面白そうなものを実際に触ってみて紹介する企画です。 共通のテーマは、(1)440Hzのサイン波生成+ゲイン調整、(2)wavファイルに400msecのディレイをかけてフィードバックとウェットレベルを調整の上で再生、としました。それぞれの言語でこの二つのプログラムを実装します。 オシレーター、ファイル読み込み、バッファ格納、フィードバック処理といった頻出処理の実装方法(もしくはライブラリ利用方法)がひととおり確認できて、言語間の比較もしやすいのではないかと思います。 githubの方も公開しました。こちらはすべての実行確認済みソースコードをダウンロード可能です。 https://github.com/aike/audiolang
Take notes with your voice for free, or automatically transcribe audio & video recordings. Amazingly accurate, secure & blazing fast.Proudly serving millions of users since 2015. Accepted into Microsoft for Startups 2024 Trusted by businesses, top colleges, journalists, authors, doctors, and millions of users worldwide
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く