quasimoto

A lossless audio generator.


License
MIT
Install
pip install quasimoto==0.2.1

Documentation

quasimoto (0.2.1)

python Build Status codecov PyPI - Status Dependents (via libraries.io)

A lossless audio generator.

Documentation

Generated

Python Version Support

This package is tested with the following Python minor versions:

Platform Support

This package is tested on the following platforms:

  • ubuntu-latest
  • macos-latest
  • windows-latest

Introduction

Command-line Options

$ ./venv3.11/bin/quasimoto -h

usage: quasimoto [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]
                 {gen,noop} ...

A lossless audio generator.

options:
  -h, --help         show this help message and exit
  --version          show program's version number and exit
  -v, --verbose      set to increase logging verbosity
  -q, --quiet        set to reduce output
  --curses           whether or not to use curses.wrapper when starting
  --no-uvloop        whether or not to disable uvloop as event loop driver
  -C DIR, --dir DIR  execute from a specific directory

commands:
  {gen,noop}         set of available commands
    gen              generate audio
    noop             command stub (does nothing)

Internal Dependency Graph

A coarse view of the internal structure and scale of quasimoto's source. Generated using pydeps (via mk python-deps).

quasimoto's Dependency Graph