summaryrefslogtreecommitdiffstats
path: root/src/soundio/sounddevicenetwork.cpp
AgeCommit message (Expand)Author
2021-01-01Move denormals to zero test to outside ifdef blocksGeraldo Nascimento
2020-12-31Enable flush-to-zero mode on aarch64 for network soundGeraldo Nascimento
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2019-11-10soundio/sounddevicenetwork: Remove unused private fieldsJan Holthuis
2019-11-10soundio/sounddevicenetwork: Remove unused const variable kBufferFramesJan Holthuis
2019-09-29track device name, ALSA device, and PortAudio device index separatelyBe
2018-05-28Merge branch 'lv2_support2' into effect_blacklistingKshitij Gupta
2018-05-25Coding standards conformancekshitij98
2018-04-06Typo fixes luzpaz
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-19fix typosDaniel Schürmann
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-02-13Fix segfault due to bug in drift correctionDaniel Schürmann
2017-02-13Use SINT as sample index in SoundDeviceDaniel Schürmann
2017-02-13Use std:unique_ptrDaniel Schürmann
2017-02-13Merge remote-tracking branch 'upstream/master' into networkclockrefDaniel Schürmann
2016-12-29Merge remote-tracking branch 'upstream/master' into bc_reconnectDaniel Schürmann
2016-11-14Broadcasting: avoid interfeerences with engine buffer and sync codeDaniel 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-02-15Init input fifo to with one chunkDaniel Schürmann
2016-02-14Tweak buffer settings for start upDaniel 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-07stop clock ref threadDaniel Schürmann
2016-02-07improve andling of target timeDaniel Schürmann
2016-02-07set master timing COsDaniel Schürmann
2016-02-07Latency usage calculation fixedDaniel Schürmann
2016-02-07use mixxx::DurationDaniel Schürmann
2016-02-04Merge remote-tracking branch 'upstream/master' into networkclockrefDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-12-28Move SoundManager/SoundDevice/etc. to src/soundio/.RJ Ryan