<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/audiocore/Mixer.c, branch 6.2.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-08-25T04:36:18+00:00</updated>
<entry>
<title>move Mixer &amp; MixerVoice from 'audiocore' to 'audiomixer'</title>
<updated>2019-08-25T04:36:18+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-08-25T04:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df5568d993ad10bb6ef68fc0f01f8561f3a6c78d'/>
<id>urn:sha1:df5568d993ad10bb6ef68fc0f01f8561f3a6c78d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix one more doc ref to audiocore</title>
<updated>2019-08-20T13:32:20+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-08-20T13:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e9efc2fe25e911e63fd52d658254de04d3b704fe'/>
<id>urn:sha1:e9efc2fe25e911e63fd52d658254de04d3b704fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice</title>
<updated>2019-08-20T02:23:27+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-08-20T02:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b2996a75ea4ba6d6d8b20cebb749d5f18a83049'/>
<id>urn:sha1:1b2996a75ea4ba6d6d8b20cebb749d5f18a83049</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bring MixerVoice back to building state; update documentation</title>
<updated>2019-08-03T16:20:06+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-08-03T16:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=065efb05b75e35f7e161b6828742b01d26ce5379'/>
<id>urn:sha1:065efb05b75e35f7e161b6828742b01d26ce5379</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice</title>
<updated>2019-07-31T21:44:43+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-07-31T21:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9939d0c4f49db084f52a12b6ea5f6ce97b614146'/>
<id>urn:sha1:9939d0c4f49db084f52a12b6ea5f6ce97b614146</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: An `audiocore.Mixer` suffices where another audio source would</title>
<updated>2019-07-26T12:57:21+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-07-26T02:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=91b7ba7dccb0233516998a1601f467015c80633b'/>
<id>urn:sha1:91b7ba7dccb0233516998a1601f467015c80633b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: corrections that stem from the "audiocore" rename</title>
<updated>2019-07-26T12:57:21+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-07-26T02:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a53720810b6925d6023a0022bca3c18783756ad6'/>
<id>urn:sha1:a53720810b6925d6023a0022bca3c18783756ad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>audiocore: Factor from audioio</title>
<updated>2019-07-25T11:44:26+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-07-25T01:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6b44e40ee8dba415213468afe14f7202b42ec429'/>
<id>urn:sha1:6b44e40ee8dba415213468afe14f7202b42ec429</id>
<content type='text'>
When nrf pwm audio is introduced, it will be called `audiopwmio`.  To
enable code sharing with the existing (dac-based) `audioio`, factor
the sample and mixer types to `audiocore`.

INCOMPATIBLE CHANGE: Now, `Mixer`, `RawSample` and `WaveFile` must
be imported from `audiocore`, not `audioio`.
</content>
</entry>
</feed>
