B4A Library Ultimate Audio Library

Hello everyone,

First of all, I'd like to wish everyone a happy new year!
In 2012, I will try to make more and more and better and better libraries for the Basic4Android community.

Now, my first 2012 library is some kind of sequel of the Advanced Camera Library, but instead of working with the camera, the ultimate audio library access features of audio files. (currently .mp3).

it's still in beta version and I will update it with more requests, just like I did with Advanced Camera.

Beta 1 includes:

- Decoding an mp3 file.
- Information about bitrate, etc. Not tested yet!
- Extracting metadata (artist, producer, album, year, etc)
- Setting metaData (artisit, producer, album, year, etc)
- AudioVisualization added! (1.1)

The attachments contains:
- 3 library files (my and 2 others)
- A sample
- A readme

Have fun!

Tomas

I also hope to release 2 more libs tonight:
- AudioVisualisation
- MJPEG
 

Attachments

  • UltimateAudio1.0.zip
    184.1 KB · Views: 450
  • UltimateAudio1.1.zip
    186 KB · Views: 998
Last edited:

Jenki

Member
Licensed User
Longtime User
hi,

I think it is not possible to separate it. Maybe it will fall with getFFT.

cu
jenki
 

hvkaniti

Member
Licensed User
Longtime User
Could anybody please guide me..? I am developing an application which involves editing mp3 albums. I dont know how to change or remove mp3 album art if it is embedded in the mp3 file. Thanks in advance.
 

mvpmedia

Member
Licensed User
Longtime User
I've tried two different devices with both samples (ultimate audio, audio visual) and either I get errors on one device at the initialization point or I get it running but "128" in the log.

How do I get it to monitor the main audio levels and also a mediaplayerstream??
 

Mrjoey

Active Member
Licensed User
Longtime User
Hello everyone,

First of all, I'd like to wish everyone a happy new year!
In 2012, I will try to make more and more and better and better libraries for the Basic4Android community.

Now, my first 2012 library is some kind of sequel of the Advanced Camera Library, but instead of working with the camera, the ultimate audio library access features of audio files. (currently .mp3).

it's still in beta version and I will update it with more requests, just like I did with Advanced Camera.

Beta 1 includes:

- Decoding an mp3 file.
- Information about bitrate, etc. Not tested yet!
- Extracting metadata (artist, producer, album, year, etc)
- Setting metaData (artisit, producer, album, year, etc)
- AudioVisualization added! (1.1)

The attachments contains:
- 3 library files (my and 2 others)
- A sample
- A readme

Have fun!

Tomas

I also hope to release 2 more libs tonight:
- AudioVisualisation
- MJPEG
Hello , ive tested ur library , it works well but there is an issue
when saving metadata to an mp3 file , the created file has only the metadata and the entire data has gone i mean the file wont play anymore cz has no data , the original file is 4mb size , the saved file is 440bytes , hope u ll fix it soon and i suggest to make an filesaved event so when the copy function has done it will rase that event , thx for understanding :)
 
Top