How to save AudioStreamPlayer/Bus output as wav/ogg

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Roman

Is it possible to save the output of Audio Bus after effects have been applied into a wav/ogg/pcm file? How to do this without changing Godot’s source?

:bust_in_silhouette: Reply From: uriel

yes, it is possible, you have to add a record effect to your bus at the end of the list.
this record effect let you save your recording on a specific location on your drive after it has been treated by other effects.

just have a look on the record effect in the doc:
record API