-
Notifications
You must be signed in to change notification settings - Fork 476
Add sample-based generation example: synth_tones #612
New issue
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
Conversation
|
Please let me know if any adjustments are required. |
|
@est31 sure! done. anything else? |
est31
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
;) |
|
Sorry for the long delay, I think I've enabled CI on it and then lost track of the PR. It's a bit annoying that it doesn't ping you after CI is finished. |
|
Thanks for good open source) |
|
If you set CI as required in branch prediction, you can enable automerge on CI green, which is pretty handy in these cases. |
Sample-based generation of sound.
It is refactored version of the example
beep. I bubbled up a callback to generate a sample. Also, I replacedunwrapwith proper handling of errors. That does not add complexity becauseanyhowand?are already in use. That's the first step I would like it was done for me to start playing withcpaland integrating it into my projects.Hopefully, it will be useful for not only me.
#613