KaraokePlayerActivity:

Ui creation

Audio recording implementation
Recorded audio implementation
This commit is contained in:
2024-07-10 21:00:36 +05:30
parent 64626f7730
commit fbb253d612
6 changed files with 342 additions and 5 deletions

View File

@@ -202,4 +202,12 @@
<string name="sing_again">SING AGAIN</string>
<string name="sing">SING</string>
<string name="sing_now">SING NOW</string>
<string name="start_recording">Start Recording</string>
<string name="download_recording"><u>Download Recording</u></string>
<string name="play_recording">Play Recording</string>
<string name="permission_deniedd">Permission Denied.</string>
<string name="recording_started">Recording Started</string>
<string name="recording_stopped">Recording Stopped.</string>
<string name="recording_audio">Recording</string>
<string name="no_recordings_found">No recording found</string>
</resources>