-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello everyone, I would like to ask how do I generate a playable file using this library?
This is how I build the audioparam for VoicePing object.
val audioParam = AudioParam.Builder() .setAudioSource(audioSource) .setSampleRate(48000) .setFrameSize(4096) // Added frame size .setUsingOpusCodec(false) .build()
meanwhile this is where I put my startTalking.
val recordingPath = File(context.getExternalFilesDir("Recordings"), "myRecordedAudio.wav").toString() listener?.onStarted() VoicePing.startTalking(targetId, ChannelType.GROUP, this, recordingPath)
The file is generated but I can't play it. Where did everything go wrong?
Thank you! 😄
Metadata
Metadata
Assignees
Labels
No labels