Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

87 check-ins using file src/remiaudio/resampler/resampler.cr version 782b591e73

2024-11-04
08:14
Bump version, tag as v0.9.0 Leaf check-in: 2d05555b1c user: alexa tags: trunk, v0.9.0
08:12
Remove the Containers module. This is being moved to RACodecs. check-in: 5d2eb8747f user: alexa tags: trunk
2024-11-01
05:16
Remove unused field check-in: 60b38cf72e user: alexa tags: trunk
04:55
Bump revision, tag as v0.8.1 check-in: 25f6d70ac1 user: alexa tags: trunk, v0.8.1
04:54
Fix typo check-in: bcff7ac199 user: alexa tags: trunk
2024-10-29
05:38
Support big-endian raw PCM data. Also fix some code being in the wrong method. check-in: 0f1083798c user: alexa tags: trunk
05:35
Let cueplayer also play WAVE files in CUEs check-in: 480c924f47 user: alexa tags: trunk
05:09
When using libao, send Int16 buffers straight to it. Also expand the convenience methods to UInt8 and Int24 samples. check-in: 9b3d491963 user: alexa tags: trunk
2024-10-28
08:21
Fix spec for Ogg demuxer check-in: ad02ac220b user: alexa tags: trunk
08:20
Add cueplayer example. Update Rakefile to not use hard-coded binary names. check-in: b922fbc295 user: alexa tags: trunk
08:13
Add Timestamp.fromBytePos, Timestamp#toBytePos, Timestamp#nanoseconds, and Timestamp#- methods. check-in: 83424a863a user: alexa tags: trunk
08:12
Add convenience methods to write buffers of other types check-in: 4461ed395d user: alexa tags: trunk
08:11
Add some often-used constants check-in: 6f9f824e80 user: alexa tags: trunk
2024-10-17
08:54
Bump version, tag as v0.8.0 check-in: 2d1576bbdc user: alexa tags: trunk, v0.8.0
08:53
Make it so that the SoftClipper has both proper 32-bit and 64-bit paths. check-in: 8b7dd1742b user: alexa tags: trunk
08:31
Change the way Ogg::Demuxer#nextPacket works so that it can optionally be faster. check-in: 425e024cf4 user: alexa tags: trunk
06:21
Use a sensible capacity for packet reading. Also only allocate a few buffers once. check-in: c4255cc66e user: alexa tags: trunk
06:03
Compare bytes, not strings check-in: 1068636b4c user: alexa tags: trunk
04:02
Bump the minimum libremiliacr version. Add documentation for the Ogg demuxer. check-in: a8ddd9a48d user: alexa tags: trunk
2024-10-15
11:02
Bump revision, tag as v0.7.5 check-in: 00c1d231c6 user: alexa tags: trunk, v0.7.5
11:02
Add super extremely highly experimental seeking in Ogg containers. check-in: 6dec29b9c5 user: alexa tags: trunk
10:11
Merge and integrate the rename-containers-dir branch. check-in: 57db22f2ea user: alexa tags: trunk
08:41
Same as add-ogg-muxer, but without the muxer Closed-Leaf check-in: 57737debcf user: alexa tags: rename-containers-dir
2024-10-14
08:50
Still not working, but get a bit closer to writing a correct Ogg file. Leaf check-in: 6232ca7c64 user: alexa tags: add-ogg-muxer
05:07
Add a getter for oversampling check-in: c73058bf02 user: alexa tags: trunk
2024-10-08
23:19
Allow setting of TCP buffer size. Bump revision, tag as v0.7.4 check-in: 166a3fdf67 user: alexa tags: trunk, v0.7.4
22:22
Bump revision, tag as v0.7.3 check-in: 9740978b2e user: alexa tags: trunk, v0.7.3
22:22
Update documentation check-in: f6b8df9309 user: alexa tags: trunk
08:50
Reverse the change to this method signature. check-in: cf32c2c6da user: alexa tags: trunk
08:43
Allow the TcpDevice output driver to output multiple formats. check-in: b4e3e61742 user: alexa tags: trunk
00:20
Add extremely simple TcpDevice audio driver. Bare bones at the moment, but it can stream Float32 audio just fine. check-in: d8e4756559 user: alexa tags: trunk
2024-10-07
04:48
Rework the soft clipper into its own class, and make it so that it can do oversampling. Bump revision, tag as v0.7.2 The oversampling is rudamentary at the moment, but works. check-in: 9370733c1c user: alexa tags: trunk, v0.7.2
2024-10-04
08:58
Bump revision, tag as v0.7.1 check-in: 3681d66178 user: alexa tags: trunk, v0.7.1
08:53
Allow retrieval of a SampleFormat from any AudioFormat check-in: 6aab25629e user: alexa tags: trunk
08:53
Add SampleFormat#makeArray check-in: a848406a18 user: alexa tags: trunk
2024-09-16
08:24
Rename RemiAudio::Demuxers to RemiAudio::Containers. Rename Ogg to Ogg::Demuxer. Add untested Ogg::Muxer. I have no idea if this muxer works yet. check-in: 6d7a0173f8 user: alexa tags: add-ogg-muxer
2024-09-05
07:20
update README check-in: 641ea863e2 user: alexa tags: trunk
07:14
Update README check-in: 372f58c873 user: alexa tags: trunk
06:10
Update readme, tag as v0.7.0 check-in: 09426236ec user: alexa tags: trunk, v0.7.0
06:07
Bump version check-in: 99715e9490 user: alexa tags: trunk
06:06
Add a comment about the ogg demuxer check-in: db46339063 user: alexa tags: trunk
06:05
Fix some symbol names check-in: 04abdd75b6 user: alexa tags: trunk
05:38
Add minimal Ogg demuxer check-in: 2d78c2d89d user: alexa tags: trunk
05:27
Rename specs target to test check-in: fe0d71be6e user: alexa tags: trunk
05:26
Add XSPF/JSPF support. check-in: 004d267a98 user: alexa tags: trunk
05:26
Remove old spec check-in: 72ca3cc547 user: alexa tags: trunk
04:36
Remove some codecs. These have moved to RACodecs. check-in: d0e820de24 user: alexa tags: trunk
04:11
Remove old examples that will soon be going away. check-in: 5c7ef647c5 user: alexa tags: trunk
04:10
Use internal drivers check-in: 4443001578 user: alexa tags: trunk
04:10
Merge stuff from RemiSound and RemiPortAudio into RemiAudio. check-in: e4bff7e605 user: alexa tags: trunk
2024-08-14
09:09
Bump revision, tag as v0.6.4 check-in: 2002865614 user: alexa tags: trunk, v0.6.4
09:08
Add AudioFile.test check-in: 477a4f3fbe user: alexa tags: trunk
09:08
Whoops, forgot to send the final buffer check-in: eae2229093 user: alexa tags: trunk
2024-08-13
07:34
Update qoaencoder to be somewhat nicer. check-in: cd16d6997e user: alexa tags: trunk
07:34
Add a way to get progress from an encoder check-in: e437d4af9d user: alexa tags: trunk
2024-08-12
22:39
Whoops, forgot to include Qoa in codecs.cr. Bump revision, tag as v0.6.3 check-in: 60a0f1a93c user: alexa tags: trunk, v0.6.3
22:33
Bump revision, tag as v0.6.2 check-in: b42580b206 user: alexa tags: trunk, v0.6.2
22:32
Actually, just return a QoaFile or Nil check-in: 5bc6a08991 user: alexa tags: trunk
22:27
Return the number of channels when testing a Qoa file check-in: 69a3ff82ed user: alexa tags: trunk
2024-08-09
13:30
Whoops, this should not have a getter check-in: acfa6e83d3 user: alexa tags: trunk
13:16
Bump revision, tag as v0.6.1 check-in: 03036241bc user: alexa tags: trunk, v0.6.1
13:15
More fixes for the QOA codec. This should be good now. check-in: 272e7048d8 user: alexa tags: trunk
11:17
Fixes to the QOA codec. Files produced by the Encoder will now play with the official reference player, and vice-versa. Also add Qoa::Decoder#totalFrames check-in: 2a6dcffffd user: alexa tags: trunk
10:05
Remove a puts check-in: d6ab55f6e5 user: alexa tags: trunk
10:03
Implement seeking differently check-in: 84da6e06b4 user: alexa tags: trunk
09:42
Implement a rudamentary form of seeking check-in: 0b4868de10 user: alexa tags: trunk
09:30
Reset more variables in Qoa::Decoder#rewind check-in: 22c73436c4 user: alexa tags: trunk
09:22
Add Qoa::Decoder#rewind check-in: 4e77a017d6 user: alexa tags: trunk
09:14
Improve performance QOA encoder code slightly. Move some stuff around for QOA as well. check-in: 7926a7d11f user: alexa tags: trunk
07:59
Improve performance of decoder check-in: 516eda0561 user: alexa tags: trunk
07:42
Use a Pointer directly and add a check check-in: eec088df24 user: alexa tags: trunk
06:34
Bump version, tag as v0.6.0 check-in: 1d63ad0030 user: alexa tags: trunk, v0.6.0
06:28
Update README check-in: 440fec9303 user: alexa tags: trunk
06:26
Update comment with examples. check-in: e9881efd4e user: alexa tags: trunk
06:25
Clean some lint check-in: 9d844cf564 user: alexa tags: trunk
06:25
Fix typo check-in: f2d92eae60 user: alexa tags: trunk
06:15
Merge and integrate the add-qoa branch check-in: 18246e9102 user: alexa tags: trunk
06:15
Integrate the QOA codec with the rest of RemiAudio. Update the Decoder and Encoder to support streaming. Add examples. Update README. Closed-Leaf check-in: 4284c6ce14 user: alexa tags: add-qoa
06:06
Remove out-of-date NEWS check-in: b87e55f0ad user: alexa tags: add-qoa
02:09
OOP-ify the Decoder class a bit check-in: 8e376ee00f user: alexa tags: add-qoa
01:57
Move the maxFrameSize method to QoaFile check-in: a4c1817d01 user: alexa tags: add-qoa
01:55
Rename Desc to QoaFile check-in: 2649606911 user: alexa tags: add-qoa
2024-08-07
07:49
Add initial port of the Quite OK Audio Format (QOA - https://qoaformat.org/). This isn't hooked into RemiAudio yet, and is an almost straight port, but the codec is working. check-in: 408e81589b user: alexa tags: add-qoa
07:48
Update ignore-glob check-in: 0c842635a7 user: alexa tags: trunk
2024-07-28
03:09
Add make-release-tarball.sh check-in: d4787b737d user: alexa tags: trunk
2024-07-10
22:40
Bump revision, tag as v0.5.4 check-in: b154a10b32 user: alexa tags: trunk, v0.5.4
22:39
Fix some more places where compiling with -Dno_number_autocast would break. check-in: 126fa24c23 user: alexa tags: trunk