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:
two inlet~s for the two audio sources
one outlet~ for the resultant audio
a slider that has 100% original at one end, 100%
manipulated at the other end and 50-50 in the middle.
I assume we'll need to use the math functions for this, like *~.
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:
inlet~
s for the two audio sourcesoutlet~
for the resultant audioI assume we'll need to use the math functions for this, like
*~
.