Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 11:48
Show Gist options
  • Save ryantm/8def72250f1b6ddb69e15eb13704446c to your computer and use it in GitHub Desktop.
Save ryantm/8def72250f1b6ddb69e15eb13704446c to your computer and use it in GitHub Desktop.
/nix/store/i7mn10r9dbsg0dis617pdjwjrw951han-python3.6-pydub-0.23.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── pydub
│   │   ├── audio_segment.py
│   │   ├── effects.py
│   │   ├── exceptions.py
│   │   ├── generators.py
│   │   ├── __init__.py
│   │   ├── logging_utils.py
│   │   ├── playback.py
│   │   ├── pyaudioop.py
│   │   ├── __pycache__
│   │   │   ├── audio_segment.cpython-36.pyc
│   │   │   ├── effects.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── generators.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── logging_utils.cpython-36.pyc
│   │   │   ├── playback.cpython-36.pyc
│   │   │   ├── pyaudioop.cpython-36.pyc
│   │   │   ├── scipy_effects.cpython-36.pyc
│   │   │   ├── silence.cpython-36.pyc
│   │   │   └── utils.cpython-36.pyc
│   │   ├── scipy_effects.py
│   │   ├── silence.py
│   │   └── utils.py
│   └── pydub-0.23.0.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment