DZDL / aicleaner

Audio denoising in real-time powered by artificial intelligence Python-friendly. Cross-platform. Check ROADMAP!
Other
6 stars 0 forks source link

Dirty output audio #8

Closed pablodz closed 3 years ago

pablodz commented 3 years ago

At the latest release working, a lot of noise can be hear. May a filter can fix it, or increasing the time recording. is this an error from the player, model, downsampling???

pablodz commented 3 years ago

Fixed noisy output due bad configuration. However, ECO cancellation is needed. But I suspect that is just my mic

pablodz commented 3 years ago

Looks like eco is a player problem

pablodz commented 3 years ago

Was normalization of sound in player

# Fixed
p.play(mydata_predicted)

vs

#noise

p.play(mydata_predicted/np.max(mydata_predicted))