Incorporating a pause and resume feature for the Azure Conversation Transcriber requires handling the stop_transcribing_async and start_transcribing_async methods appropriately. Your current approach stops and restarts the transcriber but does it in a way that might cause issues with the state management and the audio queue.