james-trayford / strauss

Sonification Tools and Resources for Analysis Using Sound Synthesis
Apache License 2.0
33 stars 4 forks source link

PortAudio patch #19

Closed james-trayford closed 4 months ago

james-trayford commented 4 months ago

Patch to avoid errors in the Sonification module triggered by sounddevice if PortAudio is missing. Now we catch the import error and only throw it if trying to run the Sonification.hear() function where it's used, otherwise strauss functionality can be used as normal.