summaryrefslogtreecommitdiffstats
path: root/src/soundio/sounddeviceportaudio.h
AgeCommit message (Expand)Author
2020-11-09PortAudio: Map host API index to type idUwe Klotz
2020-10-07clean up file headerDaniel Schürmann
2020-10-07Fix possible segfault due to random memaory write with JackDaniel Schürmann
2019-10-01SoundDevicePortAudio: make ALSA hw device regex a constantBe
2019-09-29track device name, ALSA device, and PortAudio device index separatelyBe
2017-12-22Added SoundDevicePointer typedefDaniel Schürmann
2017-12-17Fix segfault cause by an destoyes SoundDevice after refresh.Daniel 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
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-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-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
2016-01-26Remove Portaudio dependency from VisualPlayPositionDaniel Schürmann
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Use Duration class for calculating time differences.RJ Ryan
2016-01-24move Portaudio callbacks to an anonymous namespaceDaniel Schürmann
2015-12-28Move SoundManager/SoundDevice/etc. to src/soundio/.RJ Ryan