Git Product home page Git Product logo

daf-generator's Introduction

DAF Gen

Simple DAF (Delayed Auditory Feedback) generator aimed at reducing stuttering.

Screenshot

Screenshot-1

Background

What's this all about:

Building and requirements

DAF Gen is created via PyQt5 framework and uses the PyAudio module for voice recording. All the necessary PIP dependencies are listed in requirements.txt.

Build and run (on Windows machine):

> python3 -m pip install -r requirements.txt
> python3 dafgen.py

You can edit the Ui (dafgen.ui) with PyQt Designer as you like.

Also it may be convenient to freeze the code into standalone executable. This could be done with cx_Freeze:

> python3 setup.py build

Platform

DAF Gen is developed and tested on Windows, but it is runnable on Linux systems as well. In this case you should manually resolve DEB dependencies first:

$ pip3 install pyaudio
$ sudo apt-get install python3-pyqt5 pyqt5-dev-tools

Post Scriptum

If you have any questions, feel free to contact me at [email protected]

If this tool has been useful for you, feel free to buy me a coffee ☕

Coffee

daf-generator's People

Contributors

snovvcrash 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.