summaryrefslogtreecommitdiffstats
path: root/src/soundio/sounddeviceportaudio.cpp
AgeCommit message (Expand)Author
2021-04-11Read device names as Uft8.Daniel Schürmann
2020-12-30Enable flush-to-zero on aarch64Geraldo Nascimento
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-11-10Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-09PortAudio: Map host API index to type idUwe Klotz
2020-10-23Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-10-23Directly include pa_linux_alsa.hDaniel Schürmann
2020-10-07clean up file headerDaniel Schürmann
2020-10-07Fix possible segfault due to random memaory write with JackDaniel Schürmann
2019-11-26Use SampleUtil::clear();Daniel Schürmann
2019-11-25Don't assume a 0 initalzed FIFO, fixing lp1853782Daniel Schürmann
2019-10-02Merge branch '2.2'Uwe Klotz
2019-10-01SoundDevicePortAudio: make ALSA hw device regex a constantBe
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
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-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-04-06Typo fixes luzpaz
2017-12-17Fix segfault cause by an destoyes SoundDevice after refresh.Daniel Schürmann
2017-02-13Fix segfault due to bug in drift correctionDaniel Schürmann
2017-02-13Use SINT as sample index in SoundDeviceDaniel Schürmann
2017-02-13Merge remote-tracking branch 'upstream/master' into networkclockrefDaniel Schürmann
2017-01-28Rename debug assertion macroUwe Klotz
2016-12-18Merge pull request #1030 from daschuer/deviceErrorDgDaniel Schürmann
2016-12-18an other -> anotherDaniel Schürmann
2016-11-18Isse DAC timing warning only in developer modeDaniel Schürmann
2016-10-22Use enum SoundDeviceError in all SoundDevice callers. This fixes suspicious c...Daniel Schürmann
2016-06-24Merge branch 'master' into networkclockrefDaniel Schürmann
2016-05-23Merge pull request #881 from daschuer/clockrefRJ Ryan
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-02-16Improve use >= to detect write underflowsDaniel Schürmann
2016-02-15Init input fifo to with one chunkDaniel Schürmann
2016-02-14Ensure that m_inputFifo is filled with a half chunk extra.Daniel Schürmann
2016-02-13m_pSoundManager->underflowHappened() with debug code to identify callersDaniel Schürmann
2016-02-13prevent m_outputFifo overflowDaniel Schürmann
2016-02-13Move underflow monitoring to SoundManagerDaniel Schürmann
2016-02-10Introduce m_invalidTimeInfoCount to skip the timing wraning within the first ...Daniel Schürmann
2016-02-09Improve plausibility check, allow a 10 % difference before using CPU clock.Daniel Schürmann
2016-02-09reinit m_clkRefTimer and m_invalidTimeInfoWarned during openDaniel Schürmann
2016-01-28Improve commentDaniel Schürmann
2016-01-27Improve DAC timing plausibility and ad a CPU timer fallback, fixes Bug #1524528Daniel Schürmann
2016-01-26extract updateAudioLatencyUsage and measure time since last calbackDaniel Schürmann
2016-01-26Merge remote-tracking branch 'upstream/master' into clockrefDaniel Schürmann