You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #2 implemented. Sox, InputFormat and OutputFormat classes now has a CustomArgs property that allow to pass any argument not yet implemented in SoxSharp.
Sox.Process method now supports null input and output files.
Sox.OnLogMessage event is also fired on SoX Info and Debug log messages.
LogMessageEventArgs has a new Source member stating the SoX application component that originated the log.
SoX executable path is now added to process' PATH environment variable.
Don't rely on SoX exit codes and standard/error outputs.
Added LastCommand read-only property. It is automatically filled on each execution of SoX with the complete command line used to launch it (useful for debugging purpouses).