Hi,
can you use Pd to convert audio to numeric values and store it in a text file?
I am trying out this project in order to store/play a snippet of audio from an Arduino uno/nano.
https://www.arduino.cc/reference/en/libraries/pcm/
Following this guide you can use a Processing app or script to convert the audio to numeric values.
http://highlowtech.org/?p=1963
This is not working, probably since I am on OSX Monterey. I will try to get the Processing script working but then I though that maybe there is a way to do this in Pd. I need to get the data as numbers in a text file, so not streamed real time.
?