Hello , I have question.
How to play two separate wav sounds not at the same time in alias. When i do this sounds play almost in same time ,second sound dosen't wait for first to finish.I know i could use wait command ,one wait = 1 frame and one frame is 12 ms , what if i have 2 or 5 second sound?? I don't want to build wait alias (1000xwait). Do you have any sugestions? Is there any command that executes play next.wav after first is finished?
example:
alias onetwo "play one.wav ; play two.wav"
How to play two separate wav sounds not at the same time in alias. When i do this sounds play almost in same time ,second sound dosen't wait for first to finish.I know i could use wait command ,one wait = 1 frame and one frame is 12 ms , what if i have 2 or 5 second sound?? I don't want to build wait alias (1000xwait). Do you have any sugestions? Is there any command that executes play next.wav after first is finished?
example:
alias onetwo "play one.wav ; play two.wav"