asAudio2 - Forum

Forum Navigation
You need to log in to create posts and topics.

asAudio2

I am trying to combine two audio files using

 

asAudioModuleInit "True"

.// Mix Both
asAMixerVolume "100" "100"
asAMixerInFile "C:\Users\default\Desktop\AudioFile1.wav" "C:\Users\default\Desktop\AudioFile2.wav"
asAMixerStart "File" "C:\Users\default\Desktop\Output.wav" "Start"

Both are WAV format, yet I am getting no Output file.

Any help would be appreciated.

Try saving in another location, for example in the project folder. Perhaps the system does not allow saving to the desktop.

Try putting an exclamation mark before the path.
!C:\Users\default\Desktop\Output.wav

Good idea, but still no output file - also I have invoked admin for runtime.

Shame, this plugin looks to be useful.

I've now used ffmpeg instead - not pretty but works.