Android-Wave-Recorder
Android-Wave-Recorder copied to clipboard
A powerful and efficient library to record WAVE form audio files (WAV) in Android
This is an enhancement request. Could you kindly add the option to skip silence.
**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...