danieljlevine
danieljlevine
Hey there, I'm interested in the same type of thing, but now in 2022. :-) I don't really want to create .wav files to be processed, I just want to...
Good point. stupid question: what’s psi?
I did see this: AudiConfig.FromDefaultMicrophoneInput(AudioProcessingOptions) it would let me set various processing options that I assume describe what type of microphone is being used. Not sure it would suddenly make...
With the help of the Appcelerator chat support team, I managed to stumble through the process of how to fix this issue. Needed to get NDK 16 and configure Appcelerator...
I suppose what I'm requesting is the display of several instances of the state machine (perhaps this is the state of independent models governed by the state machine I define)...
I see, so with different models they are shown on the same state machine. Originally, I was thinking I'd have numerous replicated models being shown and identified, as opposed to...
What if I used parallel states instead to represent the different models in parallel? I could label each parallel machine with the model id (where the example uses "numbers" and...
Thanks for the advice. I suppose I should consider the state annotation with the ids.
Trying out the graph_css parameter. I would have thought that I could pass graph_css=[] to the NestedWebMachine constructor and have it not doing anything different. Instead it halts with Exception...
Changed it to just a WebMachine and it still didn't work. Must be missing something subtle here. Also tried setting graph_css=None with same issue.