Basic audio/video manipulation

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By berserk
:warning: Old Version Published before Godot 3 was released.

Hello everyone.
Is there an API for doing basic audio and/or video manipulation in Godot?
I mean, is it possible to create an audio file using GDScript?
The file content is not important, audio files consists of numbers which are the samples, and they can be generated in an array. But can I generate such a file?
And about video, is there any video file generator?

Thanks in advance.

Bye, Ivano.

I found AudioServer class does this for audio, what about video?

berserk | 2016-11-09 10:42