Replies: 4 comments 10 replies
-
|
Actually that would make a lot of sense: but using any supported generator: This would allow you e.g to use the Instruments that are available in the STK! This shouldn't be too difficult to implement since all the functionality is already there. We just need to implement a parser and link it to the available functionality. Woud you be willing to contribute or eventually test ? |
Beta Was this translation helpful? Give feedback.
-
|
Based on my code review of the audio-tools files, i think it would be easy to implement using the MusicalNotes class. I could implement it when you could give me a suggestion/scalation on how i could do it properly. In the past i modified the RTTTI component within ESPHome so i have some idea on how to do this. |
Beta Was this translation helpful? Give feedback.
-
|
Small question; AudioInfo info(16000, 2, 16);
SineWaveGenerator<int16_t> sineWave(32000); // subclass of SoundGenerator with max amplitude of 32000The value sineWave(32000) should that be the same as info(16000, ... ) ? |
Beta Was this translation helpful? Give feedback.
-
|
Just use the All Classes Alphabetically link and search by the class name in the browser. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I like to have a simple way to play RTTTL sounds with the build in sine generator.
Beta Was this translation helpful? Give feedback.
All reactions