pitch and speed programs?
Moderator: TGN
pitch and speed programs?
does anyone know any good programs where i can change the pitch and change the speed of sounds? all the the ones ive came across have been shit and dont sound smooth. anyone know of anything?
Re: pitch and speed programs?
google audacity, it's free and does the job. if you're spending money i'd get the zoom sampletrak.
Re: pitch and speed programs?
Recycle.
It's whole purpose is sample editing with great speed & pitch adjustment. It sounds better than Audacity's pitch & speed shift too. Only downside is it's not free, but it's worth every cent.
It's whole purpose is sample editing with great speed & pitch adjustment. It sounds better than Audacity's pitch & speed shift too. Only downside is it's not free, but it's worth every cent.
Re: pitch and speed programs?
You could try Reaper.It's not free but the demo is unlimited(&fully functional).It has various settings-algorithms and it worths a shot...
Re: pitch and speed programs?
dope! thanks for the recommendations!
Re: pitch and speed programs?
AUDACITY HOMIE
Re: pitch and speed programs?
audacity is actually working quite well, its very smooth, is it just me or does the 404 kinda have shit pitch and speed? especially when you slow it down, goddamn it sounds choppy
-
tape smoke
- Funniest Member of the Year '09
- Posts: 1877
- Joined: Tue Jul 10, 2007 4:06 am
Re: pitch and speed programs?
you can adjust the sample rate in the cool edit and Import that into your 404. speed pitch style. 44100 kHz to 48000 kHz is around 1 note up on 16 levels or so.
the audacity one is real cool, sometimes its cool to make a beat real slow then speed it up to normal, it handles all the lofi stuff and makes it kinda squeaky.
the audacity one is real cool, sometimes its cool to make a beat real slow then speed it up to normal, it handles all the lofi stuff and makes it kinda squeaky.
I/O - EHT - Evangelist.
-
tape smoke
- Funniest Member of the Year '09
- Posts: 1877
- Joined: Tue Jul 10, 2007 4:06 am
Re: pitch and speed programs?
im working on a python script that utilizes the sound touch audio engine library. it will let you load a sound, and then dump 12 pitched samples to your memory card. most of the work is going into the GTK user interface.
I might try and integrate real time pitching, so you can sample right from the program.
---edit
just came up with an unconventional idea; use the above mentioned script to dump the pitched samples to a temp folder. then just call them in real time.
might be able to use just GTK and webkit for this.
or maybe plain HTML and javascript for the real time triggering via midi, typing keyboard or mouse clicks on the virtual pads. .
I might try and integrate real time pitching, so you can sample right from the program.
---edit
just came up with an unconventional idea; use the above mentioned script to dump the pitched samples to a temp folder. then just call them in real time.
might be able to use just GTK and webkit for this.
or maybe plain HTML and javascript for the real time triggering via midi, typing keyboard or mouse clicks on the virtual pads. .
I/O - EHT - Evangelist.