Skip to content

deepgram-devs/censor-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Censor Profanity with Node.js

This is a barebones project which automatically censors audio based on transcripts from Deepgram's AI Speech Recognition API. This project accompanies a blog post available at https://developers.deepgram.com/blog/2021/11/censor-profanity-nodejs/

Setup

git clone https://github.com/deepgram-devs/censor-audio.git
cd censor-audio
npm install

Set your DG_KEY environment variable or replace process.env.DG_KEY with your key.

Usage

Replace the filename on line 11 and run with:

node index.js

About

Create censored audio files automatically with Deepgram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published