-
Notifications
You must be signed in to change notification settings - Fork 5
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
Tips to determine endpoint_id? #9
Comments
Hi @thbar , you're welcome :) Unfortunately I don't know if there is a universal way of recognizing an assignment of |
Thank you! I will work on a PR to expose that as a helper method (& yes a mix task that would display the results is a good idea!). |
Great! You can check first if this gives you any useful information ;) Also please note we use unifex for the native parts of the framework. If you had any questions we're here to help. |
I've seen that and also discovered bundlex, so this will be a great way to have a first hands-on case for their use. Thanks! |
So there is currently not any convenience functionality in this module to get a list of devices? It would be nice to have that or have a library for some of those common audio-recording tasks in Elixir. Is this something y'all working with Membrane have and could expose? |
Hi @lawik, unfortunately, we don't have this functionality, but we're open for PRs ;) |
Fair enough. If I end up doing a specific project I might end up needing to do just that :) |
Thanks for Membrane! I'm trying it out to record iPad audio (which is exposed as an input soundcard when connected over a lightning cable to a Mac) and send it to the default soundcard output, as a starter.
I believe I will need to specify a
endpoint_id
to the source, because the iPad audio is not the default input.Do you have an easy way to figure out what the ids are? Thank you!
The text was updated successfully, but these errors were encountered: