Leonidius20 / RecordingStudio

Audio recorder app for Android
GNU General Public License v3.0
95 stars 4 forks source link

Change Default Directory #18

Open AnnoyedLeek opened 3 weeks ago

AnnoyedLeek commented 3 weeks ago

Feature Request: I would like to be able to specify the default file path where recordings save. Thank you for the work you're doing!

Leonidius20 commented 2 weeks ago

Hello and thank you for the suggestion! I may consider it in the future, but that would most likely require a rewrite of the file saving logic, and I'm not sure if it's worth it

Zealot2000 commented 4 days ago

I would also appreciate the possibility to specify the directory, including directories on the SD card. My usecase is the recording of environmental sounds over the course of many hours. Internal memory is limited and might run out while recording. Would that be feasible? Thanks! :)

Leonidius20 commented 3 days ago

I would also appreciate the possibility to specify the directory, including directories on the SD card. My usecase is the recording of environmental sounds over the course of many hours. Internal memory is limited and might run out while recording. Would that be feasible? Thanks! :)

I think it could be possible to allow switching between writing to internal memory and SD card without rewriting too much code, i'll look into it

Zealot2000 commented 2 days ago

Thank you! :)