-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice volume is low after converting single channel to two channels using rsp_filter (AUD-4967) #1097
Comments
@jason-mao Any comments on this issue? |
@mike-2020 Yes, I did some self-examination but did not find more helpful information. Would you provide some pictures or voice files? |
Please find booting logs below. I tried to save the voice to file using pipeline tts_stream-->filter-->fatfs. but it does not work. The voice file can be generated, but it does not contain any speech. Do you have an example about saving tts output to file on fatfs? I (0) cpu_start: App cpu up. I (967) AUDIO_ELEMENT: [tts] AEL_MSG_CMD_RESUME,state:1 I (4267) AUDIO_ELEMENT: [tts] AEL_MSG_CMD_RESUME,state:1 |
@mike-2020 You can refer |
REC.zip Here is my I2S setting when play it on my device (ES8388 driver is used):
|
any comment on this issue? |
Voice is generated by TTS stream. It should be 1 channel, rate 16000.
My I2S interface needs to be configured I2S_CHANNEL_FMT_RIGHT_LEFT. So, I use rsp_filter to do the convert:
Before adding the filter, voice volume is good as expected. But after adding the filter (without changing any other parameters), output volume is much lower than before.
Hardware is ESP32S3 + ES8388 + NS4150B.
Can you help me investigate this issue?
The text was updated successfully, but these errors were encountered: