[MacRuby-devel] loop audio file seamlessly
hello all, i would like to loop an audio file seamlessly. i have a file that, when looped in logic or garage band, sounds perfect. an nssound object with "loops = true" in macruby using the same file however, has an audible pause between each iteration, meaning our loop is not seamless, ultimately ruining our users' audio enhanced experience. could somebody please help me into the right direction :} thanks in advance, -zak ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] loop audio file seamlessly
Look at the PlayFile sample code in the Core Reference Library for an example of how to loop an audio file. Ed On Feb 20, 2011, at 9:21 PM, Zachary Kaplan wrote: > hello all, > > i would like to loop an audio file seamlessly. > > i have a file that, when looped in logic or garage band, sounds perfect. > > an nssound object with "loops = true" in macruby using the same file > however, has an audible pause between each iteration, meaning our loop > is not seamless, ultimately ruining our users' audio enhanced > experience. > > could somebody please help me into the right direction :} > > thanks in advance, > -zak > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] BridgeSupport build step for framework projects
Is there any way to load BridgeSupport from a string in memory instead of a file on the desktop? I'd like to encrypt the bridge support files I have for my private frameworks and load them at runtime. I suppose I could always write a tmp file somewhere. -Robert On 20/02/2011, at 1:35 PM, Matt Aimonetti wrote: > I wrote an extremely short tutorial on how to automatically generate a > BridgeSupport file for your Framework Xcode project: > http://merbist.com/2011/02/19/bridgesupport-build/ > Hopefully that will save some people the headache to figure it out on their > own (not that it's hard tho). > > One thing I didn't mention because it seemed very obvious... you need to have > your target set to copy the headers to the final product. > > - Matt > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
