Leonidius20 / RecordingStudio

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

recording audio on behalf of other app with intent filter & activity result not working as intended #4

Closed pvagner closed 3 days ago

pvagner commented 1 week ago

Hello, This feature is recording audio into designated folder. The target app the recording has been started from may not have storage permissions or scope to read that file. I think we need to implement a data provider for this. See how axet audio recorder does it for an idea. Also if I may add a simple feature request to this, it would be nice to start recording directly when the app is inwoked by this intent without having to press the record button. I like to use this feature with the FairEmail app. It has a Record sound button on the bottom bar when composing email.

Leonidius20 commented 1 week ago

As for starting the recording right away without pressing the button, that would deprive the user of the ability to adjust audio settings before starting the recording. Are there any additional benefits to starting recording right away apart from not having to press 2 buttons?

pvagner commented 1 week ago

Ah yes, you are right, that's a good point. I assumed audio settings are not used all the time i.e. I have set it once and forgotten about it. Feel free to ignore this part then and only concentrate to the functionality of this feature.

Leonidius20 commented 4 days ago

Should be fixed in version 0.1.2, available now in the Releases section.