-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is ofxAudioUnitRecorder functional? #17
Comments
Yepp, that should work, but you'll need to specify a .m4a, and also give it an absolute path. So Let me know if that does / doesn't work, though. |
Aha! solved. Yet when you save an aupreset you don't set an absolute path or add the file extension. I think one way or the other should be consistent across the addon to simplify usage, unless there is a specific reason otherwise. What do you think? |
Yeah for sure, it'd be a breaking change though. The "absolute path" thing is showing ofxAudioUnit's roots as some non-OF code I had written for myself. FWIW there's two methods for the presets, one explicitly asking for an absolute path + file extension. Still inconsistent, though :) |
gotcha. Anyway, just made an awesome video soundtrack with ofxAudioUnit On Tue, Jun 3, 2014 at 4:08 PM, Adam Carlucci notifications@github.com
Jason Levine |
Nice! :) |
Hey Adam,
Just set up some code to record some timelined aumus but nothing is being recorded and I'm not getting any error messages in the console. Please let me know if I'm hooking my AUs up incorrectly or if ofxAudioUnitRecorder is just not functional yet.
Here's my signal chain:
and here's where I try to record:
Thanks man,
The text was updated successfully, but these errors were encountered: