Skip to main content

A multi-processing audio check

Project description

SoundCheck

A multi-processing audio check

pip install soundcheck

Basic example

soundcheck -i audio-dir/wavs

Result

+-------------+----------------+---------------+---------------+---------------+
| Total Files | Total Duration | Avg. Duration | Min. Duration | Max. Duration |
+-------------+----------------+---------------+---------------+---------------+
|    6,032    |  19 h, 44 m    |      11 s     |     0.6300    |    145.0200   |
+-------------+----------------+---------------+---------------+---------------+

Advanced Usage

soundcheck -q -r -i audio-dir -e "*.mp3" -e "*.aac" -j 4 -o filelist.tsv

CLI Reference

Usage: soundcheck [OPTIONS]

Options:
  -i, --input PATH      [required]
  -e, --extension TEXT  File extension to scan for. e.g. *.mp3
  -o, --output PATH     Output tsv file
  -r, --recursive       Recursive
  -q, --quiet           Silent
  -j, --jobs TEXT       Number of jobs
  --help                Show this message and exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soundcheck-0.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

soundcheck-0.0.1-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page