11Metadata-Version: 2.1
22Name: audioQualityTester
3- Version: 0.2
3+ Version: 0.2.2
44Summary: A standalone application for testing the differences of MP3 formats.
55Home-page: https://github.com/SojaSurfer/AudioQualityTester.git
66Author: Julian Wagner
@@ -9,10 +9,11 @@ License: GNU General Public License v3 (GPLv3)
99Classifier: Programming Language :: Python :: 3
1010Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
1111Classifier: Operating System :: OS Independent
12- Requires-Python: >=3.10
12+ Requires-Python: >=3.10,<3.14
1313Description-Content-Type: text/markdown
1414License-File: LICENSE.txt
15- Requires-Dist: bson>=0.5.10
15+ Requires-Dist: wheel<1.0,>=0.30.0
16+ Requires-Dist: setuptools<77.0,>=74.0
1617Requires-Dist: PySide6<=7.0,>=6.0
1718Requires-Dist: PySide6_Addons<=7.0,>=6.0
1819Requires-Dist: PySide6_Essentials<=7.0,>=6.0
@@ -39,19 +40,18 @@ The Audio Quality Tester is a Python tool with GUI that let's you compare lossy
3940## 1 Getting Started
4041Download the release file and pip-install it or build it from source. You need to install ffmpeg.
4142
43+ **FFMPEG**
44+ - macOS: brew install ffmpeg
45+ - Ubuntu/Debian: sudo apt-get install ffmpeg
46+ - Windows: Download FFmpeg from ffmpeg.org and add it to the system PATH.
47+
4248Launch the main function to start the program:
4349```
4450import audioQualityTester
4551
4652audioQualityTester.main()
4753```
4854
49- **FFMPEG**
50- - macOS: brew install ffmpeg
51- - Ubuntu/Debian: sudo apt-get install ffmpeg
52- - Windows: Download FFmpeg from ffmpeg.org and add it to the system PATH.
53-
54-
5555## 2 Documentation
5656The tool will start a GUI which consists out of three screens.
5757
0 commit comments