LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create a MP'3

Hello,

 

is it possible to create a MP´3 file with LabView? The data-array of the MP`3 is available, the data-plugin to write the array to the file also. But how can

i create the file?

 

Best wishes

 

Kevin

 

0 Kudos
Message 1 of 5
(4,144 Views)

Hello Kevin!

 

What exactly is the content of the array? Is it waveform data? Is the data-plugin a VI?

Maybe you can post the data-plugin and some sample data so we understand the situation better.

 

Regards,

  Georg

0 Kudos
Message 2 of 5
(4,115 Views)

Hello Georg,

 

here some pictures, the first shows the old version of the VI. In this version was used a VI (Snd Write Wave File)

to create a .wav file, but now I want to solve it with a MP'3. As you can see, here i have a float array:

 

BlockdiagrammI.jpg 

 

To write the data-array into an MP'3, I wanted to use this DataPlugin:

 

BlockdiagrammII.jpg

 

 

But to use this DataPlugin. i have to open the data storage in form of a MP'3 file. My question: how can i create such file?

I think there are conventions that I have to observed, right? or should I use a dummy file that is copied before?

 

I hope you understand me. And sorry that the pictures are in German.

 

Kevin

0 Kudos
Message 3 of 5
(4,097 Views)

Unless you get real crazy in LabVIEW, your best bet is to use some external library and send audio through that.  LAME is one I've used in the past, but not with LV.  Works well.

0 Kudos
Message 4 of 5
(4,087 Views)

Hi Kevin,

 

the Audio DataPlugin supports reading MP3 files, but unfortunately not writing...

 

Best Regards,

Mavis

0 Kudos
Message 5 of 5
(4,073 Views)