summaryrefslogtreecommitdiff
path: root/src/plugins/wasapi/qwasapiaudiooutput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced old license headers with new and correct onesJani Heikkinen2016-08-121-11/+14
| | | | | | | | | | Replaced - header.LGPL3 with header.LGPL - header.LGPL21 with header.LGPL Change-Id: If11396da6ff12e9122281c17fc4354b05a554ee5 Reviewed-by: Ruslan Baratov <ruslan_baratov@yahoo.com> Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
* WASAPI: remove irrelevant TODOsYoann Lopes2016-07-071-1/+0
| | | | | | | | | The final volume conversion API has changed. In any case, we don't need to convert the volume here; the Qt volume is linear and so is the volume expected by IAudioStreamVolume. Change-Id: I6065505735a6140843dcfefd8b2e0447fc83102d Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Add Wasapi audio backendMaurice Kalinowski2016-03-291-0/+572
WASAPI is a Windows audio backend for low latency audio. This backend works for WinRT as well as classic desktop apps. Task-number: QTBUG-42287 Change-Id: I7a1b7b103b64fadc50a9955a9d59443791f6d026 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>