Git Product home page Git Product logo

lyrebird's Introduction

Lyrebird

Simple and powerful voice changer for Linux, written in GTK 3.

Lyrebird Screenshot

Why?

I decided to write this as a tool for myself, partly for fun and partly because I hate my own voice and since there was no decent Linux voice changers. The UI is based very loosely off of Clownfish for Windows, and is very simple and easy to use.

Features

  • Built in effects for accurate male and female voices
  • Ability to create and load custom presets
  • Manual pitch scale for finer adjustment
  • Creates its own temporary virtual input device
  • A clean and easy to use GUI

Install

Distro Packages

Check the releases page to find a package for your distro.

  • Ubuntu/Debian (download .deb from releases page)
  • Arch (AUR package lyrebird)

Community

These packages are provided by the community and are not maintained by Lyrebird developers.

Manually

If a package for your distro isn't provided above then you can use the provided installer script:

  1. Download the latest tar.gz from the releases page and extract it
  2. Make sure you satisfy all requirements listed below (e.g. Python 3.7, using PulseAudio, sox)
  3. Run install.sh to install dependencies and Lyrebird itself
  4. Launch Lyrebird from your preferred application launcher (e.g. GNOME, Rofi)

Usage

  1. Select a preset or set a custom pitch and flip the switch
  2. Change the input device for the application to Lyrebird Virtual Input, this can be done in-app or using pavucontrol if you're not given the option
  3. Ignore any applications that ask if you want to use "Lyrebird Output" (e.g. Discord), this is used internally and isn't necessary to use Lyrebird

Changing using pavucontrol

If an app doesn't support live input changing then it can be done with pavucontrol. Head to the "Recording" tab and change the input using the drop down next to the application name.

I can't?

For some apps on some distros (like Ubuntu) changing the input won't work. To fix this you need to create a file at ~/.alsoftrc and add the following contents:

drivers = alsa,pulse,core,oss

[pulse]
allow-moves=yes

Common Issues

ModuleNotFoundError: No module named 'lyrebird.mainwindow'

Firstly make sure you've ran the most up-to-date install.sh script. If the issue still persists then this is probably a permissions issue, running sudo chmod -R 755 /usr/local/share/lyrebird /etc/lyrebird should fix this.

If the issue still sticks around then please open a GitHub issue and include the output of id -u; which lyrebird; sudo ls -lAn /usr/local/share/lyrebird; sudo ls -lAn ~/.local/share/lyrebird.

Editing Presets

Presets and config is initally stored in /etc/lyrebird/ however it can be overriden by copying the files to ~/.config/lyrebird/.

To edit and add your own presets edit the file presets.toml, this file is in the TOML format and the syntax is described below.

# name = Preset name, will be displayed in the GUI
# pitch_value = The pitch value of the preset, if you want to be able to adjust this use "scale"
# downsample_amount = The amount of downsampling to do, set as "none" if you don't want any
# override_pitch_slider = Whether the preset overrides the pitch slider or not
# volume_boost = The amount of decibels to boost by

# Example preset, the [[presets]] is required for each preset
[[presets]]
name = "Woman"
pitch_value = "2.5"
downsample_amount = "none"
override_pitch_slider = true

# Boost by 2 dB to make the voice louder
volume_boost = "2"

Requirements

  • Python 3.7+
    • toml
    • python-gobject (check issue #13 if having issues)
  • pavucontrol
  • SoX
    • libsox-fmt-pulse (some distros may already bundle with SoX)
  • PulseAudio
  • More versatility and options down the road

v2, the C rewrite

Lyrebird v2 is currently being worked on in branch c. If you are a C developer familiar or willing to learn the Glib API, please come and join us make Lyrebird even better.

lyrebird's People

Contributors

megabytesofrem avatar dudecake avatar aosync avatar bluemancz avatar bgkillas avatar st331h0rs3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.