-
Can we make a new 4.6.1 release by the end of this November?
Open tickets in 4.6.1 milestone: https://github.com/libxmp/libxmp/milestones/4.6.1
CC: @AliceLR
CC: @cmatsuoka
-
Another one for the low-priority request department. :)
As compared to modplug, xmp has more accurate playback, supports a wider range of formats, and seems to be more frequently updated:
http://sou…
ghost updated
2 years ago
-
Hi. I encountered some problems with tracker modules playback.
The first one is lowpass filter sounding different if the sample rate is under 50kHz or above 50kHz. You can try playing the goddess.m…
-
https://github.com/cmatsuoka/libxmp is a library for playing tracker modules, similar to libmodplug, but more actively maintained and with much wider format support. It already compiles everywhere mp…
tidux updated
5 years ago
-
Hi, I'm starting to use this library for one of my projects,
I'm noticing that whenever i load a .MOD file as Music with the ModPlug library enabled, the module's Restart Position does not get respe…
-
There are a couple of open issues that would benefit from having API changes in libxmp 4.6, whenever we decide to do that.
`xmp_set_player` options: this function allows (and relies on) being used …
-
- [x] Upgrade SDL 1.2 to SDL 2
- [x] Use libxmp for music playing
-
After upgrading to exempi 2.5.0 in brew the following error is thrown on reading xmp tags:
File "~/bin/reverse_geolocate.py", line 1105, in
data_set[xmp_field] = xmp.get_property(xmp_fields[x…
-
Hey!
First of all thank you so much for libxmp. It's brought me a lot of joy over the years. I noticed this project after writing a small Rust FFI for libxmp but now it looks like oxdz has most fun…
-
The kit fails to read and write the test XMP with no changes.
```python
xmpfile = libxmp.XMPFiles(file_path=self.path, open_forupdate=True)
xmp = xmpfile.get_xmp()
xmpfile.put_xmp(xmp)
xmpfile.cl…