I use a Cepstral voice, with the swift commando.
swift "hello"
Some Ubuntu updates ago this didn't work anymore. The solution was to use an OSS wrapper (If I understand it well).
padsp "hello"
With the most recent update to Ubuntu 22.04 this also doesn't work anymore:
pw@pw-ubuntu:~$ padsp swift "hello"
ERROR: ld.so: object '/usr/\15366LIB/pulseaudio/libpulsedsp.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/\15366LIB/pulseaudio/libpulsedsp.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
oss_audio: failed to open audio device /dev/dsp
Is there a way to make my cepstral voice work again?
The file '/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsedsp.so' does exist
This output might be of interest (I don't understand it myself...):
pw@pw-ubuntu:~$ sudo modprobe libpulsedsp
[sudo] password for pw:
modprobe: FATAL: Module libpulsedsp not found in directory /lib/modules/5.15.0-46-generic
Ubuntu 22.04 pulseaudio 15.99.1
libpulsedspinstallled? – Jos Aug 26 '22 at 08:48echo $LD_PRELOAD? I'm a bit suspicious of the string/usr/\15366LIB/pulseaudio/. – Jos Aug 28 '22 at 10:55/usr/lib/x86_64-linux-gnu/pulseaudiobut I'm not sure where it is to be changed. – Jos Aug 28 '22 at 11:02grepthe/usrfolder for that string 15336LIB? Or perhaps/homeas well? I'm pretty sure it is wrong and messing up your modules. – Jos Aug 28 '22 at 19:11sudo grep -ir 15366LIB /usrandsudo grep -ir 15366LIB /home/with no result... – pwp Aug 29 '22 at 08:58/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsedsp.soexist? If so, can you load it withsudo modprobe libpulsedsp? If you domodprobe -l | grep pulse, does the module show up, and if so, with what path name? – Jos Aug 29 '22 at 09:18