Krisp has become popular with COVID-19. Removing background noises improves the quality of virtual meetings. It's easy to download the Krisp app and start using. How about building one?
Enter [Koala Noise Suppression (https://picovoice.ai/platform/koala/)
It takes only a few lines of Python to get it embedded into your app. Koala Noise Suppression Python SDK supports Linux, macOS, Windows, Raspberry Pi, and NVIDIA Jetson. [Koala Noise Suppression (https://picovoice.ai/platform/koala/) can also run on mobile and web!
- Install the SDK
pip install pvkoala
- Import the package
import pvkoala
- Create an instance with your
AccessKey
:
handle = pvkoala.create(access_key)
Get your AccessKey
from Picovoice Console for free and replace the placeholder with it!
- Suppress Noise!
enhanced_pcm = handle.process(pcm)
Voila! You're done!
Additional Resources:
- Open-source demo
- Other Koala Noise Suppression SDKs
- More about Picovoice
Top comments (0)