Skip to content

kespinozarm/Comparing-Playlist-Exploring-Features-through-Spotify-API

Repository files navigation

Spotify Logo

Comparing playlist exploring audio-features through Spotify API

💽 Introduction

We're going to explore different elements through Spotify API and analyze how audio features can give us information about track and users.

Audio features are numerical representations of various characteristics of a music track derived through advanced audio analysis algorithms. These features provide insights into the qualities of a track, such as its energy, danceability, valence, and more.

🎹 Audio Features

According to the documentation, here are the definitions of the audio features we're going to use for this project:

1. Danceability 👯 :

Describes how suitable a track is for dancing based on a combination of musical elements including tempo, rhythm stability, beat strength, and overall regularity. A value of 0.0 is least danceable and 1.0 is most danceable.

2. Energy ⚡ :

Is a measure from 0.0 to 1.0 and represents a perceptual measure of intensity and activity. Typically, energetic tracks feel fast, loud, and noisy. For example, death metal has high energy, while a Bach prelude scores low on the scale. Perceptual features contributing to this attribute include dynamic range, perceived loudness, timbre, onset rate, and general entropy.

3. Instrumentalness 🎷 :

Predicts whether a track contains no vocals. "Ooh" and "aah" sounds are treated as instrumental in this context. Rap or spoken word tracks are clearly "vocal". The closer the instrumentalness value is to 1.0, the greater likelihood the track contains no vocal content. Values above 0.5 are intended to represent instrumental tracks, but confidence is higher as the value approaches 1.0.

4. Speechiness 😶 :

Detects the presence of spoken words in a track. The more exclusively speech-like the recording (e.g. talk show, audio book, poetry), the closer to 1.0 the attribute value. Values above 0.66 describe tracks that are probably made entirely of spoken words. Values between 0.33 and 0.66 describe tracks that may contain both music and speech, either in sections or layered, including such cases as rap music. Values below 0.33 most likely represent music and other non-speech-like tracks.

5. Valence ✨ :

A measure from 0.0 to 1.0 describing the musical positiveness conveyed by a track. Tracks with high valence sound more positive (e.g. happy, cheerful, euphoric), while tracks with low valence sound more negative (e.g. sad, depressed, angry).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published