Skip to content

HiroshiOHSUGA/EssentiaSampleWeb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  • python
    • essentia

Configuration

this app requires your SoundCloud API Client id and secret.

you need registeration as SoundCloud API Client here

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

Languages

  • JavaScript 78.3%
  • HTML 14.1%
  • Python 7.6%