arduino-libraries / ArduinoSound

65 stars 28 forks source link

Recording .wav files using I2S MEMS microphone SPH0645 and Arduino MKR1010 #31

Closed Ajiket closed 3 years ago

Ajiket commented 3 years ago

Respected All, I want to record 10-20 seconds audio files in .wav format. The audio source is coming from the earpieces of a Stethoscope to convert a conventional stethoscope into a digital stethoscope. I have connected the SPH0645LM4H-B Adafruit I2S digital microphone with Arduino MKR1010.

With the help of https://github.com/arduino-libraries/ArduinoSound/issues/2#issuecomment-271968591 by @sandeepmistry I am able to see visually the audio data in serial plotter.

I want to store this audio recordings in .wav format in (say my computer drive) for further signal processing in Matlab. Requesting help in this regard,

Thanking You

per1234 commented 3 years ago

Hi @Ajiket. This issue tracker is only to be used to report bugs or feature requests. This topic is more appropriate for the Arduino Forum. I'm sure we'll be able to help you with your problem over there.

Please do this:

  1. Read http://forum.arduino.cc/index.php?topic=148850
  2. If you haven't already done so, create a new thread in the appropriate section of the forum (http://forum.arduino.cc/), following all the rules.
Ajiket commented 3 years ago

Hi @Ajiket. This issue tracker is only to be used to report bugs or feature requests. This topic is more appropriate for the Arduino Forum. I'm sure we'll be able to help you with your problem over there.

Please do this:

  1. Read http://forum.arduino.cc/index.php?topic=148850
  2. If you haven't already done so, create a new thread in the appropriate section of the forum (http://forum.arduino.cc/), following all the rules.

Thank You @per1234 , i posted my issue in the Audio Sound processing and generation Arduino forum: https://forum.arduino.cc/index.php?topic=727608