cybex-dev / twilio_voice

Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
40 stars 86 forks source link

AUDIO_OUTPUT_FLAG_FAST denied, rates do not match 44100 Hz, require 48000 Hz #58

Closed preprincipletech closed 2 years ago

preprincipletech commented 2 years ago

Screenshot from 2021-11-25 19-42-13

WebRtcAudioRecordExternal: verifyAudioConfig: PASS I/tvo.webrtc.Logging( 3801): WebRtcAudioRecordExternal: stopRecording I/tvo.webrtc.Logging( 3801): WebRtcAudioRecordExternal: stopThread I/tvo.webrtc.Logging( 3801): WebRtcAudioRecordExternal: doAudioRecordStateCallback: STOP I/tvo.webrtc.Logging( 3801): WebRtcAudioEffectsExternal: release I/tvo.webrtc.Logging( 3801): WebRtcAudioRecordExternal: releaseAudioResources I/tvo.webrtc.Logging( 3801): VolumeLogger: stop@[name=MediaFactoryImp - 4068, id=4703] I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: stopPlayout I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: underrun count: 0 I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: stopThread I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: Stopping the AudioTrackThread... I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: AudioTrackThread has now been stopped. I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: Calling AudioTrack.stop... D/AudioTrack( 3801): stop() called with 44640 frames delivered I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: AudioTrack.stop is done. I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: doAudioTrackStateCallback: 1 I/tvo.webrtc.Logging( 3801): WebRtcAudioTrackExternal: releaseAudioResources D/TwilioVoicePlugin( 3801): Disconnected I/flutter ( 3801): voip-onCallStateChanged CallEvent.callEnded W/AudioTrack( 3801): AUDIO_OUTPUT_FLAG_FAST denied, rates do not match 44100 Hz, require 48000 Hz I/flutter ( 3801): voip-onCallStateChanged CallEvent.callEnded I/flutter ( 3801): call Ended

diegogarciar commented 2 years ago

Please provide a full description of the issue with reproducible steps and expected behavior, otherwise I'll close this.