We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab51e51 commit 2f14ce4Copy full SHA for 2f14ce4
1 file changed
astrbot/core/pipeline/preprocess_stage/stage.py
@@ -72,6 +72,8 @@ async def process(
72
try:
73
original_path = await component.convert_to_file_path()
74
record_path = await ensure_wav(original_path)
75
+ if record_path != original_path:
76
+ event.track_temporary_local_file(record_path)
77
component.file = record_path
78
component.path = record_path
79
message_chain[idx] = component
0 commit comments