Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins using file src/remiaudio/xspf/xspf.cr version 09c71c0ddb
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 | |