Skip to content

Commit

Permalink
Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanalwon committed Feb 19, 2024
1 parent fbc6832 commit c2e973f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .aup3-Converter
*.aup3-Converter* extracts the data of an Audacity project file (.aup3) and makes it available for further processing or saves the data in more accessible file formats.

.aup3-Converter is MIT licensed
(c) 2024, Jordan Alwon

## Installation
*.aup3-Converter* depends on the Python packages NumPy and Soundfile.

## Export Data
```python
from convert import Converter
converter = Converter(path)
converter.export_audio('export.wav')
converter.export_label("export.txt")
```

0 comments on commit c2e973f

Please sign in to comment.