Re: [PD] How to Mix 2 audio files into 1?

2014-04-06 Thread Py Fave
http://en.flossmanuals.net/pure-data/audio-tutorials/additive-synthesis/

2014-04-06 2:04 GMT+02:00 Hunter Peress hunt...@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


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to Mix 2 audio files into 1?

2014-04-06 Thread Py Fave
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 pyf...@gmail.com:
 http://en.flossmanuals.net/pure-data/audio-tutorials/additive-synthesis/

 2014-04-06 2:04 GMT+02:00 Hunter Peress hunt...@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


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to Mix 2 audio files into 1?

2014-04-06 Thread William Brent
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 hunt...@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




-- 
William Brent
www.williambrent.com

Great minds flock together
Conflations: conversational idiom for the 21st century

www.conflations.com
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] How to Mix 2 audio files into 1?

2014-04-05 Thread Hunter Peress
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