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

Real-time inference #3

Closed
kyungjin-lee opened this issue May 19, 2019 · 4 comments
Closed

Real-time inference #3

kyungjin-lee opened this issue May 19, 2019 · 4 comments

Comments

@kyungjin-lee
Copy link

Hi, I'd like to use this voice filtering in real-time. Would it be possible to modify the inference code to run the model in real time for audio PCM data?

@seungwonpark
Copy link
Contributor

Hi, @kyungjin-lee
Yes, but it depends on what you mean by saying “real-time”.

On V100 GPU, I checked that the inferencing time is shorter than the length of the audio. However, if you meant streaming, you will have to change BiLSTM to unidirectional LSTM, and some other things should be changed. Model should be trained again if then of course.

@kyungjin-lee
Copy link
Author

Yes, I did mean streaming. I'll give it a shot. Thanks!

@xiaozhuo12138
Copy link

If CNN input only one frame of data at a time, will the effect be very bad?

@johannesmols
Copy link

Yes, I did mean streaming. I'll give it a shot. Thanks!

Did you have any luck with this? I am also interested in a real-time application of this.

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

4 participants