Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/fc28492185df04169cc8c90571b3f6d6 to your computer and use it in GitHub Desktop.
Save ryantm/fc28492185df04169cc8c90571b3f6d6 to your computer and use it in GitHub Desktop.
/nix/store/d5jw2z1ckp48xm7i072x4ljcrjjwp6b0-python3.7-pydub-0.23.1
├── lib
│   └── python3.7
│   └── 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-37.pyc
│   │   │   ├── effects.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── generators.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logging_utils.cpython-37.pyc
│   │   │   ├── playback.cpython-37.pyc
│   │   │   ├── pyaudioop.cpython-37.pyc
│   │   │   ├── scipy_effects.cpython-37.pyc
│   │   │   ├── silence.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── scipy_effects.py
│   │   ├── silence.py
│   │   └── utils.py
│   └── pydub-0.23.1.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