Metadata-Version: 2.4
Name: scikit-sound
Version: 0.2.13
Summary: Python utilites for working with sound signals
Home-page: http://work.thaslwanter.at/sksound/html
Download-URL: https://github.com/thomas-haslwanter/scikit-sound
Author: Thomas Haslwanter
Author-email: thomas.haslwanter@fh-linz.at
License: http://opensource.org/licenses/BSD-2-Clause
Keywords: sound auditory signals
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
Requires-Dist: docutils>=0.3
Requires-Dist: appdirs
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

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

*scikit-sound* contains functions for working with sound 

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

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

:Author:  Thomas Haslwanter
:Date:    06-12-2023
:Ver:     0.2.13
:Licence: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
:Copyright:
    |copy| 2023, 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
