Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Couldn't install package from Aur #136

Open
dennykurniawan48 opened this issue Oct 13, 2023 · 4 comments
Open

Couldn't install package from Aur #136

dennykurniawan48 opened this issue Oct 13, 2023 · 4 comments

Comments

@dennykurniawan48
Copy link

dennykurniawan48 commented Oct 13, 2023

Hi, I'm a Manjaro user.
I couldn't install this package from Aur because of conflicted software.

This is log that I get while installing lyrebird:

Warning: lyrebird is only available from AUR
Preparing...
Checking lyrebird dependencies...
Resolving dependencies...
Checking inter-conflicts...
Error: Failed to prepare transaction:
could not satisfy dependencies:
- removing pulseaudio breaks dependency 'pulseaudio=16.1-6' required by pulseaudio-zeroconf

How can I solve this problem?

@ddan39
Copy link

ddan39 commented Nov 19, 2023

adjust the PKGBUILD and remove the requirement for pipewire. it isn't needed, lyrebird should work with both pipewire and pulseaudio. it is currently broken tho. if you really want to get it working right now, let me know and i'll upload my PKGBUILD with patches and pulseaudio dependency instead of pipewire.

@dennykurniawan48
Copy link
Author

dennykurniawan48 commented Nov 19, 2023

Thanks @ddan39 I could install it by removing pipewire from the dependencies, and the software could run but as you said I can't record my voice.
When I run lyrebird I get this error when turning on the toggle button:

Failure: Module initialization failed
Traceback (most recent call last):
  File "/usr/share/lyrebird/app/ui/mainwindow.py", line 179, in toggle_activated
    state.audio.load_pa_modules()
  File "/usr/share/lyrebird/app/core/audio.py", line 55, in load_pa_modules
    self.null_sink = subprocess.check_call(
                     ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['pactl', 'load-module', 'module-null-sink', 'sink_name=Lyrebird-Output', 'node.description="Lyrebird', 'Output"']' returned non-zero exit status 1.

@ddan39
Copy link

ddan39 commented Nov 19, 2023

yes, if you see my pull request #138 i fix that bug, plus another

@dennykurniawan48
Copy link
Author

Sorry for my late reply, I added your pull request and build it on my computer. However I found the result of the audio output was broken, I'm using OBS studio.

These are the logs that I got:

[info] Starting Lyrebird v1.2.0
[info] Audio server: PulseAudio
Failure: No such entity
48
49
sox WARN rate: rate clipped 34346 samples; decrease volume?
sox WARN rate: rate clipped 13741 samples; decrease volume?
sox FAIL sox: `Lyrebird-Output' error writing to pulse audio device: Connection terminated: Operation not permitted
sox WARN rate: rate clipped 11190 samples; decrease volume?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants