Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Dec 14, 2024
1 parent f2c88db commit f722616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sa/snippets/audio/2501.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set_audio_stream_speed 0@ speed 0.25
1@ = get_audio_stream_duration 0@
print_formatted_now "It will take %f seconds to play this sound" time 5000 args 1@
set_audio_stream_speed 0@ {speed} 0.25
float duration = get_audio_stream_duration 0@
print_formatted_now "It will take %f seconds to play this sound" {time} 5000 {args} duration

0 comments on commit f722616

Please sign in to comment.