INFO (CORE) : startup time: 109 ms
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://D:\七里香\Track01.wav" (0)
INFO (foo_output_asio(exe)) : open : 44100 Hz, LINEAR PCM, 32 bits, 2 channels
INFO (foo_output_asio(exe)) : ASIO device type [channel 0] : Int16LSB
INFO (foo_output_asio(exe)) : ASIO device type [channel 1] : Int16LSB
ERROR (foo_output_asio(exe)) : unsupported output data format.
由錯誤訊息看來,你把output data format 改成16bit fixed point 應該就可以正常使用了。
INFO (CORE) : startup time: 109 ms
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://D:\七里香\Track01.wav" (0)
INFO (foo_output_asio(exe)) : open : 44100 Hz, LINEAR PCM, 32 bits, 2 channels
INFO (foo_output_asio(exe)) : ASIO device type [channel 0] : Int16LSB
INFO (foo_output_asio(exe)) : ASIO device type [channel 1] : Int16LSB
ERROR (foo_output_asio(exe)) : unsupported output data format.
由錯誤訊息看來,你把output data format 改成16bit fixed point 應該就可以正常使用了。