Skip to content

Commit

Permalink
Merge pull request #9 from gursi26/readme-updates
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
gursi26 committed Feb 29, 2024
2 parents f98280b + d0f7c5b commit 6129c3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -8,9 +8,11 @@
- [ ] Move user track selection to separate function + add error checking for user input
- [ ] Add `edit` command to edit song name and artist name
- [ ] Add custom `base_dir` support from `config.yaml`
- [ ] Add visualizer (RustFFT + Tokio + Rayon for async display and calculation of FFT)
- [ ] Switch to spotdl + SpotifyAPI for search (client credentials oauth flow for SpotifyAPI)
- [ ] Display album name + album cover (and maybe lyrics) on play screen with spotdl
- [ ] Add volume normalization
- [ ] Add visualizer (RustFFT + Tokio + Rayon for async display and calculation of FFT)
- [ ] Add seeking during audio playback
- [ ] Switch to full TUI
- [ ] Play audio through macos native AVFAudio + whatever windows/linux uses
- [https://developer.apple.com/documentation/avfaudio](https://developer.apple.com/documentation/avfaudio)
Expand Down

0 comments on commit 6129c3b

Please sign in to comment.