xiRetimer

fit recorded audio to a tempo
git clone https://git.ce9e.org/xiRetimer.git

commit
ad26cf9ba6d26e3557767efd7436044e0210f436
parent
ddc8149d372b86d9af344d9164b55b2504095c07
Author
xi <tobias.bengfort@gmx.net>
Date
2010-10-30 12:19
sndfile

Diffstat

M README 11 +++++++++++
A rb_expermients/fio.cpp 1 +
A rb_expermients/fio.h 10 ++++++++++

3 files changed, 22 insertions, 0 deletions


diff --git a/README b/README

@@ -0,0 +1,11 @@
   -1     1 
   -1     2 breaks an audio file into pices, timestretches and reconcatenates them. 
   -1     3 I want to use this to fit recorded Audio exactly to a tempo.
   -1     4 
   -1     5 playback - gstreamer
   -1     6 
   -1     7 gui - wxwidgets
   -1     8 
   -1     9 RTlayer
   -1    10 
   -1    11 timestretch - rubberband

diff --git a/rb_expermients/fio.cpp b/rb_expermients/fio.cpp

@@ -0,0 +1 @@
   -1     1 #include "fio.h"

diff --git a/rb_expermients/fio.h b/rb_expermients/fio.h

@@ -0,0 +1,10 @@
   -1     1 #ifndef __XIFIO_H
   -1     2 #define __XIFIO_H
   -1     3 
   -1     4 #include <sndfile>
   -1     5 
   -1     6 int main() {
   -1     7   
   -1     8 }
   -1     9 
   -1    10 #endif