Re: [Csnd-dev] rtaudio
vlz <[email protected]> Wed, 24 Jun 2026 20:09:01 +0100
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
> unknown rtaudio module: 'ALSA', using dummy modulertaudio: dummy = module enabled. That means the librtalsa.so <http://librtalsa.so/> was not found, which = could be either because it was never built or because Csound is not looking in the right place. Check that your build is actually finding the dependencies and building = the Csound backend modules (see the messages printed by CMake), and then make sure that you either install Csound or point your = OPCODE7DIR64 (doubles) or OPCODE7DIR (floats) environment var to the plugin directory. > On 24 Jun 2026, at 19:37, James Hearon <[email protected]> wrote: >=20 > Hi, > I'm getting round late to building csound7 on f44 but can't seem to = get rtaudio flag working after building. > Such as in CsOptions,=20 > csound -s -d -+rtaudio=3DALSA -odevaudio -b1024 -B16384 >=20 > I get unknown rtaudio module: 'ALSA', using dummy modulertaudio: dummy = module enabled. >=20 > Nothing seems to work for rtaudio: pipewire, portaudio, etc. >=20 > ...but works fine using csound6 on same system. >=20 > I'm wondering what I might be missing in the build to get rtaudio = working for csound7? >=20 > Regards, > Jim