Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/02/01 02:41
Read: times


 
#17129 - RE: Handle speech with a microcontroller
pitch shifting, the college try:
http://web.mit.edu/aalamb/ww.../lab3.html

I've done pitch shifting with bucket-brigade delay lines (analog),
and ring buffers (a2d, microprocessor, d2a).
The effect worked well despite the flaws in the method (I did not attempt to detect pauses in speech).

You simply read data into an array of 256 at one rate, and read it out at a faster rate. When you hit the end of the buffer, move the pointer to the beginning.


List of 19 messages in thread
TopicAuthorDate
Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: pitch shifting            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      
RE: Handle speech with a microcontroller            01/01/70 00:00      

Back to Subject List