Simpleaudio causing segmentation fault
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)
```

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 条评论