Stereo Tool
https://forums.stereotool.com/

Powershell oneliner to process an entire folder
https://forums.stereotool.com/viewtopic.php?f=8&t=7805
Page 1 of 1

Author:  diekgait [ Thu Jun 02, 2016 12:19 am ]
Post subject:  Powershell oneliner to process an entire folder

Here's a powershell oneliner to process an entire folder at once with the cmd version:
Code:
foreach ($song in Get-ChildItem C:\Audio\Wave\) {C:\audio\stereo_tool_cmd.exe C:\audio\wave\$song C:\audio\out\$song -s C:\audio\proces.sts -k "<yourlicensekey>"}
C:\Audio\Wave contains the orginal files
C:\Audio\Out will contain the processed files
C:\audio\proces.sts is the settingsfile

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/