Windows 32 bit:
Windows stand alone:
http://www.stereotool.com/download/ster ... 25-010.exe
Winamp DSP:
http://www.stereotool.com/download/dsp_ ... 25-010.exe
VST:
http://www.stereotool.com/download/vst_ ... 25-010.dll
Windows 64 bit:
Windows stand alone:
http://www.stereotool.com/download/ster ... 25-010.exe
VST: ----://
www.stereotool.com/download/vst_stereo_ ... 25-010.dll
CHANGES:
- Updated PortAudio to latest version
OLD CHANGES:
- Added FM/HD synchronziation slider. You will hear glitches when adjusting it, but no complete dropouts as with changing the buffer size.
- Changed PortAudio callback block size to let PortAudio decide the best size. This might slightly reduce latency and also help against hiccups.
- Added display of supported sample rates (and MME) to sound card selection.
- SST help
- Delossifier Spectral hole filler CPU load is much higher in 8.23 than in 8.00 - no obvious change in the code. - Wasn't true, slightly optimized it anyway.
- Removed old WINMM audio card code, replaced by PortAudio.
TODO:
- Synchronize PortAudio starts
- Make sure that in case of no input audio, the error is reported for the input. Added the watchdog tick to be always called when the callback is called, even if no audio is being played.
- Make buffer filling 50% on start - Wait for first input to return. Only then allow outputs. Also needed for VLC (so the delay can be big!) In fact, the best way might be to connect it to when the first callback of the input sound card happens... enable the other callbacks INSIDE that input callback. But if I do that I need special solutions for VLC and ASIO. And that won't take the calculation time into account, and it might actually be a good thing to take that into account to make the buffer at least not too empty.
- GiPHouse build warnings
- Make PortAudio work on Mac (output works, input not yet)
- Make PortAudio work properly on Linux - it works but with weird warnings and it takes a long time to start.
- Send out RDS texts
- Fix 31N
- Show low input level warning for inputs below - say - around -9 dB or so. For extended periods. Reason; I hear on a local station here that they probably have a too low input level and they didn;'t know that that was a problemn, but the sound on one of the built-in presets wasn't as consistent as it should be, and some tracks sound muffled probably due to too much noise gating.