<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: How to calculate the level of an &quot;AUDIO IN&quot; in dBA?</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 15:31:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-58475</guid>
					<title><![CDATA[How to calculate the level of an &quot;AUDIO IN&quot; in dBA?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-58475</link>
					<pubDate>Sun, 14 Aug 2011 17:40:45 +0000</pubDate>
					<dc:creator>alersito</dc:creator>

					<description>
						<![CDATA[
						<p>Just this. I would like to know how to calculate the level of an AUDIO IN in dBA. I would like to see the values in third octave 125hz &#8211; 20khz and graphically. </p>
<p>Its possible??</p>
<p>thanxxxx!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210127</guid>
					<title><![CDATA[Re: How to calculate the level of an &#8220;AUDIO IN&#8221; in dBA?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210127</link>
					<pubDate>Mon, 15 Aug 2011 00:51:17 +0000</pubDate>
					<dc:creator>Floating Point</dc:creator>

					<description>
						<![CDATA[
						<p>to get A-weighting you need to filter the input using biquad with these arguments:<br />
{biquad~ 0.49735 0. -0.49735 -1.041289 0.109858]</p>
<p>then get the rms value over 125ms</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210128</guid>
					<title><![CDATA[Re: How to calculate the level of an &#8220;AUDIO IN&#8221; in dBA?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210128</link>
					<pubDate>Mon, 15 Aug 2011 10:13:08 +0000</pubDate>
					<dc:creator>alersito</dc:creator>

					<description>
						<![CDATA[
						<p>Terry how do you know the arguments of the biquad object?</p>
<p>Is this the global value?? i would like to know the values in a multislider object like the screen of a sonometer.</p>
<p>My object is create a sonometer. </p>
<p>I have searched a sonometer patch but i haven&#8217;t find.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210129</guid>
					<title><![CDATA[Re: How to calculate the level of an &#8220;AUDIO IN&#8221; in dBA?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210129</link>
					<pubDate>Tue, 16 Aug 2011 10:22:13 +0000</pubDate>
					<dc:creator>alersito</dc:creator>

					<description>
						<![CDATA[
						<p>nobody?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210130</guid>
					<title><![CDATA[Re: How to calculate the level of an &#8220;AUDIO IN&#8221; in dBA?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210130</link>
					<pubDate>Tue, 16 Aug 2011 11:46:44 +0000</pubDate>
					<dc:creator>Floating Point</dc:creator>

					<description>
						<![CDATA[
						<p>well I just derived them empirically&#8211; you can test the coefficients yourself by plugging the values into filtergraph and see what sort of a curve you get. I did test the filter against a class-A spl meter to see how accurate it was and it seemed to be within less than 1 dB margin of error, which was adequate for my purposes at the time.</p>
<p>as for the other question, you could design a set of cascading fft modules using pfft~, each of which only samples bins 4 to 6 of a different window-size (ie 4096, 2048 &#8230;&#8230;128, 64), one for each octave</p>
<p>T</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210131</guid>
					<title><![CDATA[Re: How to calculate the level of an &#8220;AUDIO IN&#8221; in dBA?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210131</link>
					<pubDate>Tue, 16 Aug 2011 12:52:25 +0000</pubDate>
					<dc:creator>alersito</dc:creator>

					<description>
						<![CDATA[
						<p>i think that i need to learn more. (^_^)</p>
<p>i have seen this post <a href="http://www.cycling74.com/forums/topic.php?id=13899" rel="nofollow">http://www.cycling74.com/forums/topic.php?id=13899</a></p>
<p>but i dont know what is &#8220;af Tf Lu&#8221; from the patch.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210132</guid>
					<title><![CDATA[Re: How to calculate the level of an &#8220;AUDIO IN&#8221; in dBA?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210132</link>
					<pubDate>Tue, 16 Aug 2011 13:44:34 +0000</pubDate>
					<dc:creator>Floating Point</dc:creator>

					<description>
						<![CDATA[
						<p>that code is about equal loudness, not A-weight which are completely different things, and it&#8217;s also written in matlab, which I don&#8217;t know&#8230;af probably refers to amplitude (a) at corresponding frequency (f), but that&#8217;s just a guess</p>
<p>btw my previous post should read &#8216;bins 3 to 5&#8243;, not &#8217;4 to 6&#8243;, if you want pseudo 1/3 octave analysis</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210133</guid>
					<title><![CDATA[Re: How to calculate the level of an &#8220;AUDIO IN&#8221; in dBA?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-calculate-the-level-of-an-audio-in-in-dba/#post-210133</link>
					<pubDate>Tue, 16 Aug 2011 14:02:11 +0000</pubDate>
					<dc:creator>alersito</dc:creator>

					<description>
						<![CDATA[
						<p>But if you use 40 fones you are on A-weight, isnt it?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

