dishadcruze Posted June 26, 2019 Share Posted June 26, 2019 Hi, I am trying to build an webapp (PHP script) to display a waveform of my audio (mp3/wav) file same as VocalPitchMonitor app spmething like this This script gets input file from user and then it shows the waveform with notations(music), which has defined and stored in database. I tried https://github.com/boyhagemann/Wave and https://github.com/afreiday/php-waveform-png. with some customized settings. But it generates a wave like this Is there any script similar to this? or how can i do this? Please suggest Quote Link to comment https://forums.phpfreaks.com/topic/308893-generating-waveform-from-audio-file/ Share on other sites More sharing options...
gw1500se Posted June 26, 2019 Share Posted June 26, 2019 (edited) It will have to be an external program, which you can call from PHP. Google "convert wave form to image". There are several programs that will do that. Edited June 26, 2019 by gw1500se Quote Link to comment https://forums.phpfreaks.com/topic/308893-generating-waveform-from-audio-file/#findComment-1567915 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.