Skip to content
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

sound generation #108

Open
FabriceNeyret opened this issue May 11, 2020 · 0 comments
Open

sound generation #108

FabriceNeyret opened this issue May 11, 2020 · 0 comments
Labels

Comments

@FabriceNeyret
Copy link

Just a crazy idea I had. Easy to say, but no idea how difficult to implement (&perfs):

run-time sound generation: (listenable for people having the shader).

sound real-time synthesis, via the alpha channel of he bottom line of Image or a chosen Buffer channel. Up to the user to produce this line. Buffer seems better since allows floats centered around zero, just as for the Sound Buffer).
735 pixel width is sufficient to store 1/60th sec of 44100 sample rate. The extra can be used for buffering. Variant: use more than 1 line if not enough (small image / more buffering ).

But this involve downloading a buffer at 60 fps in an asynchroneous environment and real-time feed a windowed sound buffer: no idea how doable.

@patuwwy patuwwy added the on hold label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants