SheTieJunSheTieJunCommunityยท1 Agent Skills Included

Mp3Recorder

Android audio recording with real-time MP3 encoding

Records audio on Android and encodes it to MP3 in real time while capturing. Supports pause and resume, live duration and volume callbacks, background music mixing, and voice changing effects. Eliminates slow post-recording conversion and manual audio processing with ready-made Kotlin modules.
npx skills add SheTieJun/Mp3Recorder --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Mp3Recorder?โ–ผ

Run `npx skills add SheTieJun/Mp3Recorder --all -g -y` in your terminal to install this skill globally.

How to record MP3 audio on Android?โ–ผ

Add the recorder-core and recorder-sim dependencies, configure the recorder with sample rate and bitrate, then call start() to record directly to an MP3 file.

How to mix background music into a recording?โ–ผ

Use the recorder-mix module, set your music file with setBackgroundMusic, adjust volume with setBGMVolume, and the music is merged into the output file automatically.

Can Mp3Recorder change voice pitch in real time?โ–ผ

Yes. The recorder-st module uses SoundTouch to shift pitch up or down during recording, letting you create male, female, or robot-style voices.

Which Android permissions does Mp3Recorder need?โ–ผ

It requires the RECORD_AUDIO permission, plus storage permissions if you save files to external storage. The library notifies you via a callback, but your app must request the permission.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’