You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
-
### This project is not under active development. Pull requests are welcome!
2
-
3
1
com.kcwdev.audio
4
2
===========================================
5
3
6
4
Exposes `android.media.MediaPlayer` to Titanium for developing advanced media players.
7
5
8
6
This is an extended version of [com.kcwdev.audio](https://github.com/kcwdevllc/android-audioplayer). It adds the ability to toggle routing of audio through the phone's main speaker and ear speaker.
9
7
10
-
11
8
Contributing
12
9
============
13
-
Anything from a bug report to a pull request is greatly appreciated :)
10
+
Bug reports, pull requests, and even just notes that the module works on your device are greatly helpful and appreciated.
11
+
12
+
The APIs to develop this speaker toggle have changed throughout versions of Android and documentation throughout the internet is highly inconsistent as a result. Knowing whether or not this works on your particular device and OS version is a huge help.
0 commit comments