D
D
Demixovsky2014-10-15 23:39:20
PHP
Demixovsky, 2014-10-15 23:39:20

What is the easiest way to generate an audio file?

Goodnight.
There is a task: there are several short, 5-7 seconds samples. It is necessary to allow the user to select them from the list, then using the "glue" them into one track, which will be played. Something like a talker, only from pre-prepared phrases.
Is it possible to implement this only with the help of web technologies? For example, some php script will glue the samples, and the output will be organized using the <audio>.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
iliyaisd, 2014-10-16
@Demixovsky

Of course you can. For example, let the user select the desired order, in the process of this, you will prepare the desired list of audio with js. Then, using soundmanager, simply start playback in order.

A
alektive, 2014-10-16
@alektive

Either I'm behind the times, or you've come up with something for yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question