Skip to content

LyaSolis/speech_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

speech_processing

#Kaldi ASR scripts

#Ensure audio is correct format:

soxi file.wav

#If the audio is stereo with two channels, split the channels:

sox file.wav leftchannel.wav remix 1 sox file.wav rightchannel.wav remix 2

#Convert audio to to 16-bit 8khz mono waveform:

ffmpeg -i <file.in> -acodec pcm_s16le -ac 1 -ar 8000 <file.out>

About

Kaldi ASR scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages