averak / digital-watermarker

This app is digital watermaker for wave.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digital-watermaker

Version 1.0 Python 3.9 MIT License

This app is digital watermaker for wave.

Requirement

  • Python 3.9
  • pipenv

Develop

Installation

$ pipenv install

Code check & format

# code check
$ pipenv run lint && pipenv run mypy

# code format
$ pipenv run format

Usage

You can run this application from src/main.py.

# record your voice
$ pipenv run python src/main.py --record

# clear wave data
$ pipenv run python src/main.py --clear

Please refer to the help for more detailed usage.

$ pipenv run python src/main.py --help
usage: main.py [-h] [-r] [-c]

optional arguments:
  -h, --help    show this help message and exit
  -r, --record  音声を録音
  -c, --clear   音声データを全削除

About

This app is digital watermaker for wave.

License:MIT License


Languages

Language:Python 100.0%