summaryrefslogtreecommitdiff
path: root/LoopbackApp/app/src/main
AgeCommit message (Collapse)Author
2015-05-15Histogram with log scale, x/y axis, and y label.ninatai
2015-05-14this version can now draw a simple histogram (for Java only)ninatai
2015-05-13Partial code for collecting latency dataninatai
2015-05-12Now when the file path is not found, the path will not show up on Toast ↵ninatai
(instead of app crashes directly).
2015-05-11Add About page to show relevant information about this appninatai
2015-05-11Fix variable names.ninatai
2015-05-11Filename now saves the time of plot acquisition.ninatai
Add Toast to show where the file is saved.
2015-05-11Merge branch 'master' of https://github.com/ragomusic/drrickorangRicardo Garcia
2015-05-11Added simple latency estimation via graphic correlationRicardo Garcia
Simple algorithm to estimate and display latency in ms. Some cosmetic changes, applying the holo light schema, and added current level display on screen.
2015-05-11Added simple latency estimation via graphic correlationRicardo Garcia
Simple algorithm to estimate and display latency in ms. Some cosmetic changes, applying the holo light schema, and added current level display on screen.
2015-04-10Update version code 5 name 0.3Glenn Kasten
2015-04-10Allow running on pre Jellybean MR1Glenn Kasten
2015-04-09Capturing PNG and more info on screenRicardo Garcia
Added capability to capture PNG of latest experiment, and more info on screen. Name size of wave and png reduced in lenght. Extra information on Settings.
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-06Update version code 4 name 0.2.8Glenn Kasten
2015-04-03Clearing Memory for JNI objectsRicardo Garcia
Fixing a bug that is noticeable in older versions of android.
2015-04-02Bugfix for jni min buffer size computationRicardo Garcia
2015-04-02Added open SLES query for preferred frame size.Ricardo Garcia
Plus some minor cosmetic fixes
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.