Can this work with I2S to send the audio data at 48 kHz to a Linux box using the Raspberry Pi Pico or Pico 2 or Pico W or Pico 2W? #6
-
@pschatzmann, I have some code that reads a PCM1808 codec using the I2S interface and the Arduino-Pico framework. Having this appear as a USB sound card would make things easier than what I'm doing sending the data over UDP on WiFi, especially if it could solve a sample rate mismatch issue. The Pico presently samples at 48.047 kHz. Will this library solve the sample rate mismatch problems? Will it work at 48 kHz? I have also been looking at your Arduino Audio Library, with similar questions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
@pschatzmann
Should I submit an issue for this? |
Beta Was this translation helpful? Give feedback.
Did you read the Wiki ?