<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tangara-fw/src/codecs/miniflac.cpp, branch main</title>
<subtitle>Tangara firmware</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/'/>
<entry>
<title>Use drflac instead of miniflac</title>
<updated>2024-02-29T01:08:12+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-29T01:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=d41f9f703375171d5766840c9edec32ff47bb25d'/>
<id>d41f9f703375171d5766840c9edec32ff47bb25d</id>
<content type='text'>
This one is fast as hell! Does seeking really good too. Thank u Doctor
Flac.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This one is fast as hell! Does seeking really good too. Thank u Doctor
Flac.
</pre>
</div>
</content>
</entry>
<entry>
<title>basic working flac and mp3 seeking</title>
<updated>2024-02-28T10:21:23+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-28T10:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=77145e56f4062cd060ee7fa0af9ad1a2e46df5b1'/>
<id>77145e56f4062cd060ee7fa0af9ad1a2e46df5b1</id>
<content type='text'>
flac impl is fairly slow as it doesn't use the seek tables; for some
reason miniflac seems to get *really* upset if you seek the stream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flac impl is fairly slow as it doesn't use the seek tables; for some
reason miniflac seems to get *really* upset if you seek the stream.
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP: Flac not working-- coming back to this later</title>
<updated>2024-02-22T03:37:14+00:00</updated>
<author>
<name>ailurux</name>
<email>ailuruxx@gmail.com</email>
</author>
<published>2024-02-22T03:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=f54347794f45261e0c0fde1104a70d1063c77305'/>
<id>f54347794f45261e0c0fde1104a70d1063c77305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into seek-support</title>
<updated>2024-02-16T06:02:54+00:00</updated>
<author>
<name>ailurux</name>
<email>ailuruxx@gmail.com</email>
</author>
<published>2024-02-16T06:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=19f60e33c4ba7eda86c709a8d73ca5e8ab100952'/>
<id>19f60e33c4ba7eda86c709a8d73ca5e8ab100952</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added offset for track seeking, wav impl. only rn</title>
<updated>2024-02-15T05:12:07+00:00</updated>
<author>
<name>ailurux</name>
<email>ailuruxx@gmail.com</email>
</author>
<published>2024-02-15T05:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=62f6179abe24339c2e5b7350528afbcad4c52067'/>
<id>62f6179abe24339c2e5b7350528afbcad4c52067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cram one of the flac samples buffers into internal ram</title>
<updated>2024-02-14T06:48:13+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-14T06:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=c5917658e6a0fcc77971237c80bb4e47f3e8bf9e'/>
<id>c5917658e6a0fcc77971237c80bb4e47f3e8bf9e</id>
<content type='text'>
Can't quite fit the second... yet. Just one is a pretty reasonable
speedup, though! Probably bc we're not hammering the spiram cache so
hard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can't quite fit the second... yet. Just one is a pretty reasonable
speedup, though! Probably bc we're not hammering the spiram cache so
hard.
</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>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>
</feed>
