Metadata-Version: 2.1
Name: scikit-sound
Version: 0.3.1
Summary: Python utilites for working with sound signals
Home-page: http://work.thaslwanter.at/sksound/html
License: BSD-3-Clause
Keywords: sound,auditory signals
Author: Thomas Haslwanter
Author-email: thomas.haslwanter@fh-ooe.at
Requires-Python: >=3.9
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Dist: appdirs (>=1.4.3)
Requires-Dist: docutils (>=0.3)
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: pygame (>=2.0) ; sys_platform == "linux"
Requires-Dist: pyyaml (>=5.3.1)
Requires-Dist: scipy (>=1.5)
Project-URL: Repository, https://github.com/thomas-haslwanter/scikit-sound
Description-Content-Type: text/markdown

![Title](docs/Images/scikit_sound.png)
============
scikit-sound
============

*scikit-sound* contains functions for working with sound 

Dependencies
------------

numpy, scipy

Homepage
--------

<http://work.thaslwanter.at/sksound/html/>

Author: Thomas Haslwanter Date: 08-10-2024 Ver: 0.3.0 Licence: BSD
2-Clause License (<http://opensource.org/licenses/BSD-2-Clause>)
Copyright (c) 2024, Thomas Haslwanter All rights reserved.

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

