C
C
Cyril2017-12-05 07:11:25
PHP
Cyril, 2017-12-05 07:11:25

Is it possible to process audio like this with PHP?

I have a web application written in PHP. When the user clicks on the link, does it navigate to the audio.php script? filename=Lambada.mp3 . The script gives the browser the Lambada.mp3 file , and the user starts listening to "Lambada" music.
Is it possible to make using PHP so that the user can listen not to the whole file, but to some segment? For example, we pass the following parameters to the script: audio.php? filename=Lambada.mp3&start=1:03&end=2:29 . As a result, the script will give the user only a fragment of the audio file (from 1:03 seconds to 2:29 seconds).
How to do this with PHP? Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
_
_umr, 2017-12-05
@Umr001

What's complicated. Pass parameters and edit them with hard and html file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question