Re: read an mp3? [message #69714] |
Fri, 29 January 2010 19:51 |
R.G.Stockwell
Messages: 163 Registered: October 2004
|
Senior Member |
|
|
> "pp" <pp.penteado@gmail.com> wrote in message
> news:5aba9f20-1584-4ae8-91f1-560ffedde3ed@e19g2000prn.google groups.com...
> On Jan 30, 1:04 am, pp <pp.pente...@gmail.com> wrote:
>> On Jan 30, 12:54 am, "R.G. Stockwell" <noem...@please.com> wrote:
>>
>>> Just curious, does anyone have a routine to read an mp3 file, and if
>>> so, it
>>> is
>>> possible to extract the time series of the data?
>>
>> Not mp3, but if you use something else to convert it to wav, you can
>> read it into IDL with just
>>
>> iopen,file.wav,data
>
> I meant
>
> iopen,'file.wav',data
thanks, pp.
cheers,
bob
|
|
|
Re: read an mp3? [message #69715 is a reply to message #69714] |
Fri, 29 January 2010 19:27  |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On Jan 30, 1:04 am, pp <pp.pente...@gmail.com> wrote:
> On Jan 30, 12:54 am, "R.G. Stockwell" <noem...@please.com> wrote:
>
>> Just curious, does anyone have a routine to read an mp3 file, and if so, it
>> is
>> possible to extract the time series of the data?
>
> Not mp3, but if you use something else to convert it to wav, you can
> read it into IDL with just
>
> iopen,file.wav,data
I meant
iopen,'file.wav',data
|
|
|
Re: read an mp3? [message #69716 is a reply to message #69715] |
Fri, 29 January 2010 19:04  |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On Jan 30, 12:54 am, "R.G. Stockwell" <noem...@please.com> wrote:
> Just curious, does anyone have a routine to read an mp3 file, and if so, it
> is
> possible to extract the time series of the data?
Not mp3, but if you use something else to convert it to wav, you can
read it into IDL with just
iopen,file.wav,data
|
|
|