Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

umezo/EssentiaSampleWeb

Repository files navigation

EssentiaSampleWeb

this is sample web application for Essentia.

detect beats of the sound of SoundCloud and play.

python + essentia + node + express

Requirement

  • node
    • 8.11.3
  • python
    • essentia

Configuration

this app requires your SoundCloud API Client id and secret.

you need registeration as SoundCloud API Client here (https://developers.soundcloud.com/)

after that, create config file into config/local.yml.

this is exsample of local.yml (because this file is read by config module, so there are some other acceptable file formats)

soundcloud:
  id: xxxxxxxxxxxx
  secret: yyyyyyyyyyy

Run

use npm start then application will be running on 3000 port

after http server wake up access http://localhost:3000/tracks on your browser (sorry for IE :-<)

Test

npm test

Resouces

Test Sounds

風雷神 from http://www.hurtrecord.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •