Metadata-Version: 2.1
Name: scikit-sound
Version: 0.2.10
Summary: Python utilites for working with sound signals
Home-page: http://work.thaslwanter.at/sksound/html
Author: Thomas Haslwanter
Author-email: thomas.haslwanter@fh-linz.at
License: http://opensource.org/licenses/BSD-2-Clause
Download-URL: https://github.com/thomas-haslwanter/scikit-sound
Keywords: sound auditory signals
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE.txt

============
scikit-sound
============

*scikit-sound* contains functions for working with sound 

Dependencies
------------
numpy, scipy

Homepage
--------
http://work.thaslwanter.at/sksound/html/

:Author:  Thomas Haslwanter
:Date:    03-04-2022
:Ver:     0.2.10
:Licence: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
:Copyright:
    |copy| 2022, Thomas Haslwanter, all rights reserved.

.. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN

Installation
------------
You can install scikit-sound with

    pip install scikit-sound

and upgrade to a new version with

    pip install scikit-sound -U

Sound Processing Utilities
==========================

- sounds.Sound ... class, with methods
    * generate_sound
    * get_info
    * play
    * read_sound
    * summary
    * write_wav

Misc Other Utilities
====================

- misc ... GUI routines for standard file- and directory-handling
   * askquestion
   * get_dir
   * get_file
   * progressbar
   * save_file


