RishiKar

Results 9 comments of RishiKar

Hi Ryan, I verified my code again and aggressively called all stop and cancel methods. ```dart void stopAndRelease() async { await _createRecordingFile.stopRecorder(); await _recorder.stopRecorder(); await _createRecordingFile.closeRecorder(); await _recorder.closeRecorder(); await _audioStream.close();...

Thanks Ryan, I am not sure how I can check whether it is too soon but I will review the code to reorder the close/cancel methods and check again to...

Hi @ryanheise , It was not related to audio session plug-in . I believe it had something to do with not canceling the recording stream correctly. For now, I can...

Hello, have you tried opening an audio session after opening the player? This should help in managing the audio session of the device Please install audio_session package Example code below...

@Larpoux I did some more testing but I believe the pause recorder has a bug. Logs below and in original issue. ![image](https://user-images.githubusercontent.com/4144159/183259277-64bd18ff-1888-44b9-b1ec-c0c0f3f70f83.png)

@Larpoux Thanks for looking into my cry of help :) I am not opening the player again. It is only in the init() function. I did try pause and resume...

@Larpoux please give me a few more days to confirm if it is a bug or not. For now, I got everything working using audio player package but I would...

Hello, I have a similar issue. After I play a file using just_audio (I have made sure I stop , cancel and dispose after playback), I can't get sound stream...

Hi @robjvan , I am running into similar issues and would like to update the plugin Will it be sufficient if I update the ext.kotlin_version in `.pub-cache/hosted/pub.dartlang.org/flutter_native_timezone-2.0.0/android/build.gradle` ``` buildscript {...