I want to use SOX on Linux, I have SOX installed, but I don't know how to play sounds, I need a demo #23
-
I want to use SOX on Linux, I have SOX installed, but I don't know how to play sounds, I need a demo,What should I do? using (Sox sox = new Sox("sox.exe")) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When you create a Sox instane, you need to provide the full path where the sox executable is (unless it is in the same directory as your application). I don't know where sox is usually installed in Linux, but should be something similar to: |
Beta Was this translation helpful? Give feedback.
When you create a Sox instane, you need to provide the full path where the sox executable is (unless it is in the same directory as your application). I don't know where sox is usually installed in Linux, but should be something similar to:
using (var sox = new Sox("/usr/bin/sox/sox")