Monday, February 20, 2012

StealthAudioPlayer: Work In Progress

EDIT: deleted the plus files with standalone executables and added a new version.
This is a new version of StealthAudioPlayer. It addresses 2 requests I received from you: ASIO channels remapping and high resolution files (192/24) playback
EDIT: sharing again the plus version StealthAudioPlayer_0.2.2_plus1.zip
New [ASIO channels] mapping section in the ini file to allow ASIO channels customization.
Default setting:
[ASIO Channels]
ASIO_1=1
ASIO_2=2
ASIO_3=3
ASIO_4=4
For example if you need to use your 3 and 4 ASIO channels instead of the default 1 and 2 you may want to setup this section as follows:
[ASIO Channels]
ASIO_1=0
ASIO_2=0
ASIO_3=1
ASIO_4=2
Let me know if it works for you.