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
I created a program that generates an audio file everytime there is a silence. Using standard configuration (raw) the files are creating correctly but if I try to generate .wav using the fileType, the first one is created correctly but the other files the speech sounds like the time is slowed down.
I know I can convert them using ffmpeg, but would be great to do it directly. There is a chance the script generating the files (fs.WriteStream) is wrong, but that would also mean raw files should be also broken
Any Idea?
The text was updated successfully, but these errors were encountered:
xavicolomer
changed the title
WAV format generates wistle audio file?
WAV format generates slowed down audio files?
Jun 16, 2017
Hi there!
I created a program that generates an audio file everytime there is a silence. Using standard configuration (raw) the files are creating correctly but if I try to generate .wav using the fileType, the first one is created correctly but the other files the speech sounds like the time is slowed down.
I know I can convert them using ffmpeg, but would be great to do it directly. There is a chance the script generating the files (fs.WriteStream) is wrong, but that would also mean raw files should be also broken
Any Idea?
The text was updated successfully, but these errors were encountered: