Skip to content

Instantly share code, notes, and snippets.

@wiccy46
Last active August 13, 2019 14:36
Show Gist options
  • Select an option

  • Save wiccy46/7e984c0f95de4db36ea82658f50dbaff to your computer and use it in GitHub Desktop.

Select an option

Save wiccy46/7e984c0f95de4db36ea82658f50dbaff to your computer and use it in GitHub Desktop.
[multichannel_vector_to_matrix]Convert a long multichannel audio vector into a n columns numpy array #python #audio
n_columns_ndarray = long_audio_vector.reshape((-1, num_of_channels))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment