Can someone point me to a tutorial of how to mix 2 audio files into 1 using pd?
-Hunter Peress http://hificorder.com
http://en.flossmanuals.net/pure-data/audio-tutorials/additive-synthesis/
2014-04-06 2:04 GMT+02:00 Hunter Peress hunterp@gmail.com:
Can someone point me to a tutorial of how to mix 2 audio files into 1 using pd?
-Hunter Peress http://hificorder.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
sorry didn't read well .
objects for reading files readsf~
writing writesf~
you will need tables too
check here
https://www.youtube.com/watch?v=-y2SP2B6NxY
2014-04-06 9:41 GMT+02:00 Py Fave pyfave@gmail.com:
http://en.flossmanuals.net/pure-data/audio-tutorials/additive-synthesis/
2014-04-06 2:04 GMT+02:00 Hunter Peress hunterp@gmail.com:
Can someone point me to a tutorial of how to mix 2 audio files into 1 using pd?
-Hunter Peress http://hificorder.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
It's also worth mentioning that you can do this quickly in non real time by going through the tables for each source file, adding the values sample by sample, and writing the sum to a 3rd table. Then use a [soundfiler] "write" command to export the mixdown to a .wav file. If you use [tabletool]'s "add" method to get the sum, it'll be faster than going through the tables with the [until] approach.
On Sat, Apr 5, 2014 at 8:04 PM, Hunter Peress hunterp@gmail.com wrote:
Can someone point me to a tutorial of how to mix 2 audio files into 1 using pd?
-Hunter Peress http://hificorder.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list