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:
Klaus Basan
2014-01-30 13:46:51 +01:00
committed by Mathew Sutcliffe
parent e877c5c368
commit f9225814f9
3 changed files with 178 additions and 76 deletions

View File

@@ -3,7 +3,6 @@
QT += network dbus gui multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = blacksound
TEMPLATE = lib
CONFIG += staticlib c++11