boardfish / com3502-assignment

Voice changer program in Pure Data.
0 stars 0 forks source link

Mixer #9

Closed boardfish closed 4 years ago

boardfish commented 4 years ago

Implement a ‘mixer’ that adds the original speech with the manipulated speech in different proportions. Use a slider that has 100% original at one end, 100% manipulated at the other end and 50-50 in the middle.

Should have:

I assume we'll need to use the math functions for this, like *~.

boardfish commented 4 years ago

I'm actually done with this already on the 9-mixer branch.