Commit
Β·
89955d0
1
Parent(s):
8ca7c55
final
Browse files
agent2.py
CHANGED
|
@@ -210,7 +210,7 @@ def create_fallback_audio():
|
|
| 210 |
|
| 211 |
write(fallback_path, sample_rate, np.int16(footstep * 32767))
|
| 212 |
print(f"β
Created fallback audio at: {fallback_path}")
|
| 213 |
-
return
|
| 214 |
|
| 215 |
except Exception as e:
|
| 216 |
print(f"β Failed to create fallback audio: {e}")
|
|
|
|
| 210 |
|
| 211 |
write(fallback_path, sample_rate, np.int16(footstep * 32767))
|
| 212 |
print(f"β
Created fallback audio at: {fallback_path}")
|
| 213 |
+
return r"./audio/Footsteps on Gravel Path Outdoor.mp3"
|
| 214 |
|
| 215 |
except Exception as e:
|
| 216 |
print(f"β Failed to create fallback audio: {e}")
|