Metadata-Version: 1.1
Name: audiolazy
Version: 0.02dev
Summary: Expressive Digital Signal Processing (DSP) package for Python
Home-page: http://github.com/danilobellini/audiolazy
Author: Danilo de Jesus da Silva Bellini
Author-email: danilo [dot] bellini [at] gmail [dot] com
License: GPLv3
Description: AudioLazy
        =========
        
        Expressive Digital Signal Processing (DSP) package for Python.
        
        
        Lazyness
        """"""""
        
        There are several tools and packages that let the Python use and
        expressiveness look like languages such as MatLab and Octave. However, the
        eager evaluation done by most of these tools make it difficult, perhaps
        impossible, to use them for real time audio processing. Another difficulty
        concerns expressive code creation for audio processing in blocks through
        indexes and vectors.
        
        
        Goal
        """"
        
        Prioritizing code expressiveness, clarity and simplicity, without precluding
        the lazy evaluation, and aiming to be used together with Numpy, Scipy and
        Matplotlib as well as default Python structures like lists and generators,
        AudioLazy is a starting project written in pure Python proposing digital
        audio signal processing (DSP), featuring a simple synthesizer, analysis
        tools, filters, biologial auditory periphery modeling, among other
        functionalities.
        
        
        Status
        """"""
        
        This is the first deploy of a pre-alpha package. For now, you can use already
        the audiolazy.lazy_itertools with element-wise operators, and create your own
        filters with the lazy_filter module. Some documentation will be included soon.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development
