How to set audio input/output path

Hi.

I'm using a USB audio device with Raspberry pi 4 for audio input/output test.

When I play an audio file in webapp to use the audio element as below, there is no sound on RPi4.

<audio src="file_example_WAV_5MG.wav" controls>
Your browser does not support the audio tag</audio>

image

However when I do audio test to use pacat on RPi4 with usb sound card,
my sound(earphone) and microphone are working well.

So, I'd like to know how to set audio setting in webapp for playing music.

Thanks.

Could you share a testable IPK file that includes an audio file? I will try to test on my RPi. As far as I know, the sound will be outputted through HDMI. So, If your display doesn't have a speaker, you can't hear that.

Dear @nicolas

Unfortunately, my monitor doesn't have a speaker.
So I need to change sound input/output path to do audio test.

And I can't upload .zip file with below alert.
It can be possible to upload only image file.
image

Please let me know how to upload zip or ipk file on this page
or give me your e-mail address via message.

Thanks.

I tested it on my dev environment. (a RPi4 with webOS OSE 2.6.0, a monitor with speaker)
The app that you sent worked well. I listened to the guitar sound from the app.

So, do you want to change output channel for audio?

I download a sample audio file from https://file-examples.com/index.php/sample-audio-files/sample-wav-download/

And I'd like to change audio input and output channel using USB sound card.

Unfortunately, I don't know how to change the audio input/output channel from HDMI to USB sound card. I will ask the Dev Team. But I don't know if I can get an answer.

Hi @youngyun,

I forwarded the answer from dev. team.

In OSE RPI4, audio playback is supported through USB headset.

But application need to write audio data to pulse-sink , so that audio framework can route the audio data to usb headset.

Please check whether you are using Pulsesink or not to write the audio data.

Also Please run below command in shell during playing the audio file and provide the output .

pactl list sinks short

Thanks

1 Like