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

Remove silence from start and end #253

Open
brancusi opened this issue Apr 25, 2017 · 2 comments
Open

Remove silence from start and end #253

brancusi opened this issue Apr 25, 2017 · 2 comments

Comments

@brancusi
Copy link

Hi,

Wondering if you have a technique for removing starting and ending silence when or after recording.

My current hack is to delay the start of the recording, but it's a tricky one since some people pause for quite a while after starting the recording.

Thank you,

@muaz-khan
Copy link
Owner

This issue happens using recorderType:MediaStreamRecorder or StereoAudioRecorder?

@brancusi
Copy link
Author

Hi, here are the config:

const recorder = new RecordRTC(mediaStream, {type: 'audio'});

The repo is here: https://github.com/brancusi/wo-pinyin/blob/master/app/services/audio-recorder.js

It's definitely not a bug or anything, it's just human behavoir to pause after the recording starts, for just a moment. I guess my questions is more about post processing the sound, doing things like silence removal. Probably outside the scope of this project. Thought I would ask though.

Thanks

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