Csound Csound-dev Csound-tekno Search About

[Csnd-dev] problem with rtalsa

Date2023-06-30 19:58
FromJohn
Subject[Csnd-dev] problem with rtalsa
When I try to use csound in real time using rtalsa I get errors

 unknown rtaudio module: 'alsa', using dummy modulertaudio: dummy module enabled
writing 512 sample blks of 64-bit floats to dac:hw2,0

but librtalsa.so exists and has no missing references
> ldd librtalsa.so 
        linux-vdso.so.1 (0x00007ffd045bf000)
        libasound.so.2 => /usr/lib64/libasound.so.2 (0x00007f3c82857000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f3c82833000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f3c826e8000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f3c824f3000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f3c824ee000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f3c82989000)
what am I missing?

==John ffitch

Date2023-07-04 21:43
FromSteven Yi
SubjectRe: [Csnd-dev] problem with rtalsa
Maybe need to do an ldconfig? Or maybe OPCODE6DIR64 isn't pointing to the correct place? (Or maybe OPCODE7DIR64? Not sure we set that in dev branch)

On Fri, Jun 30, 2023 at 2:58 PM John <jpff@codemist.co.uk> wrote:
When I try to use csound in real time using rtalsa I get errors

 unknown rtaudio module: 'alsa', using dummy modulertaudio: dummy module enabled
writing 512 sample blks of 64-bit floats to dac:hw2,0

but librtalsa.so exists and has no missing references
> ldd librtalsa.so
        linux-vdso.so.1 (0x00007ffd045bf000)
        libasound.so.2 => /usr/lib64/libasound.so.2 (0x00007f3c82857000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f3c82833000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f3c826e8000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f3c824f3000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f3c824ee000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f3c82989000)
what am I missing?

==John ffitch

Date2023-07-04 22:32
Fromjohn
SubjectRe: [Csnd-dev] problem with rtalsa
made no dufference
==John ff

On Tue, 4 Jul 2023, Steven Yi wrote:

> Maybe need to do an ldconfig? Or maybe OPCODE6DIR64 isn't pointing to the
> correct place? (Or maybe OPCODE7DIR64? Not sure we set that in dev branch)
> 
> On Fri, Jun 30, 2023 at 2:58 PM John  wrote:
>       When I try to use csound in real time using rtalsa I get errors
>
>        unknown rtaudio module: 'alsa', using dummy modulertaudio:
>       dummy module enabled
>       writing 512 sample blks of 64-bit floats to dac:hw2,0
>
>       but librtalsa.so exists and has no missing references
>       > ldd librtalsa.so
>               linux-vdso.so.1 (0x00007ffd045bf000)
>               libasound.so.2 => /usr/lib64/libasound.so.2
>       (0x00007f3c82857000)
>               libpthread.so.0 => /lib64/libpthread.so.0
>       (0x00007f3c82833000)
>               libm.so.6 => /lib64/libm.so.6 (0x00007f3c826e8000)
>               libc.so.6 => /lib64/libc.so.6 (0x00007f3c824f3000)
>               libdl.so.2 => /lib64/libdl.so.2 (0x00007f3c824ee000)
>               /lib64/ld-linux-x86-64.so.2 (0x00007f3c82989000)
>       what am I missing?
>
>       ==John ffitch
> 
> 
>