We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Additionally, I tried it with the raspberry pi image you providing in this git. The pi hat 2 worked.
Expecting the audio to record
pi@raspberrypi:~ $ arecord -f cd -Dhw:3 test.wav Recording WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo arecord: set_params:1407: Unable to install hw params: ACCESS: RW_INTERLEAVED FORMAT: S16_LE SUBFORMAT: STD SAMPLE_BITS: 16 FRAME_BITS: 32 CHANNELS: 2 RATE: 44100 PERIOD_TIME: (125011 125012) PERIOD_SIZE: 5513 PERIOD_BYTES: 22052 PERIODS: 4 BUFFER_TIME: (500045 500046) BUFFER_SIZE: 22052 BUFFER_BYTES: 88208 TICK_TIME: 0 pi@raspberrypi:~ $ dmesg ... [ 917.708122] wm8960 1-001a: failed to configure clock [ 917.708148] wm8960 1-001a: ASoC: error at snd_soc_dai_hw_params on wm8960-hifi: -22 [ 917.708202] bcm2835-i2s-wm8960-hifi: ASoC: soc_pcm_hw_params() failed (-22)
The text was updated successfully, but these errors were encountered:
I am also seeing this error, but on kernel 5.10 with a 32 bit Bullseye OS. The recorded audio sounds like hissing.
Sorry, something went wrong.
Try uninstalling, then cloning the fork and installing that. Fixed the same or similar issue #325
I believe I'm using the fork already.
@yezzer I tried a re-install, and it still worked. Perhaps I was wrong about which version I was using.
The fork worked perfectly for me. Thank you!
Pillar1989
No branches or pull requests
Describe the bug
Additionally, I tried it with the raspberry pi image you providing in this git. The pi hat 2 worked.
Expected behavior
Expecting the audio to record
Platform
Relevant log output
The text was updated successfully, but these errors were encountered: