LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can LabVIEW edit the ID3 tag of an MP3 file?

Can LabVIEW edit the ID3 tag of an MP3 file?
0 Kudos
Message 1 of 7
(4,270 Views)
An ID3 tag is just the last 128 bytes of a file and most of it is plain ASCII, so you can read that using Read File and then change it and write back. You can find the structure of the tag in many places.

___________________
Try to take over the world!
Message 2 of 7
(4,271 Views)
That will be simple, thanks.
0 Kudos
Message 3 of 7
(4,265 Views)

Good mooring everyone.

 

I'm a beginner in LabView, can you to me who you get the the ASCII file from the MP3.

Could you make a simple .vi just to understand how that work.

 

Sincerly

 

Kosen

0 Kudos
Message 4 of 7
(3,446 Views)

Sorry I got some typing error.

 

Here is the corrected message.

 

"

Good morning everyone.

 

I'm a beginner in LabView, can you explain to me how you get the the ASCII file from the MP3.

Could you make a simple .vi just to understand how that work.

 

Sincerly

 

Kosen

"

0 Kudos
Message 5 of 7
(3,426 Views)

Any file can be read as an ASCII file, so you can simply use the Read from Text File function to read it.

 

If you have problems, I suggest you open the example finder (Help>>Find Examples) and search for file examples.

 

To learn more about LabVIEW, I would also suggest you try looking at some of these tutorials.


___________________
Try to take over the world!
0 Kudos
Message 6 of 7
(3,416 Views)

 

Hi guy,

that work now.

Thank very much for help.

0 Kudos
Message 7 of 7
(3,406 Views)