python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to compute inverse of a wave sound file in Python?
I am trying to compute inverse of a 16 bit mono wave file(8000Hz) using Python without using almost any external module except wave which is used to read samples from the wave file. I've tried reading...
Farooq Karimi Zadeh
Votes: 0
Answers: 1
Cleaning up Data with Variably Noisy Signal
I have been running a study where we unexpectedly received a disparate amount of noise in our signal depending on how we collected it. Now, I am trying to learn how to filter out the noise, though I a...
aarsmith
Votes: 0
Answers: 1
Python: Real-time input into the microphone
I just want to know if there is a way to input something real-time into the microphone with python. I am planning to make an open-source real-time noise cancellation app like Krisp.
N3RDIUM
Votes: 0
Answers: 2
noisereduce algorithm in python not working
I've been trying to use noisereduce pypi algorithm to reduce noise for an audio file but it is giving me an error :
Traceback (most recent call last):
File "C:/Users/Seif Koretum/Desktop/noise_...
Seif Koretum
Votes: 0
Answers: 2