An audio player that works with looping files that have special looping behavior
Find a file
2023-07-16 14:37:10 -07:00
.gitea/workflows Comment out artifact uploading action because Gitea doesn't support it yet. 2023-07-15 18:54:21 -07:00
assets Make update-assets work on debian and derivatives that use DASH as /bin/sh 2023-07-08 13:31:00 -07:00
IconFontCppHeaders@321a095aa2 Initial commit. 2023-04-24 13:45:06 -07:00
imgui@d2291df551 Initial commit. 2023-04-24 13:45:06 -07:00
imgui-filebrowser Add icons to imgui-filebrowser 2023-04-24 15:28:39 -07:00
subprojects Replace raudio with SDL-Mixer-X for looping support 2023-07-10 12:45:24 -07:00
.gitignore Replace raudio with SDL-Mixer-X for looping support 2023-07-10 12:45:24 -07:00
.gitmodules Replace raudio with SDL-Mixer-X for looping support 2023-07-10 12:45:24 -07:00
LICENSE Add 'LICENSE' 2023-06-04 02:45:12 -07:00
main.cpp Fix initial size being smaller than the min size 2023-07-16 14:12:07 -07:00
meson.build Fix meson not finding SDL2_image 2023-07-16 14:37:10 -07:00
playback.cpp Hopefully fix crackling and fix a compiler warning 2023-07-15 14:59:49 -07:00
playback.h Readd speed, add pitch and tempo, and update min size 2023-07-15 14:52:49 -07:00
README.md Add a README 2023-07-16 14:06:16 -07:00
theme.cpp Improve accent color checkbox and defaults 2023-07-11 10:18:51 -07:00
theme.h Improve theme preferences and make editor static 2023-07-10 19:27:55 -07:00
x86_64-w64-mingw32.txt Initial commit. 2023-04-24 13:45:06 -07:00

Neko Player

An audio player that can play back files with seamless loops using their metadata.

It can also change the pitch, tempo, and speed (which is pitch and tempo at the same time) using the SoundTouch libraries found on the system.

Themes

This player supports theming! Go to the preferences window, and either select a theme, or open the theme editor.

In addition, themes support changing the accent color to have the hue you select.