notes and manifest tweak

This commit is contained in:
Bryan Barnes 2014-01-18 18:19:59 -05:00
parent 800526ddcd
commit e1970cf01d
2 changed files with 4 additions and 3 deletions

View File

@ -11,9 +11,10 @@ plan:
-create mic test app (consult bluecrab) [Otoire tunes should be great and the other real games that support mic - should compile list]
-figure out how the game/dc requests the audio (or how the mic just streams)... [Done - at least in seaman DC tells mic to start recording then polls the mic pretty frequently for data]
-for poc just create some kind of global way to pass the audio data from android mic interface directly to the maple_base instance [Done]
-test
-cleanup
-test [Created recording in Otoire, imported VMS into Demul and got the sound! Seaman needs more testing]
-cleanup [Partially done, lots of logging left]
-test more
-integrate into settings ui
16-bit PCM @ 11025 hz

View File

@ -11,7 +11,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.hardware.microphone" android:required="false"/>