Author Topic: Programming a 10bit Attiny85 pitch shifter  (Read 2122 times)

anotherjim

Re: Programming a 10bit Attiny85 pitch shifter
« Reply #20 on: January 06, 2023, 04:17:11 AM »
Tiny84 flanger is right here...
https://www.diystompboxes.com/smfforum/index.php?topic=110730.msg1016726#msg1016726
...and yes, it is the one found on Soundcloud.
Croeso i Diystompboxes.

Cnicht siarad "nee"

nodemand

Re: Programming a 10bit Attiny85 pitch shifter
« Reply #21 on: January 31, 2023, 02:10:24 PM »
Hi!
Great initiative!
I'm also working on a similar solution. Real time pitch shifting. If you are @home in Assembly, the following page might be of interest:

http://elm-chan.org/works/vp/report.html

ASM code if available for download at the bottom of the page...
Also, as an microcontroller, the ATtiny1616 might be a good choice.
It has a DAC, hardware multiplication support and a 20MHz internal oscillator; so no crystal needed and at the time of writing it is actually available ;-).
« Last Edit: January 31, 2023, 02:21:18 PM by nodemand »