Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAV format generates slowed down audio files? #15

Closed
xavicolomer opened this issue Jun 16, 2017 · 1 comment
Closed

WAV format generates slowed down audio files? #15

xavicolomer opened this issue Jun 16, 2017 · 1 comment

Comments

@xavicolomer
Copy link

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?

@xavicolomer xavicolomer changed the title WAV format generates wistle audio file? WAV format generates slowed down audio files? Jun 16, 2017
@ashishbajaj99
Copy link
Owner

I would check the sampling rate settings...your playback sampling rate must match the recording sampling rate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants