<?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: Signal-rate way to record a sample?</title>
		<atom:link href="http://cycling74.com/forums/topic/signal-rate-way-to-record-a-sample/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/signal-rate-way-to-record-a-sample/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 12:19:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/signal-rate-way-to-record-a-sample/#post-33665</guid>
					<title><![CDATA[Signal-rate way to record a sample?]]></title>
					<link>http://cycling74.com/forums/topic/signal-rate-way-to-record-a-sample/#post-33665</link>
					<pubDate>Fri, 14 Sep 2007 00:02:59 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,</p>
<p>we&#8217;re sampling a ton of stuff these weeks, and creating a small app to <br />
help out in that department.<br />
Since sfrecord~ is creating a bit of dynamic lag for some reason, I&#8217;d <br />
like to know if there&#8217;s a way to trigger recordings, either to disk or <br />
to a buffer~, at audio rates?</p>
<p>Cheers,<br />
Andreas.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/signal-rate-way-to-record-a-sample/#post-112443</guid>
					<title><![CDATA[Re: Signal-rate way to record a sample?]]></title>
					<link>http://cycling74.com/forums/topic/signal-rate-way-to-record-a-sample/#post-112443</link>
					<pubDate>Fri, 14 Sep 2007 00:54:47 +0000</pubDate>
					<dc:creator>swieser1</dc:creator>

					<description>
						<![CDATA[
						<p>definitely record into a buffer~ if you need sample-accurate start and/or stop times.  sfrecord~ records directly to a sound file, and presumably incurs delays when dealing with your hard drive. recording into a buffer~ records straight into your RAM, which is about a billion times faster than a hard drive.</p>
<p>use a record~ object to record into a buffer~, then just write the contents of the buffer~ to a file when you&#8217;re done.  just make sure you allocate your buffer~ object to a big enough size (i.e. a long enough maximum recording time), because if you run out of room in the buffer~, it&#8217;ll cut you off.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/signal-rate-way-to-record-a-sample/#post-112444</guid>
					<title><![CDATA[Re: Signal-rate way to record a sample?]]></title>
					<link>http://cycling74.com/forums/topic/signal-rate-way-to-record-a-sample/#post-112444</link>
					<pubDate>Sun, 16 Sep 2007 09:54:05 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Andreas Wetterberg schrieb:<br />
> Since sfrecord~ is creating a bit of dynamic lag for some reason, I&#8217;d <br />
> like to know if there&#8217;s a way to trigger recordings, either to disk or <br />
> to a buffer~, at audio rates?</p>
<p>As soon you open a sound file, sfrecord~ will be ready to write, it will <br />
have its own record buffer that is in ram&#8230;<br />
I would rather say, sfrecord~ is a billion times faster than first <br />
recording into a buffer~&#8230; (according to the time the recording is <br />
saved to disk&#8230; ;-)</p>
<p>But if you get your information about starting the recording out of the <br />
audio signal itself, you would need in both cases a little delay~ to <br />
still capture the start of your sound&#8230;</p>
<p>Stefan</p>
<p>&#8211; <br />
Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;&#8212;-<br />
&#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;&#8212;-<br />
&#8211; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

