this is a demo for a next upcoming planned project, THIS IS A DEMO, YOU WILL ENCOUNTER ISSUES. A audio player written in rust using cpal and creek in combination with reactjs and tauri
navigate into the source directory and run the following commands in your terminal
npm i
npm run tauri dev
for debugging, ornpm run tauri build
for a build of the application
please plan in that this project will create a folder in your home dir called "lmdb_data" this is just used to store configurations
in case you encounter issues while building, like i experienced with my arm macbook, please make sure to verify, that it is really my fault by creating a new tauri project and see if that works
- click on "choose directory" and select the directory containing your audio files (atm: .mp3 and .flac are supported)
- after you have done that, click on the button which says "Go To Library"
- there you will see all of the playable songs in the directory
- i am sure you can figure the rest yourself out :3
in case you encounter issues in debug mode like higher buffering times, stutters in audio after seeking etc. This is normal, in release mode you wont experience these issues.