Coder Social home page Coder Social logo

sndtools's Introduction

A collection of Python tools for working with sound.

This is written for me for the fun of it. I've done a lot of image processing in the past, but never audio processing, so this is a chance for me to learn something new and build my own toolset.

Requirements

Linux is targeted and I have no plans to test on other systems. It's written in Python, so most things probably work cross platform, but some features like sound conversion will probably only work on Linux. Let me know if you're testing on another system, or have any interest in fixing cross-platform problems.

You'll need these external dependencies:

  • OpenCV - The "cv" python package. Used for image processing and display.
  • PyAudio - Python bindings for PortAudio. Used for playing sound.
  • VLC media player - Used to convert between sound file formats. Required for now, but will be optional in the future.

Tour

The "sndtools" python package does most of the heavy lifting. It's meant to be reusable and well documented. The scripts in the top level directory use sndtools to create various sound tools. Use the "--help" or "-h" option to get detailed usage for any script.

So far, here are the scripts implemented:

  • spectrogram.py - Calculates and displays a sound spectrogram.

Current Status

Not much is implemented and it needs polishing, but what's there works!

sndtools's People

Contributors

mbrown1413 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.