<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tangara-fw/src/codecs/foxenflac.cpp, branch main</title>
<subtitle>Tangara firmware</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/'/>
<entry>
<title>replace foxenflac with miniflac</title>
<updated>2023-12-19T07:11:23+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-12-19T07:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=62d51a304eb02f0eab0645488c0b922b4a45e1c9'/>
<id>62d51a304eb02f0eab0645488c0b922b4a45e1c9</id>
<content type='text'>
it's better!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's better!
</pre>
</div>
</content>
</entry>
<entry>
<title>Make foxenflac a little less memory hungry</title>
<updated>2023-11-07T02:37:58+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-11-07T02:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=9dc8f5646c0d4741636396b0c08309263af5e323'/>
<id>9dc8f5646c0d4741636396b0c08309263af5e323</id>
<content type='text'>
We should really just use the xiph library :/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should really just use the xiph library :/
</pre>
</div>
</content>
</entry>
<entry>
<title>Annotates the kTag with maybe_unused; they're only used for logging.</title>
<updated>2023-10-28T02:25:50+00:00</updated>
<author>
<name>Robin Howard</name>
<email>robin@rhoward.id.au</email>
</author>
<published>2023-10-28T02:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=18d90051c9145ead86d4da701a2bc54f45e4fb66'/>
<id>18d90051c9145ead86d4da701a2bc54f45e4fb66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect track lengths</title>
<updated>2023-10-16T02:07:52+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-10-16T02:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=96ea6cef8881d005cb06be8a9132535a5564d5fd'/>
<id>96ea6cef8881d005cb06be8a9132535a5564d5fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues with timing stereo streams</title>
<updated>2023-08-10T12:24:47+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-10T12:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=06283e07140f39a9f3db636c8a4ff8fcbc56a290'/>
<id>06283e07140f39a9f3db636c8a4ff8fcbc56a290</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reintroduce track timer, now relying more on codecs</title>
<updated>2023-08-10T11:35:16+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-10T11:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=c37ccb985125f5efdf7600989331085f60d8a973'/>
<id>c37ccb985125f5efdf7600989331085f60d8a973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the libspeexdsp resampler</title>
<updated>2023-08-10T09:12:38+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-10T09:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=958160aa545e3d91b2a4f1a367817e73d298e8a9'/>
<id>958160aa545e3d91b2a4f1a367817e73d298e8a9</id>
<content type='text'>
AFAICT it runs a little slower? but it's fixed point, and has much
better understood audio characteristics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AFAICT it runs a little slower? but it's fixed point, and has much
better understood audio characteristics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Give codecs complete control of their input files</title>
<updated>2023-08-10T05:33:00+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-10T05:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=d8fc77101dcf80a3643a00b3446dca1e390ce997'/>
<id>d8fc77101dcf80a3643a00b3446dca1e390ce997</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do our own resampling</title>
<updated>2023-08-04T10:07:44+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-04T10:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=60f767713227b5405b855e6e6e2a0475ecd96bcc'/>
<id>60f767713227b5405b855e6e6e2a0475ecd96bcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add duration for flacs</title>
<updated>2023-07-31T01:06:27+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-07-31T01:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=cdaa2ac97ac663de7c0c2b0361871c97269b1675'/>
<id>cdaa2ac97ac663de7c0c2b0361871c97269b1675</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
