<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="frameaverage~" module="msp" category="MSP FFT">
	<digest>
		Perform a piece-wise running averaging of consecutive frames of audio.
	</digest>
	<description>
		The <o>frameaverage~</o> object performs a piece-wise running averaging of consecutive frames of audio. Where the <o>framesmooth~</o> object can be seen as smoothing in the frequency domain (when using FFT as input), the <o>frameaverage~</o> object can be seen as performing temporal smoothing, more analogous to the <o>vectral~</o> object.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			Audio
		</metadata>
		<metadata name="tag">
			FFT
		</metadata>
		<metadata name="tag">
			MSP FFT
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				Input FFT Phase Deviation
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				No Right Inlet
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				FFT Running Phase Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="OBJARG_NAME" type="OBJARG_TYPE" optional="0">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Perform a running average of frames of audio samples
			</digest>
			<description>
				Frames of audio samples on which to perform running average calculations.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="framecount" get="1" set="1" type="atom_long" size="1">
			<digest>
				The number of frames across which to average samples of the same index
			</digest>
			<description>
				The number of frames across which to average samples of the same index. Limited to between 1 and the 'maxframecount' argument given at object instantiation.
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Miscellaneous" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Frame Count" />
			</attributelist>
		</attribute>
		<attribute name="framesize" get="1" set="1" type="atom_long" size="1">
			<digest>
				Number of samples per frame
			</digest>
			<description>
				The number of samples per frame. If working with FFT output, this should be set to the size of the FFT.
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Miscellaneous" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Frame Size" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="average~" />
		<seealso name="fft~" />
		<seealso name="framesmooth~" />
		<seealso name="plot~" />
		<seealso name="vectral~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				frame-wise averaged audio signal.
			</description>
		</entry>
	</misc>
</c74object>
