Closed cpoisson closed 5 years ago
I have the feeling that, since 1.3.0, the output is somehow cut by 0.1 or 0.2 sec. It feels like the speech is missing something at the begining, beside the plop on a respeaker 6 circ mic array
@Psychokiller1888
The 1.3.0 audio issue are related to #203
Regarding the pop and click, I have a clue.
In the asound.conf provided by seeed drivers, there is a line to enforce a given resampler.
# use samplerate to resample as speexdsp resample is bad
defaults.pcm.rate_converter "samplerate"
I simply removed it. problem solved on my side.
What's the issue? Following feedback in #194 When using the configuration stated in #148, the audio-server produces a plop artefact just before playing a sound. The occurrence of the issue is maximum when using pico2wave output.
The issue does not occur when playing sound using
aplay
orsox play
Use Cases Impacted Usage of sounds feedback on the platform.
How to reproduce
Start the audio server using alsa audio backend for playback.
Send some audio files to be played by the audio server or interact with the platform
Expected behavior No plop, no click
Version and Environment
1.2.2
RaspbianAdditional information The issue occurrence seems to lower when using portaudio as the audio backend for playback.
Workaround It seems that falling back to portaudio playback backend reduce the occurrence of the issue.