Kaljurand / Diktofon

An Android app, a dictaphone with Estonian speech-to-text
Apache License 2.0
15 stars 3 forks source link

Can it be possible to change location of where files get written to? #23

Open Kaljurand opened 9 years ago

Kaljurand commented 9 years ago

Original issue 22 created by Kaljurand on 2014-09-03T20:31:56.000Z:

Can it be possible to change location of where the audio files get written to?

Kaljurand commented 9 years ago

Comment #1 originally posted by Kaljurand on 2014-09-03T21:29:20.000Z:

Diktofon does not offer a user interface for letting the user decide on the location of stored audio, transcriptions, tags, etc. The directory /Android/data/kaljurand_at_gmail_dot_com.diktofon/files/ is hard coded in:

https://github.com/Kaljurand/Diktofon/blob/f2bfaff75b10567d82de090e1abd3ca63907146e/app/src/kaljurand_at_gmail_dot_com/diktofon/Dirs.java

Storing the files under /Android/data/ is considered to be best practice.

Can you elaborate on what is your reason for placing the files elsewhere?

Kaljurand commented 9 years ago

Comment #2 originally posted by Kaljurand on 2014-09-04T19:25:23.000Z:

I ran out of space.

Kaljurand commented 9 years ago

Comment #3 originally posted by Kaljurand on 2014-09-04T19:31:46.000Z:

I'm not sure how changing the folder would solve the "out of space" problem.

Kaljurand commented 9 years ago

Comment #4 originally posted by Kaljurand on 2014-09-04T19:41:08.000Z:

Also, I would be worried that there may not be enough space on my phone for a very long recording.

Kaljurand commented 9 years ago

Comment #5 originally posted by Kaljurand on 2014-09-04T22:27:15.000Z:

Yes, the amount of remaining space is currently not shown during the recording. The only solution at the moment is to use another Android recorder (and use Diktofon only for the playback, transcription, etc. of the recorded audio).