python-audio-autotest-3.10 1.6rc1__py3-none-any.whl → 1.6.2rc0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyaatlibs/__init__.py +1 -1
- pyaatlibs/apk/audioworker.apk +0 -0
- {python_audio_autotest_3_10-1.6rc1.dist-info → python_audio_autotest_3_10-1.6.2rc0.dist-info}/METADATA +17 -1
- {python_audio_autotest_3_10-1.6rc1.dist-info → python_audio_autotest_3_10-1.6.2rc0.dist-info}/RECORD +7 -7
- {python_audio_autotest_3_10-1.6rc1.dist-info → python_audio_autotest_3_10-1.6.2rc0.dist-info}/WHEEL +0 -0
- {python_audio_autotest_3_10-1.6rc1.dist-info → python_audio_autotest_3_10-1.6.2rc0.dist-info}/licenses/LICENSE +0 -0
- {python_audio_autotest_3_10-1.6rc1.dist-info → python_audio_autotest_3_10-1.6.2rc0.dist-info}/top_level.txt +0 -0
pyaatlibs/__init__.py
CHANGED
pyaatlibs/apk/audioworker.apk
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python-audio-autotest-3.10
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.6.2rc0
|
4
4
|
Summary: This is a auto-testing framework of audio functions for Android devices.
|
5
5
|
Home-page: https://github.com/HW-Lee/AudioAutoTest
|
6
6
|
Author: Hao-Wei Lee
|
@@ -34,6 +34,22 @@ This is a auto-testing framework of audio functions for Android devices.
|
|
34
34
|
- For checking the detailed information of APIs, please refer to the [documentation](https://github.com/HW-Lee/AudioAutoTest/blob/master/libs/README.md)
|
35
35
|
|
36
36
|
## Release Note
|
37
|
+
### v1.6.x
|
38
|
+
|
39
|
+
### v1.6.1
|
40
|
+
- Update audioworker.apk (e15de78-python-audio-autotest-v1.6.1)
|
41
|
+
- fix: Correct channel mask selection for AudioFormat
|
42
|
+
|
43
|
+
### v1.6
|
44
|
+
- Update audioworker.apk (47d7dac-python-audio-autotest-v1.6)
|
45
|
+
- Style: Apply AOSP Java code style
|
46
|
+
- audioworker: Comply with Scoped Storage and add audio features
|
47
|
+
- chore: Upgrade Gradle and AGP to 8.13
|
48
|
+
- Dynamically read APK version instead of using a hardcoded value.
|
49
|
+
- Grant MANAGE_EXTERNAL_STORAGE permission for modern Android.
|
50
|
+
- Improve robustness of on-device timestamp parsing.
|
51
|
+
- style: Add pyink configuration and format python files.
|
52
|
+
|
37
53
|
### v1.5
|
38
54
|
### v1.5.11
|
39
55
|
- Update audioworker.apk (bc49bba-python-audio-autotest-v1.5.11)
|
{python_audio_autotest_3_10-1.6rc1.dist-info → python_audio_autotest_3_10-1.6.2rc0.dist-info}/RECORD
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
pyaatlibs/__init__.py,sha256=
|
1
|
+
pyaatlibs/__init__.py,sha256=B66A1TWc-2KdJSiNy5HWOk-KvbuhA3LaDkAYOKSBtq0,358
|
2
2
|
pyaatlibs/aatapp.py,sha256=VdytLjApP8BHMudhQOs_nhhC44RhPeDAzeNUy_3SK_k,9644
|
3
3
|
pyaatlibs/activitystatemachine.py,sha256=q2AEkToQmVVcvOGt4jGWq0ryWqSGYGUELSVCECAU5Pk,323
|
4
4
|
pyaatlibs/adbutils.py,sha256=M7N-4uxIzs6krWwb7GhPvld2gPZPGAKWsRMRpgvzXX0,16002
|
@@ -15,11 +15,11 @@ pyaatlibs/signalmatcher.py,sha256=Zj8Kq4Iz5UNDFp9s6xffHVg_Rk6QkOuTEzt-dZm6gIA,19
|
|
15
15
|
pyaatlibs/timeutils.py,sha256=PifZ1kmmTmfJB9VyhMyGHVKjuys0asQqF16RSWcYHkA,2651
|
16
16
|
pyaatlibs/trials.py,sha256=sksmFIU-FT787ztfyT1Rl7HW_j6ltd4pV56pyV9gR3g,2492
|
17
17
|
pyaatlibs/apk/audiofunctionsdemo.apk,sha256=GG06POXrPOphMNsm5pD4XPfzVF8FXQ1ruupJFO2V8iQ,3205247
|
18
|
-
pyaatlibs/apk/audioworker.apk,sha256=
|
18
|
+
pyaatlibs/apk/audioworker.apk,sha256=vyClmTTrLvdHg2WtgPnzXoadkfFRIu6c49LDV6J8NX8,29200939
|
19
19
|
pyaatlibs/tests/audioworker_test.py,sha256=Gvadajd1jW8Ob2zZ1kRFQf3WRe4WBeBKjc6e3EoQEHM,20865
|
20
20
|
pyaatlibs/tests/conftest.py,sha256=Ng_ClpNsY-62bo8O0zCl702jy9AcwdteakJ1vhlOCTk,293
|
21
|
-
python_audio_autotest_3_10-1.
|
22
|
-
python_audio_autotest_3_10-1.
|
23
|
-
python_audio_autotest_3_10-1.
|
24
|
-
python_audio_autotest_3_10-1.
|
25
|
-
python_audio_autotest_3_10-1.
|
21
|
+
python_audio_autotest_3_10-1.6.2rc0.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
22
|
+
python_audio_autotest_3_10-1.6.2rc0.dist-info/METADATA,sha256=4z7xDpgVEB-XCy4HTChAT5UizcI-qgiRw2jp3pmMGb8,5845
|
23
|
+
python_audio_autotest_3_10-1.6.2rc0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
24
|
+
python_audio_autotest_3_10-1.6.2rc0.dist-info/top_level.txt,sha256=MyCr1MMMQB2sjxyhlZSJPG4Fx10ya00APmhY7r1fSoQ,10
|
25
|
+
python_audio_autotest_3_10-1.6.2rc0.dist-info/RECORD,,
|
{python_audio_autotest_3_10-1.6rc1.dist-info → python_audio_autotest_3_10-1.6.2rc0.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|