question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Followed all installation instructions and ended up with

sox FAIL formats: can't open output file `Lyrebird-Output': can not open audio device: No such entity
Loaded null output sink (0), and remap sink (0)
sox WARN pitch: pitch clipped 9124 samples; decrease volume?
sox WARN rate: rate clipped 16448 samples; decrease volume?
Loaded null output sink (0), and remap sink (0)
sox WARN pitch: pitch clipped 3156 samples; decrease volume?
sox WARN rate: rate clipped 5610 samples; decrease volume?
sox FAIL formats: can't open output file `Lyrebird-Output': can not open audio device: No such entity
sox FAIL formats: can't open output file `Lyrebird-Output': can not open audio device: No such entity

Using python 3.7.9 on Ubuntu 18.04

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:12

github_iconTop GitHub Comments

2reactions
theRoboxxcommented, Jan 4, 2022

Did you also install the following packages for Ubuntu?

sudo apt-get install sox 
sudo apt-get install libsox-fmt-all 

At first I had problems as well but now the sox error is gone.

But for it to work, I had to load the modules while lyrebird was running. Now I simply opened another two terminals and typed: (Note that the first command will open pulseaudio with a new output device and therefore you need one terminal per command. Don’t close this pulseaudio-window while lyrebird is open).

~$ pavucontrol load-module module-null-sink sink_name='Lyrebird-Output'
~$ pavucontrol load-module module-remap-source source_name='Lyrebird-Output'

I tested it with OBS and it works as long as I don’t turn off the voice changer button. In this case just close lyrebird and repeat the process.

0reactions
ikesabercommented, Sep 28, 2022

I’m trying to get lyrebird to work on Ubuntu 22.04.1 LTS (testing using Audacity to record). I’ve installed all dependencies but when I run lyrebird i receive an error:

user@computer:~$ lyrebird
Module module-null-sink not loaded.
Module module-remap-source not loaded.

I found instances of this issue 34 and 96 but haven’t been able to resolve the issue on my machine.

I was hoping these instrucitons to load modules in other terminal windows would help but they didn’t. My voice just doesn’t change…

here’s what I ran specifically:

Window 1

user@computer:~$ lyrebird
Module module-null-sink not loaded.
Module module-remap-source not loaded.
Loaded null output sink (0), and remap sink (0)

New window

user@computer:~$ pavucontrol load-module module-null-sink sink_name='Lyrebird-Output'

New window

user@computer:~$ pavucontrol load-module module-remap-source source_name='Lyrebird-Output'

“SoX: playback on is set to “Lyrebird Output””

New window

user@computer:~$ audacity

Do you have a fix for this? Am I doing something wrong here?

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is SOX Compliance? 2022 SOX Requirements & More
In 2002, the United States Congress passed the Sarbanes-Oxley Act (SOX) to protect shareholders and the general public from accounting ...
Read more >
Sarbanes-Oxley (SOX) Compliance Requirements
So what is SOX? The law mandates strict reforms to improve financial disclosures from corporations and prevent accounting fraud. It also covers issues...
Read more >
SOX Compliance Checklist & Audit Preparation Guide - Varonis
The Sarbanes-Oxley Act (SOX) requires public U.S. companies meet strict reporting and security standards. Here's what you need to know to ...
Read more >
What is SOX Compliance? 2022 Requirements, Controls and ...
The Sarbanes-Oxley Act of 2002 (SOX) was passed by the United States Congress to protect the public from fraudulent or erroneous practices by...
Read more >
Sarbanes-Oxley Act | Wex - Law.Cornell.Edu
The Sarbanes-Oxley Act (SOX) is a federal act passed in 2002 with bipartisan congressional support to improve auditing and public disclosure in response...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found