Max Kellermann
|
d0157af13e
|
filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Prepare to add an abstract class AudioOutput, to be implemented by
plugins, to get rid of the C-style vtable.
|
2017-08-07 18:47:39 +02:00 |
|
Max Kellermann
|
704825be96
|
mixer/Software: include cleanup
|
2017-08-07 18:31:11 +02:00 |
|
Max Kellermann
|
22a82f1eaa
|
mixer/software, filter/volume: add "noexcept"
|
2017-06-08 21:45:23 +02:00 |
|
Max Kellermann
|
13b04dc908
|
mixer/Internal: add "noexcept"
|
2017-06-08 21:42:57 +02:00 |
|
Max Kellermann
|
71f0ed8b74
|
*: add "noexcept" to many, many function prototypes
This eliminates some overhead, because the compiler doesn't need to
consider these functions throwing.
|
2017-05-08 14:44:49 +02:00 |
|
Max Kellermann
|
5900253b85
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
|
Max Kellermann
|
e7d327226a
|
mixer: migrate to C++ exceptions
|
2016-09-09 14:44:15 +02:00 |
|
Max Kellermann
|
a43b0f5253
|
mixer/software: move Filter management to the AudioOutput
|
2016-07-01 18:23:53 +02:00 |
|
Max Kellermann
|
d93271e86d
|
mixer/software: use C++11 initializers
|
2016-07-01 14:06:08 +02:00 |
|
Max Kellermann
|
1d67aa7bf2
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
|
Max Kellermann
|
4fa5538e2b
|
config/Param: split block-specific attributes to new struct ConfigBlock
The old struct config_param remains only for top-level string options.
|
2015-01-21 23:56:33 +01:00 |
|
Max Kellermann
|
fe85fa3bea
|
ConfigData: move struct config_param to Param.hxx
|
2015-01-21 21:23:02 +01:00 |
|
Max Kellermann
|
712ed555e6
|
Copyright year 2015
|
2015-01-01 19:48:13 +01:00 |
|
Max Kellermann
|
073e9d06ec
|
mixer/software: keep attribute "volume" in the 0..100 range
The attribute must be 0..100 and not 0..1024. Previously, the code
was inconsistent.
|
2014-05-12 12:46:14 +02:00 |
|
Max Kellermann
|
8d6fedf817
|
Mixer: add class MixerListener
Use a listener interface instead of GlobalEvents.
|
2014-02-19 21:40:14 +01:00 |
|
Max Kellermann
|
0a0659d737
|
mixer/Plugin: pass AudioOutput reference to init()
Passing a void pointer is unsafe.
|
2014-02-06 21:10:12 +01:00 |
|
Max Kellermann
|
b6df4680df
|
MixerPlugin: convert function pointers to Mixer virtual methods
|
2014-02-06 20:52:33 +01:00 |
|
Max Kellermann
|
ad6b05ae17
|
mixer/software: use IgnoreError()
|
2014-02-06 20:52:25 +01:00 |
|
Max Kellermann
|
f86e159536
|
Mixer: rename struct mixer_plugin to MixerPlugin
|
2014-02-05 17:22:34 +01:00 |
|
Max Kellermann
|
e8938b1069
|
MixerPlugin: add EventLoop& init() parameter
|
2014-02-05 00:02:02 +01:00 |
|
Max Kellermann
|
68eda78704
|
Mixer*: move to mixer/
|
2014-01-24 16:44:32 +01:00 |
|