Phat dac + python

Hello everyone,

I’ve been trying to get audio out of a python script. Before I got the dac the program worked fine. Then I installed the dac and did the automatic config as well as double checked everything manually. Now the audio files will play using vlc player outside of python just fine but once I start python it’s just silent. I’ve tried using the pygame module as well as the vlc module. I dont really know much about Linux based systems and how’s it handles audio. And I can’t seem to find anything about this problem. I think it might have something to do with python might be “streaming” the audio instead of loading the file. But I don’t know