Metadata-Version: 2.1
Name: wavesplit
Version: 0.0.2
Summary: A package for splitting waves and merging them
Home-page: https://github.com/SpeechifyInc/wavesplit
Author: tyler
Author-email: tylerweitzman@gmail.com
License: GNU General Public License v2
Keywords: nbdev jupyter notebook python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

wavesplit
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

Requires you to have `sox` installed from <https://sox.sourceforge.net/>

## Install

`pip install wavesplit`

## How to use

Simply input the wav files using `wavesplit` or `wavemerge`

`wavesplit merged.wav merged.txt`

Or

`wavemerge *.wav`

Which will output `merged.txt` and `merged.wav`


