Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dub committed Dec 23, 2021
1 parent bc9119a commit 153b0a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ python setup.py install

## Getting started
See Python scripts and iPython notebooks under examples.


## File types
- M4A: Audio-only MPEG-4 (Moving Picture Experts Group)
- 3GP, 3G2: MPEG-4, for smartphones typically Part 12 and specifically 3GP
- WAV: Waveform Audio File Format
- MP3: MPEG-1 Audio Layer III and MPEG-2 Audio Layer III
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def package_files(directory):
extra_files = package_files('pyAudioAnalyzer')
setup(
name='pyAudioAnalyzer',
version='0.1',
version='0.2',
description='Python library for vibrational analysis of audio',
author='E. J. Wehrle',
url='https://github.com/e-dub/pyAudioAnalyzer',
Expand All @@ -28,10 +28,12 @@ def package_files(directory):
'scipy',
'numpy',
'matplotlib',
'seaborn',
'playsound',
'pyfftw',
'librosa',
'gtts',
'sounddevice'
'sounddevice',
'pydub'
],
)

0 comments on commit 153b0a8

Please sign in to comment.