Metadata-Version: 1.1
Name: PCM2Wav
Version: 1.3
Summary: A PCM data to Wav audio format converter
Home-page: https://github.com/roel0/PCM2Wav-py
Author: Roel Postelmans
Author-email: postelmansroel@gmail.com
License: GPL-2.0
Description: PCM2Wav-py
        =============
        
        This library implements a converter for PCM data to Wav audio format,
        obtained with logic analyzers.
        
        For example I2S signals obtained with the Saleae logic analyzer.
        
        
        Current supported formats
        -------------------------
        
        * I2S signals obtained and exported with the Saleae logic analyzer.
        * I2S signals obtained with Sigrok (Software that supports multiple hardware devices)
        
        Installation
        ------------
        
            (sudo) pip install PCM2Wav
        
        
        Usage
        -----
        
            python
            from PCM2Wav import *
            output = PCM2Wav(PCM2Wav.saleae.I2S, "i2s.csv", "example.wav")
        
Keywords: PCM I2S sigrok saleae wav audio
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Utilities
