Skip to content

Commit

Permalink
Remove deprecated audio features/analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Nov 30, 2024
1 parent 3ae7adf commit 143b534
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 863 deletions.
87 changes: 0 additions & 87 deletions lib/include/lib/enum/audiofeature.hpp

This file was deleted.

48 changes: 0 additions & 48 deletions lib/include/lib/enum/audiokey.hpp

This file was deleted.

17 changes: 0 additions & 17 deletions lib/include/lib/enum/audiomode.hpp

This file was deleted.

7 changes: 0 additions & 7 deletions lib/include/lib/spotify/api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "lib/enum/repeatstate.hpp"
#include "lib/spotify/album.hpp"
#include "lib/spotify/artist.hpp"
#include "lib/spotify/audiofeatures.hpp"
#include "lib/spotify/callback.hpp"
#include "lib/spotify/episode.hpp"
#include "lib/spotify/page.hpp"
Expand Down Expand Up @@ -315,12 +314,6 @@ namespace lib
void track(const std::string &track_id,
lib::callback<lib::spt::track> &callback);

void track_audio_features(const std::string &track_id,
lib::callback<lib::spt::audio_features> &callback);

void track_audio_features(const std::vector<std::string> &track_ids,
lib::callback<std::vector<lib::spt::audio_features>> &callback);

//endregion

//region User Profile
Expand Down
87 changes: 0 additions & 87 deletions lib/include/lib/spotify/audiofeature.hpp

This file was deleted.

43 changes: 0 additions & 43 deletions lib/include/lib/spotify/audiofeatures.hpp

This file was deleted.

Loading

0 comments on commit 143b534

Please sign in to comment.