Gabriel M. Beddingfield wrote: > > Compiles clean for me with v19. However, I can't make portaudio work with > Hydrogen using either v18 (no patch) or v19 (with patch). I get this > error: > > (E) PortAudioDriver connect Portaudio error in Pa_OpenDefaultStream: > Invalid device ID. > > I'm not sure why....
Still working on the problem. I suspect that the problem is that we're supplying a 32-bit floating-point stream... but my card only supports 24-bit floating-point streams. IIRC, we have a similar issue with the ALSA driver. I got portaudio 18 to work on a consumer-grade card that supports 32-bit FP streams. I'm working on installing portaudio 19 to give it a go. FWIW: The _general_ workaround for the sound-card-doesn't-support-sample-format problems is to just use JACK. :-) JACK converts the samples to a format that is supported by the sound card. Peace, Gabriel ------------------------------------------------------------------------------ _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
