binary_data property

binary_data property

Returns the copy of an audio’s data. In case of large amount of data consider using of IAudio.get_stream method to prevent unnecessary loading of audio’s data into memory or even OutOfMemoryException. Read-only int[].

Definition:

@property
def binary_data(self):
    ...

See Also