summaryrefslogtreecommitdiffstats
path: root/src/org/cyanogenmod/audiofx/backends
Commit message (Collapse)AuthorAgeFilesLines
* AudioFX: fix missing bassboost/virtualizerRoman Birg2016-09-081-2/+2
| | | | | | | | | | | | | If the device doesn't have headphones plugged in, and the speaker reports that it doesn't support virtualizer strength in speaker mode, we made the assumption it was never available. Just check for a valid refernce to the effect, all AndroidEffects _should_ have a virtualizer. Also moved the prefs version to the prefs manager. Change-Id: Id44087c509ece3d55b42c985660a61222bbdfe17 Ticket: AUDIO-152 Signed-off-by: Roman Birg <roman@cyngn.com>
* AudioFX: finish rename; persist processRoman Birg2016-08-294-0/+616
- Set persistent flag for app in the manifest, this backing process shouldn't be dying when the user swipes away the UI - Fix package structure to be org.cyanogenmod.audiofx - Add missing java license headers Change-Id: I03d37b6ca0548d881aaf46754c776da923e1ef59