-
Notifications
You must be signed in to change notification settings - Fork 431
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
Plyer audio for android with facade and example #144
Conversation
|
||
Used for recording audio. | ||
Use method `start` to start record and `stop` for stop recording. | ||
For hear, what you have just recorded use method `play`. |
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.
nit: "To hear " (no comma). But a comma would be nice after "recorded".
This looks nice overall, i have minor issues with documentation, but the rest is ok. About codecs, i agree it's a complex problem, i think the best we could do would be to offer another api to return available codecs so the programmer can look if their favorite one is in the list, a bit like the result of |
👍 |
Plyer audio for android with facade and example
Hi,
Recently I finished with audio recording for android. It works for android Api>=9.
Please check it out!
best regards