<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/audioio, branch 5.3.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-03-05T21:35:31+00:00</updated>
<entry>
<title>rename routines to be clearer; fix wiznet arg types</title>
<updated>2020-03-05T21:35:31+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-03-05T21:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=817b5be320b36b9cac59b195b1c19359783fe032'/>
<id>urn:sha1:817b5be320b36b9cac59b195b1c19359783fe032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new pin validation routines; don't use mp_const_none if NULL will do</title>
<updated>2020-02-29T04:43:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-29T04:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b6206406de2a232299ebdd1d187c7656ae79f8f2'/>
<id>urn:sha1:b6206406de2a232299ebdd1d187c7656ae79f8f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>audioio: correct trivial typo</title>
<updated>2019-10-27T21:42:18+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-10-27T21:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c208586bf11a3902157a113983a8461afedfa023'/>
<id>urn:sha1:c208586bf11a3902157a113983a8461afedfa023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable Mixer backwards compatibility (when audiomixer is available)</title>
<updated>2019-08-31T21:06:16+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-08-31T21:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f82c61732a25e1d8679ac2f8beb88d4fef506e2c'/>
<id>urn:sha1:f82c61732a25e1d8679ac2f8beb88d4fef506e2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>eval the expression vs [un]defined</title>
<updated>2019-08-30T03:09:45+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-08-30T03:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e618441e186e346eb599c355a7a5e95c05d4c4d9'/>
<id>urn:sha1:e618441e186e346eb599c355a7a5e95c05d4c4d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: correct audiomixer refs</title>
<updated>2019-08-25T19:57:29+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-08-25T19:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=750ffcc81adcf44805683ea7990eb6f469a7f35d'/>
<id>urn:sha1:750ffcc81adcf44805683ea7990eb6f469a7f35d</id>
<content type='text'>
</content>
</entry>
<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>audioio: By default, be compatible with 4.x</title>
<updated>2019-08-17T18:54:06+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-08-17T18:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=47d6dd843ee89bfd3f6613d02dd51905c0fc56e5'/>
<id>urn:sha1:47d6dd843ee89bfd3f6613d02dd51905c0fc56e5</id>
<content type='text'>
Testing performed: That the shipped .mpy files on a PyPortal (CP 4.x)
still work (play audio) with this branch, instead of erroring because
`WaveFile` can't be found in `audioio`.

Flash usage grew by 28 bytes.  (I expected 24, there must be some other
effect on size/alignment that I didn't predict)
</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>
</feed>
