Hi list,
Is there a way to load a sample in the soundfiler normalized, or is there an object that real-time normalizes incoming audio?
Cheers,
Tasos
ΓñçóéìïðïéΓ₯ΓΓ΄Γ₯ Yahoo! ΓÑñΓ₯Γ¨ΓΓͺÑôΓ₯ ôÑ Γ₯Γï÷ëçôéΓͺà ìçΓΓ½ ìÑôÑ (spam); ΓΓ― Yahoo! Mail ÀéÑèΓΓ΄Γ₯Γ© ôçà ΓͺÑëýôΓ₯Γ±Γ§ ÀáΓÑôà ðñïóôÑóΓΓ‘ ΓͺÑôà ôùà Γ₯Γï÷ëçôéΓͺþà ìçΓáìΓôùà http://login.yahoo.com/config/mail?.intl=gr
Tas Pas wrote:
Hi list,
Is there a way to load a sample in the soundfiler normalized,
Yes, after soundfiler has finished loading, send a message "normalize 1" to the table(s) you loaded into.
or is there an object that real-time normalizes incoming audio?
This is not physically possible, as it would require knowledge of the future.
You might want to look into "dynamic range compression and limiting" if you have widely-ranging live input that you want to control.
Cheers,
Tasos
ΓñçóéìïðïéΓ₯ΓΓ΄Γ₯ Yahoo! ΓÑñΓ₯Γ¨ΓΓͺÑôΓ₯ ôÑ Γ₯Γï÷ëçôéΓͺà ìçΓΓ½ ìÑôÑ (spam); ΓΓ― Yahoo! Mail ÀéÑèΓΓ΄Γ₯Γ© ôçà ΓͺÑëýôΓ₯Γ±Γ§ ÀáΓÑôà ðñïóôÑóΓΓ‘ ΓͺÑôà ôùà Γ₯Γï÷ëçôéΓͺþà ìçΓáìΓôùà http://login.yahoo.com/config/mail?.intl=gr
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Claude Heiland-Allen wrote:
Yes, after soundfiler has finished loading, send a >message "normalize 1" to the table(s) you loaded into.
I think you told me to send a "normaliize 1" message to the soundfiler. Pd outputs me "error: soundfiler: no method for 'normalize' ", so, I suppose, I'm mistaken. Can you tell me where exactly do I have to send the message?
This is not physically possible, as it would require >knowledge of the future.
Ooops!
Padawan12 wrote:
There is a -normalize option for [soundfiler] I think.
This option, as I read, applies only to writing a file and not to reading one.
Thanks
Tasos
ΓñçóéìïðïéΓ₯ΓΓ΄Γ₯ Yahoo! ΓÑñΓ₯Γ¨ΓΓͺÑôΓ₯ ôÑ Γ₯Γï÷ëçôéΓͺà ìçΓΓ½ ìÑôÑ (spam); ΓΓ― Yahoo! Mail ÀéÑèΓΓ΄Γ₯Γ© ôçà ΓͺÑëýôΓ₯Γ±Γ§ ÀáΓÑôà ðñïóôÑóΓΓ‘ ΓͺÑôà ôùà Γ₯Γï÷ëçôéΓͺþà ìçΓáìΓôùà http://login.yahoo.com/config/mail?.intl=gr
Hallo, Tas Pas hat gesagt: // Tas Pas wrote:
I think you told me to send a "normaliize 1" message to the soundfiler. Pd outputs me "error: soundfiler: no method for 'normalize' ", so, I suppose, I'm mistaken. Can you tell me where exactly do I have to send the message?
You can send "normalize 1" to the name of the array.
[read -resize file.wav TABLE(
|
[soundfiler]
[normalize 1(
|
[s TABLE]
Frank Barknecht _ ______footils.org_ __goto10.org__
hi, send a normalize message directly to the array. this is done by creating a message starting with a semicolon and arrayname or with [send arrayname] so [;array1 normalize 1( should do the job. m.
Tas Pas schrieb:
*/Claude Heiland-Allen wrote: /*
Yes, after soundfiler has finished loading, send a >message "normalize 1" to the table(s) you loaded into.
I think you told me to send a "normaliize 1" message to the soundfiler. Pd outputs me "error: soundfiler: no method for 'normalize' ", so, I suppose, I'm mistaken. Can you tell me where exactly do I have to send the message?
This is not physically possible, as it would require >knowledge of the future.
Ooops!
Padawan12 wrote:
There is a -normalize option for [soundfiler] I think.
This option, as I read, applies only to writing a file and not to reading one.
Thanks
Tasos
*/ /*
ΓñçóéìïðïéΓ₯ΓΓ΄Γ₯ Yahoo! ΓÑñΓ₯Γ¨ΓΓͺÑôΓ₯ ôÑ Γ₯Γï÷ëçôéΓͺà ìçΓΓ½ ìÑôÑ (spam); ΓΓ― Yahoo! Mail ÀéÑèΓΓ΄Γ₯Γ© ôçà ΓͺÑëýôΓ₯Γ±Γ§ ÀáΓÑôà ðñïóôÑóΓΓ‘ ΓͺÑôà ôùà Γ₯Γï÷ëçôéΓͺþà ìçΓáìΓôùà http://login.yahoo.com/config/mail?.intl=gr
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Fri, 18 Aug 2006 00:59:25 +0100 (BST) Tas Pas tprotopgr@yahoo.gr wrote:
Claude Heiland-Allen wrote:
Padawan12 wrote:
There is a -normalize option for [soundfiler] I think.
This option, as I read, applies only to writing a file and not to reading one.
Thanks
Tasos
Yup, you're right, just read the help. I suppose for a very similar reason that Claude mentions, a normalise read would have to scan the file through at least once before loading it which would be slow. Better to just do the normalise once it's already in RAM.
There is a -normalize option for [soundfiler] I think.
On Thu, 17 Aug 2006 22:55:50 +0100 (BST) Tas Pas tprotopgr@yahoo.gr wrote:
Hi list,
Is there a way to load a sample in the soundfiler normalized, or is there an object that real-time normalizes incoming audio?
Cheers,
Tasos
______________ Yahoo! __________ __ __________ ____ ____ (spam); __ Yahoo! Mail ________ ___ ________ ______ _________ ____ ___ ___________ _________ http://login.yahoo.com/config/mail?.intl=gr