samfred2 commited on
Commit
97819ac
·
verified ·
1 Parent(s): 05c22d7

Update audio processing state: next_index=0

Browse files
Files changed (1) hide show
  1. processing_audio_state.json +8 -4
processing_audio_state.json CHANGED
@@ -1,6 +1,10 @@
1
  {
2
- "total_files_uploaded": 102,
3
- "current_zip_version": 0,
4
- "files_since_last_zip": 102,
5
- "files_since_last_state_upload": 102
 
 
 
 
6
  }
 
1
  {
2
+ "total_files_uploaded": 102,
3
+ "current_zip_version": 0,
4
+ "files_since_last_zip": 102,
5
+ "files_since_last_state_upload": 102,
6
+ "file_states": {
7
+ "audio/\u5982\u4f55\u6fc0\u6d3b\u5b57\u5e55.wav": "processing"
8
+ },
9
+ "next_download_index": 0
10
  }