molodiuc / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

scikits.audiolab 0.11.0 #253

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would it make sense to include scikits.audiolab for opening audio files?

http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/audiolab/
http://pypi.python.org/pypi/scikits.audiolab/

It seems to work using easy_install.  

There's also a fork that supports opening mp3 files

https://github.com/ronw/audiolab

Original issue reported on code.google.com by omegat...@gmail.com on 3 Jun 2011 at 3:34

GoogleCodeExporter commented 9 years ago
we'll consider it. Anyone seconds?

Original comment by grizzly.nyo on 25 Oct 2011 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 26 Nov 2011 at 7:53

GoogleCodeExporter commented 9 years ago
This is a very specialized tool but, being a scikit, I suppose that we may 
consider it. 

Maybe we should make a poll on doodle to check if this is a popular package or 
not. I'll try and regroup this request with others to make a global popularity 
poll. 

Original comment by pierre.raybaut on 18 Dec 2011 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 18 Dec 2011 at 9:55

GoogleCodeExporter commented 9 years ago
If you are interested in this package, please vote here:
http://www.doodle.com/mwdpnq2kxwcu9erk

Original comment by pierre.raybaut on 18 Dec 2011 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 5 Mar 2012 at 8:40

GoogleCodeExporter commented 9 years ago
no other package in P(x,y) provides this functionality.

Original comment by grizzly.nyo on 19 May 2012 at 11:05

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 19 May 2012 at 11:15

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 3 Nov 2012 at 8:57

GoogleCodeExporter commented 9 years ago
Isn't PyAudio a little more well-rounded, and supported in modern python 
versions? 2.7, 3.3, etc?

http://people.csail.mit.edu/hubert/pyaudio/

I would *really* like to see PyAudio make it into pythonxy. I use it often.

Original comment by SWHar...@gmail.com on 8 May 2013 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 1 Jun 2013 at 10:22

GoogleCodeExporter commented 9 years ago
pyaudio looks better, I would rather have PyAudio than this.

Original comment by sya...@gmail.com on 26 Jun 2013 at 10:49

GoogleCodeExporter commented 9 years ago
I'm pretty sure those do totally different things.

audiolab is for opening and saving sound files (in any format) and converting 
to/from numpy arrays for processing.

Pyaudio is for interfacing with sound cards and reading/writing raw byte 
streams to them.   I don't think it can even open files.

Original comment by omegat...@gmail.com on 26 Jun 2013 at 11:06

GoogleCodeExporter commented 9 years ago
Audiolab is very nice and it's inspired from MATLAB.
"Audiolab is a python package to read/write audio files from numpy arrays. 
Matlab have functions such as wavread, wavwrite, soundsc, etc... The goal of 
audiolab is to give those capabilities to the scipy environment" 
(http://cournape.github.io/audiolab/intro.html)
I vote for it.

Original comment by iacopoma...@gmail.com on 3 Apr 2014 at 2:08