dwelch67 / raspberrypi

Raspberry Pi ARM based bare metal examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with record and play wav files on pi

amirush786 opened this issue · comments

Hello,
I want to record and play a wav file at the same time with the setup (pi + 6mic tool +jbl speaker) so I have to play a modulated sound from the speaker and record that sound from the 6mic tool which is connected to pi. So I am ablt to do that but the wav file that's generated has some hissshhhh kinds sound instead of the recorded expected sound which shoukd be recorded. Can you help me fix this. Don't know it might be issue with the Alsa mixer. @HinTak

FWIW, you have the square 4-mics device! Follow the 4-mics device instructions, not 6-mics or the linear-4-mics instructions! And, you really need somebody sitting in front of the device with you, so you need a local pi/linux person, not online, really. So cannot help you any further.

FWIW, you have the square 4-mics device! Follow the 4-mics device instructions, not 6-mics or the linear-4-mics instructions! And, you really need somebody sitting in front of the device with you, so you need a local pi/linux person, not online, really. So cannot help you any further.

Yes Its recording and playing at the same time thabkyoy very much for that. But now the issue with the Alsa mixer the wav file after doing arecord that file still plays shhhhh sound I don't know why so I will explain what I did. I did Alsamixer command and it's shows me this.

So after that I typed in F6 to change my card to seeed card.

Then is scroll down to seed card and hit enter. So I see this.

Then I press f4 and I see this so I don't know where should I see that capture is high.
This is the last thing that messing with me.

20210822_200626.jpg

20210822_200634.jpg

20210822_201414.jpg

Umm, are you sure this is the right repository for this issue? As far as I can tell, this repository has nothing to do with sound on Linux.

Umm, are you sure this is the right repository for this issue? As far as I can tell, this repository has nothing to do with sound on Linux.

The issue is with the pi Alsamixer do I don't which should be the right one to hit on so I used pi repo.

The issue is with the pi Alsamixer do I don't which should be the right one to hit on so I used pi repo.

Ah. In that case, might I recommend posting your issue either on the alsa github https://github.com/alsa-project or the alsa mailing list https://mailman.alsa-project.org/mailman/listinfo/alsa-devel?

This repository is about bare metal programming (C and assembly with no operating system) on the raspberry pi, you're probably not going to find the help you need here unless you get very lucky.

Hope you get your issue solved.