Need testers for my app

Hello!
I made a simple audio recording app that lets you change the audio file type.

They may be some bugs so I would like for you guys to test my app :grin: (I’ve tested it already and found no bugs but you may find some…)

APK:
AudioRecorder (1).apk (5.9 MB)

If there are no bugs, I’ll share my apps with the Kodular community :grinning_face_with_smiling_eyes:

Thank you.

Is the menu readable ? Is it looks good?

Yeah works good… Have you tested it on android version 10 and above. Lower version no problem with write or read external storage…

It also works on android 7. But: changing the extension of an audio file doesn’t mean that you convert it to a different Sound Format. If you recorded a sound with the sound recorder component it will be 3gp format. No matter what extension you give the file. Wav and mp3 are completely different Container.

4 Likes

I have an android 11 device and that’s what I’m using for testing.

You’re supposed to see some images inside those card views.

Ohhh ok, I didn’t know that. Thanks for letting me know!
I’ll remove the feature then…

Your recordings will be saved in a WAVE container (extension: .wav, PCM format). Renaming the extension (to MP3) does not change anything with it, as @Django_s_Android_App already said.

But the quality is poor for a WAV recorder.

3 Likes