craffel / remixavier

Given a mixed song, remove components that you have
19 stars 5 forks source link

unrunalbe #1

Open hktxt opened 6 years ago

hktxt commented 6 years ago

[d1,sr] = audioread('00001.m4a'); m4aread: Unexpected result from ""'which' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 " -i "00001.m4a"": '"'which' 不是内部或外部命令,也不是可运行的程序' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

dpwe commented 6 years ago

m4aread.m uses some internal logic to find the binary program it relies on (faad). This is probably linux-specific.

Assuming you have faad installed on your system, find this line in m4aread.m:

%faad = '/opt/local/bin/faad';

Edit that file to remove the '%', and to change the path to point to your faad binary. I hope that will fix it.

DAn.

On Wed, Nov 7, 2018 at 12:54 AM Max notifications@github.com wrote:

[d1,sr] = audioread('00001.m4a'); m4aread: Unexpected result from ""'which' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 " -i "00001.m4a"": '"'which' 不是内部或外部命令,也不是可运行的程序' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/craffel/remixavier/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhs0cKOnBTJie7LmRrGB75mFqydwyVyks5usnV0gaJpZM4YR00D .