Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aarondallas/Wav2NumPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wav2NumPy

Read Wave files directly into NumPy arrays

Synopsis

from wav2numpy import wav2numpy

# Read the first (left) channel of a stereo file
np_array = wav2numpy.read_nparray_stereo_channel('stereo_file.wav', 0)

# Read a mono file
np_array = wav2numpy.read_nparray_mono('mono_file.wav')

About

Read Wave files directly into NumPy arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages