- Edited
I've created a music game that the user creates a song combining audio loops. I would like to implement a record audio feature so the user can save his song in a wav file.
Is it possible to do it using AudioEffectRecord and AudioStreamSample.save_to_wav() ???
Could not find any examples on how to do it. Need help on this. Anyone?
Thanks!!!