do_command(f"Export2: NumChannels=2.0 Filename= “C:/Users/Desktop/trainn.wav” ")
is there anything in particular i am doing wrong…i am selecting the audio also
do_command(f"Export2: NumChannels=2.0 Filename= “C:/Users/Desktop/trainn.wav” ")
is there anything in particular i am doing wrong…i am selecting the audio also
It should probably be NumChannels=2
rather than NumChannels=2.0
, and no space between Filename=
and “C:/Users/Desktop/trainn.wav”
.
The quotes around “C:/Users/Desktop/trainn.wav”
must be normal double quotes (ASCII character 34), not “smart quotes”.
This topic was automatically closed after 30 days. New replies are no longer allowed.