mitchmindtree

Results 396 comments of mitchmindtree

> Sorry if this issue is out of place Not at all! My work in the `audio_unit` module so far has mainly been focused on exposing an audio output node...

I'm guessing this is referring to the windows backend as I remember briefly seeing some documentation on this when working on the wasapi backend. Could you elaborate on how exclusive...

Ah, thanks for the explanation. I guess this might be useful for some pro-audio software like DAWs and live performance applications. That said, I don't remember seeing anything like this...

Hmmm this should have been fixed by #106 - very strange that you're still getting this error. Maybe check that you don't have an older version of portaudio locally pointed...

As far as I can see, the signature of `platform::download()` doesn't take any parameters. See [here](https://github.com/RustAudio/rust-portaudio/blob/master/build.rs#L155). This is why I find it strange that you're getting that error, as this...

Btw, I meant that you should check your .cargo/config, not your .cargo/crates.toml On Fri, 4 Mar 2016 14:31 Sebastian Malton [email protected] wrote: > The error is with line 48, if...

This is a bug, and you're right, the design does not match the original and should allow an external buffer to be used. Feel free to open up a PR,...

Thanks for digging into all this @MOZGIII! I'm also still interested in tackling this. I'm currently overseas spending some time with family but will hopefully have some time to revisit...

Awesome, I like the idea of porting the official examples :+1:

Sounds great!