Commit Graph

10 Commits

Author SHA1 Message Date
sommersoft
e2fd34d7cc Merge branch 'dm-mixer' of https://github.com/adafruit/circuitpython into mixer_volume 2019-03-08 13:05:45 -06:00
Scott Shawcroft
747f2cfe26
Add subclass support to displayio.
Also, swap make_news to accept a kwarg map and refine param checking.

Fixes #1237
2019-01-14 17:29:19 -08:00
dean
1bf6c588e7 DM: mixer voice stuff 2018-11-20 14:14:22 -05:00
dean
feef177858 DM: in progress mixer voice 2018-11-15 15:04:11 -05:00
dean
dd05aafb9b DM: adding mixer voice API 2018-11-15 14:11:45 -05:00
dean
59c6ed34fd DM: mixer voice object skeleton 2018-11-14 18:05:29 -05:00
dean
008799dc52 DM: adding mixer gain 2018-10-31 18:27:08 -04:00
Scott Shawcroft
6da25c8893
Rename stop to stop_voice in case we want stop to stop everything later. 2018-10-09 13:28:00 -07:00
Scott Shawcroft
15d80a8c46
Fix doc build 2018-10-05 15:19:08 -07:00
Scott Shawcroft
76008ce304
Introduce audioio.Mixer which can mix multiple audio samples
to produce a single sample.

Only works with 16 bit samples on the M4.

Fixes #987
2018-10-05 15:12:23 -07:00