summaryrefslogtreecommitdiffstats
path: root/src/soundio
AgeCommit message (Expand)Author
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2019-12-21Revert replacement of + with % for string concatenationUwe Klotz
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-11-26Use SampleUtil::clear();Daniel Schürmann
2019-11-25Don't assume a 0 initalzed FIFO, fixing lp1853782Daniel Schürmann
2019-11-10soundio/sounddevicenetwork: Remove unused private fieldsJan Holthuis
2019-11-10soundio/sounddevicenetwork: Remove unused const variable kBufferFramesJan Holthuis
2019-10-21Merge pull request #2327 from Holzhaus/msvc-warning-fixesDaniel Schürmann
2019-10-20soundio/soundmanagerutil: Add Q_UNUSED to fix unused parameter warningJan Holthuis
2019-10-20soundio/soundmanagerutil.cpp: Remove unnecessary switch statementJan Holthuis
2019-10-03Merge remote-tracking branch 'upstream/2.2'Be
2019-10-03Add missing initializationUwe Klotz
2019-10-02Merge branch '2.2'Uwe Klotz
2019-10-01Delete self-recursive #include directiveUwe Klotz
2019-10-01overcomplicate code to avoid reconfiguring sound HW one more timeBe
2019-10-01SoundManagerConfig: make constructor explicitBe
2019-10-01SoundDeviceId: simplify constructorBe
2019-10-01SoundManagerConfig: use named constants for XML attributes & elementsBe
2019-10-01SoundDevicePortAudio: make ALSA hw device regex a constantBe
2019-09-30SoundDeviceId: add comments; code formattingBe
2019-09-29alsaDeviceName -> alsaHwDeviceBe
2019-09-29make SoundDeviceId qDebuggableBe
2019-09-29track device name, ALSA device, and PortAudio device index separatelyBe
2019-08-31don't identify PortAudio devices by PaDeviceIndex in configurationBe
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