HBiSoft / HBRecorder

Lightweight screen recording Android library
MIT License
402 stars 137 forks source link

Can I get audio file that recorded from screen recording? #136

Closed aeiou-st closed 1 year ago

aeiou-st commented 1 year ago

Hello, So question is i want audio file that recorded from HB recorder. I look into all resources that provided by HB recorder but i didn't get my answer. If there is any solution for it like how can i store audio file in different folder.

If I ask you why screen recording file have size like 10 MB for 10 seconds. You should implement compression feature in it.

aeiou-st commented 1 year ago

As i know this feature available in 1.2.3 as hbrecorder.setAudioPath(String); method but now I didn't find it.

HBiSoft commented 1 year ago

@aeiou-st As the library stands now, it's not possible. I will possibly look into adding this at a later stage. You are however more than welcome to implement this and create a pull request.