| Author |
Message |
jeffdod
Guest
|
Posted:
Sun Dec 04, 2005 5:15 pm Post subject:
Speed Change without Pitch Change |
|
|
Does anyone know of a C/C++ library for taking an audio file and
performing a speed change without changing the pitch?
Thanks,
Jeff Dodson |
|
| Back to top |
|
 |
Vladimir Vassilevsky
Guest
|
Posted:
Sun Dec 04, 2005 5:15 pm Post subject:
Re: Speed Change without Pitch Change |
|
|
| Quote: | Does anyone know of a C/C++ library for taking an audio file and
performing a speed change without changing the pitch?
|
Jeff,
The simple way to do it is just to repeat or cut out the small chunks of
data depending if you are going faster or slower respectively. Divide
your file into the frames of ~10ms long and operate frame by frame.
A better way for doing the speed change is the same method however the
signal is split into frq. subbands and each subband is processed separately.
Vladimir Vassilevsky
DSP and Mixed Signal Design Consultant
http://www.abvolt.com |
|
| Back to top |
|
 |
Dan Mills
Guest
|
Posted:
Sun Dec 04, 2005 5:15 pm Post subject:
Re: Speed Change without Pitch Change |
|
|
jeffdod wrote:
| Quote: | Does anyone know of a C/C++ library for taking an audio file and
performing a speed change without changing the pitch?
Thanks,
Jeff Dodson
|
libsoundtouch (C++) springs to mind as one option, but there are others.
Regards, Dan. |
|
| Back to top |
|
 |
Jerry Avins
Guest
|
Posted:
Mon Dec 05, 2005 12:13 am Post subject:
Re: Speed Change without Pitch Change |
|
|
jeffdod wrote:
| Quote: | Does anyone know of a C/C++ library for taking an audio file and
performing a speed change without changing the pitch?
Thanks,
Jeff Dodson
|
Look on http://www.dspdimension.com/
Jerry
--
Engineering is the art of making what you want from things you can get.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ |
|
| Back to top |
|
 |
|
|
|
|