ITADN

Simpleaudio causing segmentation fault

#7OpenKhachDavid 创建于 2024-12-18
K
KhachDavidcommented
I am running the python SDK example code: OS: Ubuntu 24.04 Python version: 3.12.3 In the example code running this below: ```py f.microphone.play_audio_background(audio_data) ``` ![image](https://github.com/user-attachments/assets/982f86bc-ad7f-4cda-838d-acfd116659ed) When removing this return value https://github.com/OkGoDoIt/frame-sdk-python/blob/db36eba704448265c93d468117af2ac5df0d6cb4/src/frame_sdk/microphone.py#L266 The segmentation fault is gone but I cannot hear the audio.
0 条评论