|
From: Ulrich K. <ul...@ch...> - 2012-09-25 12:29:25
|
René Bastian <rba...@mu...>: > when I launch > $ rbmplay audiotest.wav > I get the message > rbmplay FAIL sox: Not enough input filenames specified > but sox v14.3.2 works. > What is wrong? 14.3.2 is wrong. ;-) The behaviour was meant for when play was called with a path, such as some/where/play, but it happened to work when there were random characters at the start of the name. There is a more sophisticated sox_basename() in charge now that takes extensions like .exe into account and isolates the name properly. So, either use "play" (possibly in a special directory), or use -d as the output file, as in rbmplay audiotest.wav -d Ulrich |