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
2016-02-13Switch to new DspTempo2Alex Marsev
That uses Rubber Band library.
2016-01-27Add event mode audio device suppportAlex Marsev
And enable it for exclusive and realtime paths.
2016-01-26Add base audio device classAlex Marsev
In preparation for event mode audio device support.
2015-10-18Add IGuidedReclock.h fileAlex Marsev
Not documented yet. Not implemented yet.
2015-10-12Remove DspRealtimeRate processorAlex Marsev
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-08Make Sanear listen to Default Audio Change.Antoine Aflalo
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-21Don't rely on sanear.props for NDEBUGAlex Marsev
2015-07-21Move asm listing option to sanear.propsAlex Marsev
2015-07-19Search for props file in multiple placesAlex Marsev
2015-06-03Rename DspVariableRate to DspRealtimeRateAlex Marsev
2015-06-02Revert "Remove clock matching from AudioRenderer"Alex Marsev
This reverts commit 3dbf191f7e2e0f9b8edf33d5c70eea3c91e16214. Conflicts: src/AudioRenderer.cpp src/MyPropertyPage.cpp
2015-05-31Remove clock matching from AudioRendererAlex Marsev
2015-05-31Refactor wasapi codeAlex Marsev
Move it out of AudioRenderer class. This should make implementing low-latency rendering path easier. Also get rid of STA invoke hack, until msdn clarifies the opposite.
2015-03-03New low latency DspVariableRateAlex Marsev
2015-03-03Move wasapi interfaces to MTA threadAlex Marsev
In preparation for dedicated rendering thread.
2014-12-30Rename TimingsCorrection class to SampleCorrectionAlex Marsev
2014-12-28Add virtual DspBase class and refactorAlex Marsev
2014-12-28Detach timings correction from AudioRenderer classAlex Marsev
2014-12-13Generate asm listingsAlex Marsev
2014-12-09Force unicode in VS projectAlex Marsev
2014-12-09Add external test clockAlex Marsev
2014-11-23Add status property pageAlex Marsev
2014-11-22Add balance dspAlex Marsev
2014-11-22Provide ISettings implementation through factoryAlex Marsev
2014-11-22Add dither dspAlex Marsev
And use it for pcm16 outputs.
2014-11-21Limiter dsp initial implementationAlex Marsev
Code is ugly, code is slow.
2014-11-16Turn pitch dsp into tempo dspAlex Marsev
2014-11-16Support changing playback speedAlex Marsev
With pitch correction.
2014-11-16Code refactoringAlex Marsev
2014-11-15Add IBasicAudio volume controlAlex Marsev
2014-11-15Add crossfeed dspAlex Marsev
2014-11-15Begin to implement settings injectionAlex Marsev
2014-11-15CosmeticsAlex Marsev
2014-11-14Initial dropAlex Marsev
Still missing many things.