forked from machine-shop/music-features
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from alvinzz/alvinzz
Alvinzz
- Loading branch information
Showing
27 changed files
with
77 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
language: python | ||
python: | ||
- "3.5" | ||
|
||
#command to install dependencies | ||
install: | ||
- sudo apt-get install ffmpeg | ||
- "pip install -r requirements.txt" | ||
|
||
#command to run tests | ||
script: nosetests --exe --with-coverage --cover-package=music-features | ||
|
||
sudo: required |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# music | ||
A collection of low-leval and high-level music features. | ||
# Music Features | ||
|
||
A collection of low-level and high-level music features for use in | ||
classification and modeling. | ||
|
||
## Usage | ||
|
||
``` | ||
import music_feats | ||
``` | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.