-
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
ThreadSource error #15
Comments
I am having the same issue on Android 5. With Android 4.4.2 everything is working fine. What is your version of Android? |
I am at 5.0.2. Well I need to record sound and not generate samples so I didn't try to fix this issue. I'm not getting much success on recording though. Are you able to record via microphone on Android 5? (if you tried) |
So it possibly is an Android 5 issue. Hopefully someone with a deeper insight can check this out. Never tried to record audio, so I cannot comment on this. |
Thanks for your input @Bambooeater |
Hi! I was wondering if somebody found a solution for this issue, I'm having the same issue on android 6 marshmallow / nexus 5. |
I could record without problems, I didn't try anymore generating samples because I didn't need that for my project. I don't know if anyone managed to solve this problem. |
Thank you for your answer Andre! I'm actually working on a project that need both input and output audio streams in Android and I was kind of hoping to use this module for that. |
Is this still an issue? Android 5 is pretty dated, and I am hoping we can close. |
When I try to run the sinslider example I get this error:
I/python (13506): File "/home/andre/.buildozer/android/app/main.py", line 5, in
I/python (13506): File "audiostream/sources/wave.pyx", line 5, in init audiostream.sources.wave (audiostream/sources/wave.c:3438)
I/python (13506): ImportError: cannot import name ThreadSource
Any workaround for this?
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26871697-threadsource-error?utm_campaign=plugin&utm_content=tracker%2F77121&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F77121&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: