ccgauche / ytermusic

An in terminal youtube music client with focus on privacy, simplicity and performance
Apache License 2.0
384 stars 19 forks source link

Add a waveform seekbar #38

Open Alphare opened 1 year ago

Alphare commented 1 year ago

I just saw this neat crate pop-up in the Rust subreddit and it made me think that it could be integrated into ytermusic without too much trouble.

The idea would be to use it to get data to feed into a tui widget to replace the current seekbar with a waveform of the currently playing song.

Basically like this plugin in Foobar2000: https://foobar.hyv.fi/?view=foo_wave_minibar_mod

ccgauche commented 1 year ago

I don't really know if this would be really useful nor easy to implement and I didn't see how the crate works