From cd3d3ba52ee1a455192cec2e1fb4282d3aeaf90d Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sun, 16 Jul 2023 14:06:16 -0700 Subject: [PATCH] Add a README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..01e031a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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. \ No newline at end of file