Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-12Add new menu entryextra_precisionAlex Marsev
2015-10-12Implement extra precision processingAlex Marsev
Use double precision where possible. Use VHQ instead of HQ soxr preset. Add dithering to PCM24. Still no GUI yet.
2015-10-12Add "Extra Precision Processing" optionAlex Marsev
Not used anywhere yet. No GUI yet.
2015-10-12Add menu entry for the new optionAlex Marsev
2015-10-12Remember WASAPI mix formatAlex Marsev
2015-10-12Change ISettings interface a bitAlex Marsev
We're adding new option anyway.
2015-10-12Add "Ignore System Channel Mixer" optionAlex Marsev
No GUI yet.
2015-10-12Remove leftover codeAlex Marsev
2015-10-12Add separate DspFormat for padded PCM-24Alex Marsev
2015-10-12Restore compatibility with VS2013Alex Marsev
2015-10-12Remove zita-resampler projectAlex Marsev
We're full LGPL now, yay.
2015-10-12Remove DspRealtimeRate processorAlex Marsev
2015-10-12Implement variable rate in DspRateAlex Marsev
This basically replaces zita-resampler with soxr in tasks where variable rate resampling is necessary.
2015-10-11Update soxr to v0.1.2Alex Marsev
2015-10-10Don't use decibel approximation in DspMatrixAlex Marsev
2015-10-10Better mixing of backcenter channelAlex Marsev
2015-10-09Work around common audio drivers bugAlex Marsev
2015-10-09Use right fallback channel maskAlex Marsev
2015-10-09Use better precision constantAlex Marsev
2015-09-29Fix file modesAlex Marsev
2015-09-29Add crossfade logic to DspRateAlex Marsev
For switching to variable rate resampling on the fly. In preparation for IGuidedReclock.
2015-09-19Make crossfeed take priority over system mixerAlex Marsev
2015-09-19Move GetDefaultDeviceId() to MTA threadAlex Marsev
2015-09-18Release all interfaces before releasing MTAAlex Marsev
2015-09-18CosmeticsAlex Marsev
2015-09-18Try more channel configurationsAlex Marsev
2015-09-18Add FormFactor field to AudioDeviceBackendAlex Marsev
2015-09-18Add debug assertAlex Marsev
2015-09-18Add redundancy check to DspMatrixAlex Marsev
Removes unnecessary 5.1side<->5.1back overhead.
2015-09-18Increase property page default widthAlex Marsev
2015-09-18Merge branch 'kasper93-master'Alex Marsev
And make it work nicely with both ISpecifyPropertyPages and ISpecifyPropertyPages2 interfaces
2015-09-18Don't expose notification client in global factoryAlex Marsev
It's not needed there and has potential issues with COM apartments. Also follow-up refactoring to the latest pull request.
2015-09-17Fix undefined behaviourAlex Marsev
Mustn't left-shift into sign bit.
2015-09-17Merge branch 'Belphemur-defaultaudio'Alex Marsev
2015-09-08Make Sanear listen to Default Audio Change.Antoine Aflalo
2015-08-08Update version resource in dllv0.3Alex Marsev
2015-08-08Update changelog.txtAlex Marsev
2015-08-05Fix status page for players not based on MPCAlex Marsev
ISpecifyPropertyPages2 worked fine, ISpecifyPropertyPages was broken.
2015-08-03Automatically scale property dialog.Kacper Michajłow
2015-08-03Don't expose ISpecifyPropertyPages in MyFilterAlex Marsev
2015-08-03Don't provide status page when not connectedAlex Marsev
2015-08-03Don't show DspDither as active when it's not usedAlex Marsev
2015-08-02Update version resource in dllv0.2Alex Marsev
2015-08-02Update changelog.txtAlex Marsev
2015-08-02Use "Sanear Audio Renderer" name in dllAlex Marsev
2015-08-02Fix DspDitherAlex Marsev
It's used in ->PCM16 downsampling. Error feedback coefficients were wrong and it was causing audible noise. Also switch to TPDF dither while at it.
2015-07-26Reorganize vs project filtersAlex Marsev
2015-07-26Split sanear.props into two filesAlex Marsev
Otherwise it limits the complexity of logic that can be used inside.
2015-07-24Support both vs2013 and vs2015 in dllAlex Marsev
2015-07-24Fix coverity scan warningAlex Marsev