PDA

View Full Version : can't join wav when using besplit


gsbarry
18th September 2003, 10:28
Dear all,

I am very happy to hear that the besplit can mux several mono wav file into one. However, I got problem on joining file on this program.

Below is the command I typed and the output messages from the program.

C:\besplit>besplit -core( -input list.lst -prefix c:\besplit\output -type wav -join )

BeSplit v0.82 by DSPguru.
--------------------------

[00:00:00:000] +------- BeSplit -----
[00:00:00:000] | Input : list.lst
Error openning Input file : "list.lst".
Quiting...

C:\besplit>


Inside the list.lst, I typed two lines

c:\besplit\wave_left.wav
c:\besplit\wave_right.wav

I am sure that these two files are exist in that location.

What's wrong for my input? How can I solve this problem?
Thanks.