Skip to content

Internet Radio Player with an Audio Visualizer made using VueJS, Vuetify & Howler.JS frameworks. The Player has a bunch of radio stations. Check out the demo below.

Notifications You must be signed in to change notification settings

tutaru99/Internet-Radio-Player-Vue

Repository files navigation

Streaming Radio Player with Audio Visualizer

Internet Radio Player made with VueJS, Vuetify and HowlerJS. Radio player has all usual controls - Play, Pause, Mute, Volume Controls. The radio player has a visualizer which gets frequency data from the stations and displays it in real time. Also saves user chosen preferences in local storage in order to make app more convenient. The Player has a bunch of radio stations, dynamically showing data about each chosen station.

Huge thanks to inos3910 for helping me out to setup his audio visualizer and explaining Audio API concepts. Check out his Audio Visualizer.

To Start Project

npm install

To Run Project

npm run serve