Examples for Mozzi classes #1443
-
Hi Phil and all others I was experimenting with Mozzi and so I was happy to see the new (?) Mozzi classes. Since I am not very experienced I tried to combine some basis examples from audio-tools sending a stream to I2S with mozzi generating a sineWave. However the sketch below compiles with errors like:
I compile this for an Nano ESP32 (S3) and my libdeps include Could you give me a simple hint on what is wrong ?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Actually the MozziStream has been retired and does not work any more. I recommend to use the original Mozzi library implementation and use my Fork only if you need data input for the ESP32 |
Beta Was this translation helpful? Give feedback.
-
I gave this topic another thought and I have updated the code so that it works with the official Mozzi library. |
Beta Was this translation helpful? Give feedback.
Actually the MozziStream has been retired and does not work any more.
I have deleted it now in order to avoid any confusion.
I recommend to use the original Mozzi library implementation and use my Fork only if you need data input for the ESP32