dkim0419 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
1.49k stars 807 forks source link

add menu item for high quality recording #69

Closed ChristophHaag closed 7 years ago

ChristophHaag commented 7 years ago

The default recording quality on my smartphone is 8KHz @ 12 kbit/s which really does limit the usefulness of the app. I tried to keep it simple in the spirit of the app and added only a single checkbox for high quality that stores one boolean in the DefaultSharedPreferences.

Sorry for sneaking in the removal of the # in the filename. It caused issues with the filename that kdeconnect receives when shared. Probably a bug in kdeconnect, but using less special characters in filenames is often a good thing.