<?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: Multichannel audio playback from disk</title>
		<atom:link href="http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 00:31:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-38383</guid>
					<title><![CDATA[Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-38383</link>
					<pubDate>Fri, 13 Jun 2008 05:16:32 +0000</pubDate>
					<dc:creator>aengus</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;d like to play back 24-channels of audio from disk with all of the channels perfectly in synch. Using 24 single-channel wav files is preferable, but I can also format the audio as a single 24-channel wav file (I&#8217;ve been using Audacity to do this). The audio is 32-bit at 48 kHz so the 24-channel file works out at about 3 GB, for the 11-minute piece I&#8217;m currently working with.</p>
<p>So far I&#8217;ve been trying to do this in Max 5 with sfplay~ and I have two specific questions:</p>
<p>(1) Is it possible to guarantee that 24 single-channel sfplay~ objects will start exactly together?</p>
<p>(2) I get an error when trying to load the 3GB 24-channel file into a 24-channel sfplay~ object, but I have been able to load a shorter file of around 300MB. Any ideas what the problem might be here?</p>
<p>And a more general one: assuming it is possible to get 24-channel playback with long files to work, can I realistically hope to get it working with 64-channels?</p>
<p>Thanks for any help,</p>
<p>Aengus.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133822</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133822</link>
					<pubDate>Fri, 13 Jun 2008 06:43:23 +0000</pubDate>
					<dc:creator>aengus</dc:creator>

					<description>
						<![CDATA[
						<p>After trying a few more lengths of file, it looks like there might be a 2GB file size limit- anything under that seems to work. Also, it seems to be that any files that sfplay~ has problems with, also cause problems for sfinfo~, so maybe there&#8217;s some more general limit that I&#8217;m hitting. WinXP is the OS that I&#8217;m using, by the way.</p>
<p>Aengus.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133823</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133823</link>
					<pubDate>Fri, 13 Jun 2008 09:10:08 +0000</pubDate>
					<dc:creator>f.e</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133824</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133824</link>
					<pubDate>Fri, 13 Jun 2008 09:51:33 +0000</pubDate>
					<dc:creator>Jakob Riis</dc:creator>

					<description>
						<![CDATA[
						<p>64-channels I would like to hear that :-) sfplay~ has a limit of 16 tracks. </p>
<p>Also to go beyond the 4 GB (or 2 GB) file size limit we need Cycling to<br />
support for the new file formats that uses 64-bit file offsets, like<br />
Wav64, Riff64 or CAF. </p>
<p>I dont think there is any guarantee that multiple single channel files<br />
will start in sync, so the groove~ method f.e mentions might be the way<br />
to go. But question is if you have enough ram to read all the data into<br />
buffers?</p>
<p>/J</p>
<p>
jr.abstractions for MaxMSP &#8211; new version (2008-06-11)</p>
<p><a href="http://www.sonicescape.net/maxmsp/" rel="nofollow">http://www.sonicescape.net/maxmsp/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133825</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133825</link>
					<pubDate>Fri, 13 Jun 2008 10:22:34 +0000</pubDate>
					<dc:creator>aengus</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the replies.</p>
<p>According the Max 4.6 reference that I happen to have on the computer I&#8217;m sitting at, the sfplay~ limit is 28 channels. In Max 5, it only complained when I asked for > 32, so maybe the max number of channels is 32 in Max 5.</p>
<p>The multichannel playback is for ambisonic rendering, so synchronization between the different channels is vital.</p>
<p>The groove~ method is fine and there is enough RAM in this instance, but it might be necessary to deal with longer files in the future. This is why I&#8217;m investigating the options.</p>
<p>When I asked about 64-channels, I knew it was beyond the current capabilities of sfplay~, but are there any 3rd party objects or VST plugins which might help? For instance, there is a built-in object in AudioMulch which does multi channel playback from disk, where you can just give it the name of a mono wav file for each channel and it plays them back in synch. I&#8217;m not sure what its max number of channels is, but something like that, which can do 64-channels would be great. (maxobjects.com has not revealed anything.)</p>
<p>Cheers,</p>
<p>Aengus.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133826</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133826</link>
					<pubDate>Fri, 13 Jun 2008 14:11:02 +0000</pubDate>
					<dc:creator>justin</dc:creator>

					<description>
						<![CDATA[
						<p>if i remember rightly (its been a while since i last did this), u can set the buffer size for sfplay~. This makes playing larger multi channel files less glitchy.</p>
<p>Also i&#8217;m pretty sure u can have sample accurate playback looping / cueing.</p>
<p>Take a good look at the sub patchers in the sfplay~ helpfile, it&#8217;s all in there!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133827</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133827</link>
					<pubDate>Fri, 13 Jun 2008 14:26:52 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Justin.  I was following this thread with only one eye but I  <br />
had a look at the sfplay~ help file and learned a lot of things I can  <br />
use immediately.  I really love this list.</p>
<p>Cheers<br />
Gary Lee Nelson<br />
TIMARA Department<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
<p>
On Jun 13, 2008, at 10:11 AM, justin wrote:</p>
<p>><br />
> if i remember rightly (its been a while since i last did this), u  <br />
> can set the buffer size for sfplay~. This makes playing larger  <br />
> multi channel files less glitchy.<br />
><br />
> Also i&#8217;m pretty sure u can have sample accurate playback looping /  <br />
> cueing.<br />
><br />
> Take a good look at the sub patchers in the sfplay~ helpfile, it&#8217;s  <br />
> all in there!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133828</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133828</link>
					<pubDate>Mon, 14 Jun 2010 21:27:03 +0000</pubDate>
					<dc:creator>dr</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Aengus,</p>
<p>Wondering if you ever got to the bottom of this&#8230;?</p>
<p>I&#8217;m trying to run long multi-channel files and running into the same problems.</p>
<p><a href="http://cycling74.com/forums/topic.php?id=27088" rel="nofollow">http://cycling74.com/forums/topic.php?id=27088</a></p>
<p>Cheers,<br />
Dave</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133830</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133830</link>
					<pubDate>Fri, 06 Jan 2012 19:31:30 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>hey, i have 6 audio channels, big ones, 2-3gig each (2hr recordings)<br />
playback quality is not that important.<br />
looking to play in sync between them.</p>
<p>whats my options?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133831</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133831</link>
					<pubDate>Sat, 07 Jan 2012 11:47:39 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>i did some more search, <a href="http://cycling74.com/forums/topic.php?id=24681" rel="nofollow">http://cycling74.com/forums/topic.php?id=24681</a><br />
1. use soundFilesMerger from j&#8211;e <a href="http://www.e&#8211;j.com/?page_id=194" rel="nofollow">http://www.e&#8211;j.com/?page_id=194</a><br />
2. read into [splay~ 6]<br />
3. hold hands</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133832</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133832</link>
					<pubDate>Sat, 07 Jan 2012 12:33:28 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>no. soundFilesMerger outputs a 59min file (original tracks are 2hr)<br />
and when i try to open it in sfplay~ i get<br />
&#8220;error opening output.aiff, err -1&#8243;<br />
qt player plays it. but only the first hour&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133833</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133833</link>
					<pubDate>Sat, 07 Jan 2012 14:23:21 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>more info:<br />
getting separate audio feeds out of multivoice poly~ -http://www.cycling74.com/forums/topic.php?id=18546</p>
<p>syncing sfplay~s -http://www.cycling74.com/forums/topic.php?id=8656</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133834</guid>
					<title><![CDATA[Re: Multichannel audio playback from disk]]></title>
					<link>http://cycling74.com/forums/topic/multichannel-audio-playback-from-disk/#post-133834</link>
					<pubDate>Sun, 08 Jan 2012 15:30:07 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>more sync from dekam</p>
<p><a href="http://www.cycling74.com/forums/topic.php?id=124#post-710" rel="nofollow">http://www.cycling74.com/forums/topic.php?id=124#post-710</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

