Search code examples
phphtmlaudioaudio-recording

Is it possible to host an audio recorder and editor on a web application? How?


Basically I have a web application made with PHP that allows users to publish short audio clips from their desktop to my server. As an added feature, I would like to create a recording platform that allows users to:

  1. Record their audio

  2. Apply voice filters (from an existing library)

  3. Apply background audio (from an existing library)

The resulting audio is then tagged with certain descriptions and is uploaded to the server.

I'm unsure how to go about doing this, and my searches for existing libraries to do this have come up empty. Could I maybe use an open-source project like Audacity for this? I'm unfamiliar with how to determine what project can be used as an online web application and what projects can only exist as a desktop application.


Solution

  • Here are some references but I am no expert in audio field so they might not do everything you might require.

    Anyways, it took me a simple google search to yield these libraries, so please learn to research and discover on your own.