summaryrefslogtreecommitdiff
path: root/LoopbackApp/app/src/main/res/layout
AgeCommit message (Collapse)Author
2015-05-14this version can now draw a simple histogram (for Java only)ninatai
2015-05-13Partial code for collecting latency dataninatai
2015-05-11Add About page to show relevant information about this appninatai
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-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-02Added open SLES query for preferred frame size.Ricardo Garcia
Plus some minor cosmetic fixes
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.