引用:
Originally posted by ElvisTu
不知要如何設定才能正常使用ASIO
我用ASIO會出現以下訊息
INFO (CORE) : opening file for playback :
INFO (CORE) : location: "file://C:\MP3\合輯Various-白羽毛之戀-真愛典藏情歌精選The fouer of love\04-How Do I Live-Leann Rimes.mp3" (0)
INFO (foo_output_asio) : open : 96000 Hz, LINEAR PCM, 16 bits, 2 channels
INFO (foo_output_asio) : ASIO device type [channel 0] : Int32LSB
INFO (foo_output_asio) : ASIO device type [channel 1] : Int32LSB
ERROR (foo_output_asio) : unsupported output data format.
|
INFO (foo_output_asio) : ASIO device type [channel 0] : Int32LSB
INFO (foo_output_asio) : ASIO device type [channel 1] : Int32LSB
看 foo_output_asio.txt 裡面
Int32LSB : 32bit fixed-point
所以在 foobar 的 prefercences 裡的 playback 中的 output data format 後面選 "32bit fixed-point" 應該就可以了, 我是這樣解決的.