Skip to content

Rhythm Pattern music feature extractor by IFS @ TU-Vienna

License

Notifications You must be signed in to change notification settings

kaclark/rp_extract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/tuwien-musicir/rp_extract
===============================
Rennovated by: Keanu Clark

This project was written in Python 2. I am porting this to work on termux for a pixel 6, meaning fortran in scipy will not work.
I have imported numpy in place of scipy wherever I could. Scipy source code has been spliced in -- Luckily all normal python. Sklearn has been abandoned
The data analysis seems to proceed as it should, but I don't really have control data
As a result, I now need to look at a bunch of data and also find a way to collect songs from playlists generated from an inital song
The goal is that something in a pattern extracted from the data can filter or partition the playlist. Human input will probably be used for reinforcment learning
How to extract alluring features of songs and search through arbitrary playlists for matching motifs?
===============================

Goals:
[ ] (Data Collection) Search to song download
[ ] (YT API) Get Home to song downlaod
[ ] (YT API) Generate Song Radio
[x] (YT API) Full YouTube Music API functionality secured
[x] (YT API) Youtube Playlist song url retrieval
[ ] (Search Function) Decode search return json
[x] (Search Function) Find way of interacting with youtube playlists
[x] (Interface) Fuzzy Finder python integration
[ ] (Data Logs) Automate Slides; output folder of analysis
[x] (Data Logs) Test Powerpoint output, load in google slides app
[x] (YT DLP) Download youtube song in .wav format from url
[x] (YT DLP) Integrate yt-dlp into pytohon
[x] Plot Data
[x] Figure out Data
[x] Clean up files; delete what is not needed
[x] Python 3 syntax conversion
[x] scipy to numpy conversion
[x] Test load_audiofile.py
[x] Test rp_extract.py

===============================
Original Project Info
===============================

RP_extract:
Rhythm Pattern Audio Feature Extractor
for Music Similarity, Music Classification and Music Recommendation

created by:

TU Wien
Music Information Retrieval Group
Institute of Software Technology and Interactive Systems
Vienna University of Technology, Austria

RP_extract is a Python library to extract semantic features (so called audio descriptors) from audio files (WAV, MP3, ...) which can be used in tasks such as finding similar sounding music, creating playlists or recommender systems, categorizing music into a custom set of categories such as genres, and detecting concepts such as moods and emotions in music. Most of these tasks are achieved through employing Machine Learning, example implementations are provided in this repository and the tutorials included.

Main Authors: Thomas Lidy (audiofeature), Alexander Schindler (slychief)

About

Rhythm Pattern music feature extractor by IFS @ TU-Vienna

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%