Closed pablodz closed 3 years ago
Fixed noisy output due bad configuration. However, ECO cancellation is needed. But I suspect that is just my mic
Looks like eco is a player problem
Was normalization of sound in player
# Fixed
p.play(mydata_predicted)
vs
#noise
p.play(mydata_predicted/np.max(mydata_predicted))
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???