Finish Impress v2 loading, some pre-process left

This commit is contained in:
Timothyxxx
2024-01-23 15:29:23 +08:00
parent 177bae1e92
commit 42b433dce8
8 changed files with 184 additions and 77 deletions

View File

@@ -38,11 +38,17 @@
"libreoffice_impress"
],
"evaluator": {
"func": "check_for_audio",
"func": "compare_audios",
"result": {
"type": "audio_in_slide",
"ppt_file_path": "/home/user/Desktop/Mady_and_Mia_Baseball.pptx",
"slide_index": 0,
"dest": "Baseball.mp3"
},
"expected": {
"type": "vm_file",
"path": "Desktop/Mady_and_Mia_Baseball.pptx",
"dest": "Mady_and_Mia_Baseball.pptx"
"path": "/home/user/Desktop/Baseball.mp3",
"dest": "Baseball_to_be_placed.mp3"
}
}
}