summaryrefslogtreecommitdiff
path: root/LoopbackApp/app/src/main/jni
AgeCommit message (Collapse)Author
2015-04-08New microphone selection capabilities.Ricardo Garcia
Now it is possible to select the microphone source. Some notification/error management refactoring. Adding microphone source to the name of the wavefile.
2015-04-03Clearing Memory for JNI objectsRicardo Garcia
Fixing a bug that is noticeable in older versions of android.
2015-04-02Bugfixing for older Android versionsRicardo Garcia
Fixing some race conditions that became problematic on older android versions. Instrumented JNI code with debug/log messages. Reduced memory footprint of JNI test by directly using the actual buffer of interest.
2015-03-26Improvement on life management of Java and Native audio threadsRicardo Garcia
Using PipeShort to properly handle the 16 bit samples in Java. Removed some unnecesary vector allocations. UI notification if threads are busy. coalesced buttons and reordered elements in Settings activity.
2015-03-23Refactoring for Android Studio projectRicardo Garcia
Created Android Studio project and moved files around to fit in the Android Studio project schema.