Thomas Harte
|
7b1708f0bc
|
Gets explicit that the delegate_ doesn't need a memory barrier.
|
2020-07-31 18:21:47 -04:00 |
|
Thomas Harte
|
c0a61ac1ee
|
Ensures proper handover of speaker state when picking in a multimachine.
|
2020-07-30 22:50:32 -04:00 |
|
Thomas Harte
|
267006782f
|
Starts to add Qt target; resolves many build warnings.
|
2020-05-30 00:37:06 -04:00 |
|
Thomas Harte
|
512a52e88d
|
Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style.
|
2020-05-20 23:34:26 -04:00 |
|
Thomas Harte
|
9087bb9b08
|
Allows audio volume to be set.
|
2020-03-21 22:00:47 -04:00 |
|
Thomas Harte
|
a5e1765ce4
|
Eliminates potential race conditions on validity of delegate_ .
|
2020-02-18 20:33:31 -05:00 |
|
Thomas Harte
|
1e4356f83a
|
Adds a sensible is_stereo to the MultiSpeaker.
|
2020-02-16 18:50:34 -05:00 |
|
Thomas Harte
|
90856a0e7a
|
Adds mixdown/up capability to Speaker.
To deal with occasions when the host machine just always is either mono or stereo, and the emulated machine must cope.
|
2020-02-16 13:50:18 -05:00 |
|
Thomas Harte
|
49b8e771b5
|
Adds the messaging that would allow a Speaker to output stereo, semantically.
|
2020-02-15 13:40:19 -05:00 |
|
Thomas Harte
|
b514756272
|
Adds the option to run machines at a multiple of their real speeds.
Exposed to SDL users only, for now.
|
2020-01-26 13:25:23 -05:00 |
|
Thomas Harte
|
3c760e585a
|
Switches to accepting a bit mask of events to run_until.
|
2020-01-20 16:08:21 -05:00 |
|
Thomas Harte
|
cb61e84868
|
Starts building out higher-level run_until functionality.
Specifically: you can now run until the next set of speaker samples has been delivered.
|
2020-01-20 12:12:23 -05:00 |
|
Thomas Harte
|
0b771ce61a
|
Removes all instances of the copyright symbol.
|
2018-05-13 15:19:52 -04:00 |
|
Thomas Harte
|
682c3d8079
|
Adds new hook for watching audio output rate changes.
|
2018-03-22 09:23:01 -04:00 |
|
Thomas Harte
|
c8a4432c63
|
Makes an attempt to transfer audio outputs during dynamic analysis.
|
2018-02-18 15:23:15 -05:00 |
|
Thomas Harte
|
ac80d10cd8
|
Separates the component parts of running an audio stream: task deferral, filtering and generation.
Walking towards improving opportunities for composition.
|
2017-12-17 21:26:06 -05:00 |
|