Go to file
Samuel Ortion dba258bfcb Added standalone script 2021-05-01 10:40:48 +02:00
.gitignore Added R and bash scripts 2021-05-01 08:02:59 +02:00
LICENSE Initial commit 2021-04-30 22:00:42 +02:00
README.md Added standalone script 2021-05-01 10:40:48 +02:00
expanseR.sh Added standalone script 2021-05-01 10:40:48 +02:00
expansion_x10.R Added standalone script 2021-05-01 10:40:48 +02:00
split_5s.sh Added standalone script 2021-05-01 10:40:48 +02:00

README.md

time-expanseR

Convert .WAV in real time into .WAV in time expansion x10 using warbleR R package.

Installation

Requirements

apt install -y r-base cmake libcurl4-openssl-dev libfftw3-*

R packages

R
install.packages("warbleR")

Scripts

git clone http://localhost:3400/Chiro-Canto/time-expanseR.git
chmod +x expanseR.sh
chmod +x split_5s.sh
chmod +x expansion_x10.R

Usage

chmod +x expanseR
bash expanseR -o /path/to/your/input/directory -i /path/to/your/output/directory

You can also use R script in standalone, you will have to specify you folders in the r script.