sbmadhav / vis

Console Music Visualizer with Youtube API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vis

Console audio visualizer with Youtube API

You can see it in action in my video

What does it do?

You can input video title and it will download it from Youtube and then play it with cool visuals

You will need to modify this line:

const API_KEY: &str = /* your API key */;

Commands

  • p followed by title clears the queue and plays that title
  • q followed by title adds that title to queue
  • s skip current song in queue

Prerequisites

Todo

This app is still missing some features like:

  • streaming and visualizing in real-time
  • improved render/event loop implementation for lower CPU usage
  • support for resizing console window during runtime
  • alternative way of visualizing
  • more quality of life commands

About

Console Music Visualizer with Youtube API


Languages

Language:Rust 100.0%