KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
SLAM
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
rate-limit
:
Meteor package to rate-limit a function by queuing up calls (instead of dropping them like throttle or debounce)
dn-paint
:
a paint tool for DN profile headers and portraits
mongomovie
:
MongoDB movie data model, ETL loader, and queries.
galenframework.com
:
Sources of the generated galenframework.com
hyperloglog-hip
:
C++ implementation of an approximate distinct counter by HIP estimator on HyperLogLog
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SLAM
?
Download (.md)
SLAM ==== SLAM : a method for the automatic Stylization and LAbelling of speech Melody (optimized only for LINUX distributions) Compatible with Python 3.6 How to cite ------------ N. Obin, J. Beliao, C., Veaux, A. Lacheret (2014). SLAM: Automatic Stylization and Labelling of Speech Melody. Speech Prosody, 246-250. How to install ------------ 0) Download or clone SLAM and swipe-installer and put them in the same repository. 1) Install SWIPE module Swipe, by Kyle Gorman (http://ling.upenn.edu/~kgorman/c/swipe/), is a pitch estimation algorithm which is required for SLAM to work. Sources of swipe are provided in the swipe-installer directory. These are slightly modified versions different from the official github release. Modifications are only for the purpose of swipe compiling under C89 instead of C99 standards. 2) Install the following libraries required by SLAM: sudo apt-get install python-numpy python-scipy python-matplotlib python-pandas python-sympy python-nose python-chardet How to use ------------ 1) Drop your wav files and textgrid files in the corresponding directories. wav and textgrid files must come in pair of the same name example: "myfile1.wav" "myfile1.TextGrid" "myfile2.wav" "myfile2.TextGrid" 2) Open a terminal and go to the SLAM directory 3) Execute python SLAM.py 4) Follow the instructions. How to configure ------------ you can open SLAM.py and modify the parameters to suit your needs.