SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-audiolazy rpm build for : OpenSuSE. For other distributions click python2-audiolazy.

Name : python2-audiolazy
Version : 0.6 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-07-15 19:33:24
Group : Development/Languages/Python Source RPM : python-audiolazy-0.6-bp154.1.1.src.rpm
Size : 0.68 MB
Packager : https://bugs_opensuse_org
Summary : Real-Time Expressive Digital Signal Processing (DSP) Package for Python!
Description :
AudioLazy is a package written in pure Python proposing digital audio signal
processing (DSP).

It prioritizes code expressiveness, clarity and simplicity, without precluding
the lazy evaluation, and can be used together with Numpy, Scipy and
Matplotlib as well as default Python structures like lists and generators.

It also features:

- A ``Stream`` class for finite and endless signals representation with
elementwise operators (auto-broadcast with non-iterables) in a common
Python iterable container accepting heterogeneous data;
- Strongly sample-based representation (Stream class) with easy conversion
to block representation using the ``Stream.blocks(size, hop)`` method;
- Sample-based interactive processing with ``ControlStream``;
- ``Streamix`` mixer for iterables given their starting time deltas;
- Multi-thread audio I/O integration with PyAudio;
- Linear filtering with Z-transform filters directly as equations (e.g.
``filt = 1 / (1 - .3 * z ** -1)``), including linear time variant filters
(i.e., the ``a`` in ``a * z ** k`` can be a Stream instance), cascade
filters (behaves as a list of filters), resonators, etc.. Each
``LinearFilter`` instance is compiled just in time when called;
- Zeros and poles plots and frequency response plotting integration with
MatPlotLib;
- Linear Predictive Coding (LPC) directly to ``ZFilter`` instances, from
which you can find PARCOR coeffs and LSFs;
- Both sample-based (e.g., zero-cross rate, envelope, moving average,
clipping, unwrapping) and block-based (e.g., window functions, DFT,
autocorrelation, lag matrix) analysis and processing tools;
- A simple synthesizer (Table lookup, Karplus-Strong) with processing tools
(Linear ADSR envelope, fade in/out, fixed duration line stream) and basic
wave data generation (sinusoid, white noise, impulse);
- Biological auditory periphery modeling (ERB and gammatone filter models);
- Multiple implementation organization as ``StrategyDict`` instances:
callable dictionaries that allows the same name to have several different
implementations (e.g. ``erb``, ``gammatone``, ``lowpass``, ``resonator``,
``lpc``, ``window``);
- Converters among MIDI pitch numbers, strings like \"F#4\" and frequencies;
- Polynomials, Stream-based functions from itertools, math, cmath, and more!
Go try yourself! =)

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python2-audiolazy-0.6-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  python2-audiolazy-0.6-bp154.1.1.noarch.rpm
     

Provides :
python-audiolazy
python2-audiolazy

Requires :
python(abi) = 2.7
python2-PyAudio
python2-matplotlib
python2-numpy
python2-scipy
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/audiolazy
/usr/lib/python2.7/site-packages/audiolazy-0.6-py2.7.egg-info
/usr/lib/python2.7/site-packages/audiolazy-0.6-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/audiolazy-0.6-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/audiolazy-0.6-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/audiolazy-0.6-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/audiolazy/__init__.py
/usr/lib/python2.7/site-packages/audiolazy/__init__.pyc
/usr/lib/python2.7/site-packages/audiolazy/__init__.pyo
/usr/lib/python2.7/site-packages/audiolazy/_internals.py
/usr/lib/python2.7/site-packages/audiolazy/_internals.pyc
/usr/lib/python2.7/site-packages/audiolazy/_internals.pyo
/usr/lib/python2.7/site-packages/audiolazy/lazy_analysis.py
/usr/lib/python2.7/site-packages/audiolazy/lazy_analysis.pyc
/usr/lib/python2.7/site-packages/audiolazy/lazy_analysis.pyo
/usr/lib/python2.7/site-packages/audiolazy/lazy_auditory.py
/usr/lib/python2.7/site-packages/audiolazy/lazy_auditory.pyc
/usr/lib/python2.7/site-packages/audiolazy/lazy_auditory.pyo
/usr/lib/python2.7/site-packages/audiolazy/lazy_compat.py
/usr/lib/python2.7/site-packages/audiolazy/lazy_compat.pyc
/usr/lib/python2.7/site-packages/audiolazy/lazy_compat.pyo
/usr/lib/python2.7/site-packages/audiolazy/lazy_core.py
/usr/lib/python2.7/site-packages/audiolazy/lazy_core.pyc
/usr/lib/python2.7/site-packages/audiolazy/lazy_core.pyo
/usr/lib/python2.7/site-packages/audiolazy/lazy_filters.py
/usr/lib/python2.7/site-packages/audiolazy/lazy_filters.pyc
/usr/lib/python2.7/site-packages/audiolazy/lazy_filters.pyo
/usr/lib/python2.7/site-packages/audiolazy/lazy_io.py
/usr/lib/python2.7/site-packages/audiolazy/lazy_io.pyc
/usr/lib/python2.7/site-packages/audiolazy/lazy_io.pyo
There is 35 files more in these RPM.

 
ICM