HL-Soft.net / Sousuke.org
...coding to the m@x!
 
:: Navigation ::
.: Main :.
News
Blog
About

.: Coding :.
Projects
Downloads
Tutorials
Feedback
Bugreport
Wiki

.: Community :.
Login
Guestbook
Forum
IRC

.: Misc :.
Links
Disclaimer
Contact
 
:: Status ::
.: Site info :.
Site version:1.0 beta
Last update:2006-05-18
Counter:deactivated

.: Community info :.
Not logged in

.: Quick link :.
n/a
HL-Soft.net - DirectSound MultiSpeaker (WinAmp output plug-in)
ID HLS_DSMS
Category HL-Soft.net / Sousuke.org
Company HL-Soft.net
Name DirectSound MultiSpeaker (WinAmp output plug-in)
Description Winamp is one of the best multimedia players around. It's funtionality can be extended with third-party plugins. (e.g. other file formats, new visualization, etc...)

But unfortunately Nullsoft's output plug-in lacks support for surround systems... There already exist some 5.1 plug-ins, but I was looking for one with a down-/upsampler using a matrix (like MatrixMixer) for surround sound systems (e.g. 5.1 surround).

Because I couldn't find one, or it doesn't exist yet, I decided to write one myself ^_^
Platform WinAmp 2/3/5 - Win32 (VC++ 7)
Features multispeaker support
down-/upmixing for your surround system
News switched to Visual C++ .NET
switched to DirectX 9
rewrote nearly 80% of plugin
revised buffer handling
fixed playback of small songs fitting in FIFO buffer
fixed sound glitches (temporary fix)
fixed directsound deinit, didn't releae directsound-interface
fixed seek bug - when last samples had been buffered in fifo,
seek didn't update flags correctly -> song skipped
fixed ds buffer init, software mixing allowed
removed directx notifications
added buffer underrun protection
added config-dialog
added playback device selection
added configuration file
added prebuffer count
added alternative volume/panning control
Version 0.10
Lastupdate 2004-04-22
Changelog downloads/DSMS.txt
Progress [To-Do] configuration dialog (nearly finished)
[To-Do] pcm converter
[To-Do] channel mapper
[To-Do] support for other pcm formats - hardcoded for stereo-pcm -_-;;
Download DSMS plug-in v0.10 Installer (w/ needed DLLs)
DSMS plug-in v0.10 (w/ sources)
DSMS plug-in v0.04 (w/ sources)
Links Winamp - grab this player if you don't have it!
MatrixMixer - which inspired me to code this plug-in img