summaryrefslogtreecommitdiffstats
path: root/src/soundio
AgeCommit message (Expand)Author
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2019-01-06move EngineChannel classes to their own folderBe
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-27Merge remote-tracking branch 'mixxxdj/2.2'RJ Skerry-Ryan
2018-10-27Merge remote-tracking branch 'mixxxdj/2.1' into 2.2RJ Skerry-Ryan
2018-10-27move m_clkRefTimer into isClkRefDevice block, improve commentsDaniel Schürmann
2018-10-27Fix teething issue with wdm/ks. Initialize m_clkRefTimerDaniel Schürmann
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-16Call out some virtual function calls that need fixing.RJ Skerry-Ryan
2018-10-16Declare classes that call virtual functions in their construction/destructor ...RJ Skerry-Ryan
2018-10-15Use QStringLiteral in a few places.RJ Skerry-Ryan
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-09-13PortAudio is not optional, so remove __PORTAUDIO__ CPP definition.RJ Skerry-Ryan
2018-06-24add ConfigValue constructor that takes a doubleBe
2018-05-28Merge branch 'lv2_support2' into effect_blacklistingKshitij Gupta
2018-05-25Coding standards conformancekshitij98
2018-05-23More qt5 compatibility fixes. How did these slip in?RJ Skerry-Ryan
2018-05-20More qt5 compatibility fixes. How did these slip in?RJ Skerry-Ryan
2018-04-06Typo fixes luzpaz
2018-02-07move Record/Broadcast input to the bottom of configuration dialogBe
2018-01-03Merge pull request #1420 from daschuer/SoundDeviceCrashUwe Klotz
2017-12-28make some range based for loops constDaniel Schürmann
2017-12-23fixed build again, sorryDaniel Schürmann
2017-12-23Added missing includeDaniel Schürmann
2017-12-23fix code styleDaniel Schürmann
2017-12-22backported qAsConst and used itDaniel Schürmann
2017-12-22don't use isNull()Daniel Schürmann
2017-12-22Added SoundDevicePointer typedefDaniel Schürmann
2017-12-17Set real time priority for SoundDeviceNetworkThread on Linux. m_pThread->star...Daniel Schürmann
2017-12-17Fix segfault cause by an destoyes SoundDevice after refresh.Daniel Schürmann
2017-12-05Fix minor oddities in Duration classUwe Klotz
2017-11-20SoundDeviceNetwork: fix errorsStéphane Lepin
2017-11-20Merge branch 'master' into multi-broadcastingStéphane L
2017-11-19Comment why engine warnings are disabledDaniel Schürmann
2017-11-19fix typosDaniel Schürmann
2017-08-24Merge branch 'master' into multi-broadcastingStéphane L
2017-08-24Update comment in SoundDeviceNetworkStéphane Lepin
2017-08-11NetworkStreamWorker becomes NetworkOutputStreamWorkerStéphane Lepin
2017-08-11Replace uses of qDebug with Logger classStéphane Lepin
2017-08-08(WIP) Audio streaming engine refactorStéphane L
2017-08-07ShoutConnection log msg fix + revert to shared pointer for netstreamStéphane Lepin
2017-08-04EngineNetworkStream as a unique pointerStéphane Lepin
2017-07-27Merge remote-tracking branch 'upstream/master' into networkclockrefDaniel Schürmann
2017-07-19hide latency compensation warning with external rec/broadcast inputbe_
2017-07-05redesign Microphone Latency Compensation preference UXbe_
2017-06-21move input latency compensation logic from EngineMaster to DlgPrefSoundbe_
2017-06-21consolidate RECORD_BROADCAST and SIDECHAIN AudioPath typesbe_
2017-06-21move booth output after headphone output in preferencesbe_
2017-06-21move sound I/O registration for non-EngineChannels to EngineMasterbe_
2017-06-21add a record/broadcast inputbe_