summaryrefslogtreecommitdiffstats
path: root/src/soundio/soundmanagerconfig.cpp
AgeCommit message (Expand)Author
2021-04-23Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-04-12Pick the matching device with a suitable channel count in case of duplicate n...Daniel Schürmann
2021-01-10Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-06Preferences > Sound Hardware: display '---' for 'No sound API'ronso0
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-14use std::shared_ptr for managers in preferencesBe
2020-12-07merge 2.3Be
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Use iterator instead of loop over QMap::values()/keys()Jan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Remove all @author commentsxerus2000
2019-10-02Merge branch '2.2'Uwe Klotz
2019-10-01overcomplicate code to avoid reconfiguring sound HW one more timeBe
2019-10-01SoundManagerConfig: use named constants for XML attributes & elementsBe
2019-09-29alsaDeviceName -> alsaHwDeviceBe
2019-09-29track device name, ALSA device, and PortAudio device index separatelyBe
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2017-12-22Added SoundDevicePointer typedefDaniel Schürmann
2017-12-17Fix segfault cause by an destoyes SoundDevice after refresh.Daniel Schürmann
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-02-13Merge remote-tracking branch 'upstream/master' into networkclockrefDaniel Schürmann
2017-01-28Rename debug assertion macroUwe Klotz
2016-12-17improve getDevicesDaniel Schürmann
2016-12-16Track sound devices not found.Daniel Schürmann
2016-10-22remove m_config.filterOutputs/Inputs that prevents to receive device bussy er...Daniel Schürmann
2016-02-14Add preferences option to force using network clockDaniel Schürmann
2015-12-28Move SoundManager/SoundDevice/etc. to src/soundio/.RJ Ryan