Link to home
Start Free TrialLog in
Avatar of BychkovVV
BychkovVV

asked on

Any way to parse and obtain sound diagram from MP3 using PHP (server side)?

I want to find PHP any library, using which i can get sound-data of MP3 file.
Thanks in advance!
Best wishes!
Vladimir.
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

What sound-data do you want to get?
Avatar of BychkovVV
BychkovVV

ASKER

Time diagram of amplutedes and frequencies
Can you post an example of this, showing the output you want?  I don't know of any way to do this in PHP, but if I can see an example of what you're looking for I will be glad to do some research.
Hello!
Thank you for answer!
I mean structure like this:
  $ret[0] = array("amplitudes" => array(2, 3), "frequences" => array("0.3", "0.5"));
That is will be main frequences and amplitudes Fourier Series.
  $ret[0.1] - analogically. This is step 0.1 seconds, but step may be more or less.
Best wishes.
Vladimir
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of gr8gonzo
gr8gonzo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
@gr8gonzo: Thanks!  Good comments and resources.