<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tangara-fw/src/codecs/include/sample.hpp, branch main</title>
<subtitle>Tangara firmware</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/'/>
<entry>
<title>wav-codec (#13)</title>
<updated>2024-01-11T05:54:30+00:00</updated>
<author>
<name>ailurux</name>
<email>ailuruxx@gmail.com</email>
</author>
<published>2024-01-11T05:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=0e04eb918ec976017276306181282769d8896c83'/>
<id>0e04eb918ec976017276306181282769d8896c83</id>
<content type='text'>
here is a wav decoder, enjoy!

Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/13
Reviewed-by: cooljqln &lt;cooljqln@noreply.codeberg.org&gt;
Co-authored-by: ailurux &lt;ailuruxx@gmail.com&gt;
Co-committed-by: ailurux &lt;ailuruxx@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
here is a wav decoder, enjoy!

Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/13
Reviewed-by: cooljqln &lt;cooljqln@noreply.codeberg.org&gt;
Co-authored-by: ailurux &lt;ailuruxx@gmail.com&gt;
Co-committed-by: ailurux &lt;ailuruxx@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some dither clipping issues</title>
<updated>2023-12-19T23:57:24+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-12-19T23:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=d4a0085753b9397ac4a1452520decbeb994bb30c'/>
<id>d4a0085753b9397ac4a1452520decbeb994bb30c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dither when requantising &gt;16 bit samples</title>
<updated>2023-12-19T12:41:52+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-12-19T11:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=2ccaaf5724fe08e63e06b677a42326d4f8e0550e'/>
<id>2ccaaf5724fe08e63e06b677a42326d4f8e0550e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sample::FromSigned to not shift by a negative amount</title>
<updated>2023-12-19T10:50:33+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-12-19T10:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=8a260dad05f068727e538092ef9c56e714a7edb4'/>
<id>8a260dad05f068727e538092ef9c56e714a7edb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs nits, avoid recalculating frame length</title>
<updated>2023-08-10T22:39:52+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-10T22:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=a4ba7350a7a9b294d4efc347e339fad25ce297e5'/>
<id>a4ba7350a7a9b294d4efc347e339fad25ce297e5</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>Resampling *basically* working? Just cleanup and buffering issues</title>
<updated>2023-08-07T05:20:12+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-07T04:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=a66c3428063017f2233b6b15d5ce6c920d5c9095'/>
<id>a66c3428063017f2233b6b15d5ce6c920d5c9095</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>
</feed>
