mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Sound generator, a class playing simple notification sounds (1/2 frequency tones).
These tones are generated "in memory", so no sound files ("wav") are needed.
New lib blacksound for utils around audio
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e877c5c368
commit
f9225814f9
@@ -3,7 +3,6 @@
|
||||
QT += network dbus gui multimedia
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
|
||||
TARGET = blacksound
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib c++11
|
||||
|
||||
Reference in New Issue
Block a user