I am running the python SDK example code:
OS: Ubuntu 24.04
Python version: 3.12.3
In the example code running this below:
f.microphone.play_audio_background(audio_data)

When removing this return value
|
return simpleaudio.play_buffer(audio_data, num_channels=1, bytes_per_sample=2, sample_rate=sample_rate) |
The segmentation fault is gone but I cannot hear the audio.