Hi guys, I did the Stanford/Kadenze course and I was hoping to use the Teensy with >> Faust but the only thing I could make work was the example. Anything with >> audio input/processing hasn't seemed to correctly. Using the Teensy Audio >> library worked just fine. >> > Mmmh not sure why you ran into these issues. You should keep in mind that RAM is extremely limited on the Teensy in general so if you try to run algorithms allocating a lot of memory (e.g., echo, reverb, etc.) it might not work. Some adjustments can be made though to make things work in most cases. The "Low-Memory Footprint Zita" on this page: https://ccrma.stanford.edu/workshops/faust-embedded-19/ is a good example of that. You can find additional information on this topic here as well: https://faustdoc.grame.fr/tutorials/teensy/#notes-about-computational-power-and-memory-footprint
> I'm taking a workshop at Stanford and the instructor recommended Faust >>> with Teensy. She had us order Teensy 3.2 and I just wanted to check if that >>> will work with FAUST or not as I got mixed information here ps:// >>> faust.grame.fr/doc/tutorials/ & https://www.pjrc.com/store/teensy32.html >>> >> Great to hear from you Suyash ;)! I would definitely not recommend using the 3.2 because it doesn't have an FPU (Floating Point Unit). For that reason, you'll be able to run a few oscillators at best but not more. I recommend using the 3.6, 4.0 or 4.1. Just curious, did Stefanie suggest this? Cheers, Romain
_______________________________________________ Faudiostream-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
