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
what do you think? @ChrisMicro
espsynth86/src/SoundOutput.h
Line 69 in 3368957
The text was updated successfully, but these errors were encountered:
The main reason why I made the I2S class is to be compatible with the Arduino I2S definition: https://www.arduino.cc/en/Reference/I2S
The advantage it the compatibility with the STM32GENERIC implementation here https://github.com/ChrisMicro/STM32GENERIC/tree/master/STM32/libraries/I2S
With this the software can easily ported between this two MCU architectures.
Also Adafruit has adopted the API: https://github.com/adafruit/Adafruit_ZeroI2S
The higher level functions should be in a separate class like described in the Arduino Sound Library: https://www.arduino.cc/en/Reference/ArduinoSound
Sorry, something went wrong.
have you test this on stm32 blue pill? how does it sound ? with or without dac?
Not with the BluePill. I used the STM32F407 Discovery https://github.com/ChrisMicro/Arduino_STM32F4_Discovery
and the cheaper STM32F411 Discovery
and the STM32F407 Black: https://wiki.stm32duino.com/index.php?title=STM32F407
No branches or pull requests
what do you think? @ChrisMicro
espsynth86/src/SoundOutput.h
Line 69 in 3368957
The text was updated successfully, but these errors were encountered: