Android-Wave-Recorder icon indicating copy to clipboard operation
Android-Wave-Recorder copied to clipboard

A powerful and efficient library to record WAVE form audio files (WAV) in Android

Results 4 Android-Wave-Recorder issues
Sort by recently updated
recently updated
newest added

This is an enhancement request. Could you kindly add the option to skip silence.

enhancement

The lib is not working with Scoped Storage API

bug

**Failed to resolve: com.github.squti:AndroidWaveRecorder:1.6.0** I am adding library by making new project implementation ("com.github.squti:AndroidWaveRecorder:1.6.0") // For waveform visualization Android Studio Hedgehog | 2023.1.1 Patch 1 dependencies { implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1") implementation("com.google.android.material:material:1.11.0")...

When I configure the wave with `waveRecorder.waveConfig.audioEncoding = AudioFormat.ENCODING_PCM_FLOAT` the recorder bugs and creates a audio file with 44bytes. Any chance to implement this feature to allow recording audio with...

enhancement