fgnt / sms_wsj

SMS-WSJ: Spatialized Multi-Speaker Wall Street Journal database for multi-channel source separation and recognition
MIT License
110 stars 25 forks source link

Bugfix: sh=2.0.0 changed the return type from sh.RunningCommand to str #32

Open boeddeker opened 6 months ago

boeddeker commented 6 months ago

Fix for https://github.com/fgnt/sms_wsj/issues/31

Before sh=2.0.0, the return type of a command was sh.RunningCommand and it was interpreted as input to another command.

Changed the code to use subprocess.

boeddeker commented 6 months ago

There are some more issues with recent packages (numpy and scipy), that have to be solved first.