Metadata-Version: 2.4
Name: audapa
Version: 1.0.16
Summary: Audio wave file manipulator
Home-page: https://github.com/colin-i/audapa
Author: cb
Author-email: costin.botescu@gmail.com
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pycairo>=1.20.0
Requires-Dist: PyGObject>=3.40
Requires-Dist: appdirs>=1.4.3
Requires-Dist: PyAudio>=0.2.11
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

To remove configuration launch ```audapa --remove-config```.\
PortAudio can ask for portaudio.h (the file is in portaudio19-dev(ubuntu),portaudio-devel(fedora)).\
PyAudio and python 3.10 can report playback errors (install from [here](https://github.com/colin-i/pyaudio) and add libportaudio2 package).\
The audio records are saved where *appdirs.user_data_dir("audapa")* points at (example: ~/.local/share/audapa/1650089398.wav).\
The points are saved in the *\_audapacache\_* folder which is at the file folder or in the home folder if the option is selected. (example: /home/x/audapa/\_audapacache\_/example.wav.json or /home/x/\_audapacache\_/home/x/audapa/example.wav.json)\
Knowing where the points are saved, in the root folder at source, write "example.wav" and click the build button from top-right.\
[Git Page](https://github.com/colin-i/audapa)
