Hi all, I would like to introduce VoicePing walkie...
# feed
i
Hi all, I would like to introduce VoicePing walkie talkie SDK to add walkie talkie (push to talk) functionality to android app. To learn more please read article below. Many thanks! https://www.indiehackers.com/post/free-push-to-talk-android-sdk-awaits-your-implementation-403653b327
j
1. What codec is used to compress? 2. Are you handling noise?
i
1. Opus codec 2. Yes, on the mic input using built-in from Android
j
You should probably look into noise handling then, what is in android by default gives fairly bad noise reduction result for varied environments
i
That's valid point, thanks @Joakim Forslund for suggesting that. We will probably be working on that. But it will be complex I guess. Do you know any ready solution for noise handling?
j
You can look into the recurrent neural network solution made available by xiph
i
Thanks for the info will check it out 👍