python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

sound does not generated on jetson tx2

Open xoxoxo13102020 opened this issue 4 years ago • 1 comments

I am using ubuntu 18.04 with jetson tx2 when I use these code snippter on my python program

import numpy as np
import sounddevice as sd

fs = 22050

sd.play(wav, fs)

it does not work? Could anyone has any idea why?

xoxoxo13102020 avatar Dec 30 '20 14:12 xoxoxo13102020

Could you please try adding this line in the very end:

sd.wait()

mgeier avatar Dec 30 '20 14:12 mgeier