-
Notifications
You must be signed in to change notification settings - Fork 56
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
Adds support for microphone input #54
Conversation
The code contains merge conflicts, can you fix it? I can help if you're stuck |
Hmmm, on my end it says there are no conflicts..??? Should I re-submit the PR? |
Okay, I think I fixed it. I'm not sure why sometimes when I create pull requests I get these lines inserted into my code (obviously it's due to my lack of understanding of Git/GitHub): <<<<<<HEAD
>>>>>#some random string |
bump. Is there still a merge conflict? |
Thanks! Can you move it to a separate file? |
How's this? |
This is great! What would be needed to resurrect this PR? I recently used this for a training and would love to have it in PlutoUI.jl. https://gist.github.com/mbauman/f50e0fcc20a2a16fd7e9a015f9cc54c1 Example notebook: https://juliahub.com/ui/Notebooks/mbauman3/public/Mic%20Input.jl |
Hey! I think the TODOs are:
The code as-is works, but with the items above it becomes more user-friendly :) |
Hallo, Fons!
I've added support for the microphone input but I'm certain it will need some additional work. With this PR, users can do:
This returns an array that constantly updates with the audio streaming from the microphone. To visualize the data, you might do something like this:
This (kind of) resolves issue #16
Groetjes!