<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/audio_test/src, branch 0.11.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/audio_test/src?h=0.11.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/audio_test/src?h=0.11.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-04-15T05:08:50Z</updated>
<entry>
<title>update plot script to work on macos and linux</title>
<updated>2021-04-15T05:08:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-15T05:08:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ad11481dd16112a38ab05754bafb33599af38f9d'/>
<id>urn:sha1:ad11481dd16112a38ab05754bafb33599af38f9d</id>
<content type='text'>
also add note for installing pip module
</content>
</entry>
<entry>
<title>code format</title>
<updated>2021-04-06T08:34:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-06T08:34:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8b79040c3864f9d76bba90b8660464f1821209a5'/>
<id>urn:sha1:8b79040c3864f9d76bba90b8660464f1821209a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #define in audio_test</title>
<updated>2021-04-03T13:48:09Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-03T13:48:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fcb97bd4e90346d0bfb21f4eda4fc0426b6b74c3'/>
<id>urn:sha1:fcb97bd4e90346d0bfb21f4eda4fc0426b6b74c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete old settings</title>
<updated>2021-04-03T08:09:40Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-03T08:09:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=40b2ffcb523c16f297cd605cb90f5dc816786549'/>
<id>urn:sha1:40b2ffcb523c16f297cd605cb90f5dc816786549</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generalize audio driver for 3 audio functions plus a lot more.</title>
<updated>2021-04-03T07:49:27Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-04-03T07:49:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9b2ddd9cc6401b80350179d26e842557f9b60aaf'/>
<id>urn:sha1:9b2ddd9cc6401b80350179d26e842557f9b60aaf</id>
<content type='text'>
- Audio format and parameters are parsed from descriptors thus user no
longer needs to give them explicitely

- Tested for 4 channel software type I PCM encoding with 16 bit with 1
channel per FIFO and 2 channels per FIFO (this is I2S specific)</content>
</entry>
<entry>
<title>Add new line at end of python script</title>
<updated>2021-03-13T10:41:46Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-03-13T10:41:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d566444d584f644afc580ff9d3cf8e1adc7ccb30'/>
<id>urn:sha1:d566444d584f644afc580ff9d3cf8e1adc7ccb30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add python script to plot audio sample data.</title>
<updated>2021-03-13T10:37:38Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-03-13T10:37:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=de3c03af76ebb4f092f798a390a463fe78cc27f0'/>
<id>urn:sha1:de3c03af76ebb4f092f798a390a463fe78cc27f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move AUDIO_SAMPLE_RATE to example main.c</title>
<updated>2021-03-12T17:23:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-12T17:23:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=db6242f07615f85d8bd1bcf9b6e86c4e031ecc19'/>
<id>urn:sha1:db6242f07615f85d8bd1bcf9b6e86c4e031ecc19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams</title>
<updated>2021-03-10T18:32:13Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-03-10T18:32:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d5a5a1cab63e8e43b22f13db95df35afdfa6befb'/>
<id>urn:sha1:d5a5a1cab63e8e43b22f13db95df35afdfa6befb</id>
<content type='text'>
Extending capabilities of support FIFOs
Removing copy from to FIFO
Adjusting audio examples
Remove peek/read into other FIFO</content>
</entry>
<entry>
<title>Fix a ; in #define definition</title>
<updated>2021-02-12T17:25:01Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-02-12T17:25:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3df61d6755b351d97a5632ee91b1b88f0a6126d9'/>
<id>urn:sha1:3df61d6755b351d97a5632ee91b1b88f0a6126d9</id>
<content type='text'>
</content>
</entry>
</feed>
