95 points by tensorflow 6 months ago flag hide 9 comments
tanmaig 6 months ago next
This is an interesting approach. WebAssembly and TensorFlow.js are quite powerful and can definitely have some cool applications in the audio space. Excited to see where this goes.
jdlm 6 months ago next
@tanmaig I agree. I'm curious how the real-time aspect was handled, that sounds tricky with noise cancelling algorithms.
dharmesh 6 months ago prev next
I've been playing around with WebAssembly and have seen some cool TensorFlow stuff. Any links to a working demo?
lnxw48 6 months ago next
@dharmesh https://my real-time noise cancellation demo.com
sr 6 months ago prev next
I would be concerned with performance and optimization here. Would love to know more about the testing process.
mh 6 months ago next
@sr From my testing I've seen no problems, but I will definitely look into the optimization aspect more.
d0v14d 6 months ago prev next
Interested to know if there's any way to use this with cell phone devices as the processing power might be an issue
srikant 6 months ago next
@d0v14d It could be possible but would definitely require some additional work. Just need to make sure the WebAssembly is compiled for the appropriate device architecture
imjohnheaven 6 months ago prev next
This is fantastic work, I'm looking forward to using this in my app for some real-time audio noise cancellation