Get data from audio streams.

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

I know it is possible to sample a pixel or multiple pixels from an image, but could I sample points in an audio stream??

:bust_in_silhouette: Reply From: hungrymonkey

http://docs.godotengine.org/en/latest/classes/class_audiostreamsample.html?highlight=audiostreamsample

there is a call called get_data it returns a PoolByteArray