DevK2S/Study_Partner

Audio Record

Opened this issue · 12 comments

The replay button doesn't work in the audio record feature. Right now an external library is used but support for that library is no longer available.

Hello @krayong sir ,I am a participant in Gssoc '21 I would like to work on this issue can you assign it to me.

Hello @krayong sir ,I am a participant in Gssoc '21 I would like to work on this issue can you assign it to me.

Go ahead :)

Any updates @Areeb-510 ?

Sir I looked into the issue but the project which I imported seems to work fine. The audio record feature reply button is working or maybe I misunderstood it plz guide me

Try to record an audio, while recording press pause. Then click on the play button to play the recording, it won't work. It currently uses a third party library which is no longer supported. What I would like you to do is create the audio record functionality from scratch and make it as similar to the current version as possible.

Hello, @Areeb-510 are you still working on this issue?

I am so sorry sir I was involved in some other things for last few days. Sir I am in first year of my college and I really want to contribute but am not able to understand how to implement it Plz guide me I was waiting for the discord channel to be created but it was not made till the last time I checked. Sorry for the delay sir please guide me I know Android but have never worked with audio record feature

Please look at the official Android documentation or a simple search on Google would provide you with a lot of resources

Ok thank you sir

@Areeb-510 are you still working on this issue?

Yes sir I added the mediaRecorder() to the FileFragment. I had a doubt that like in the app when we click on Record option it opens a new activity with buttons to record audio but in the Project I am unable to find such xml layout so how do I set the play and pause button. Please guide me here as I am working with this type of feature for the first time. Thank you

There is no xml file. I have already told that the record feature uses a third party library which is no longer supported and had some bugs. So that's why we wanted to create a media recorder inside the app that doesn't use any external libraries.