Hi there,

This site has a focus on music. Not being able to share audio clips makes no sense. Of course you can use a third party tool to share audio clips but I think the barrier is too big.

Here’s what I want to do: I want to create a micro application that allows people to upload audio or video clips to be able to embed them into their posts. The design goals are:

  • low barrier of entry
  • good viewing experience
  • useful on mobile

Now I can easily do the technical stuff (upload and store files, embedding, deployment) but I’ve always had a hard time with graphical design for small apps with very few features.

Would any of you have the skills and time to contribute a design?

  • macniel@feddit.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    So in essence an imgur but for audio.

    Instead of a grid of images you have a list of audio clips (represented as waveforms for example), perhaps annotated with metadata, tags and or a short descriptive text (what about deaf people?).

    Could people just drop-in audio without the need to register, what about deletion. What about copyright claims/DMCA? Can people edit/manipulate their uploads?

    What about discoverability, would there be a search function or should it just be a dump space for which you get a link as a reference to your uploaded audio file?

    • ChappIO@waveform.socialOPM
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      It’s way simpler than that. No lists, no accounts, no search. You literally just upload a file and get a link to a viewer/player. The main place to be will still be waveform.social, this clips thing is just a way to upload media to get a link to share on waveform.social.

      With regard to copyright claims: a link to send an email in the footer would be enough. I can go and delete any infringing content.

      If at some point people would like to do more (like delete their content) then we can add it at that point. But right now I want to do the simplest thing that could possibly work.

      • macniel@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I see.

        I guess you can just use the same look and feel of your instance. And take the create post screen as reference. Instead of uploading an image, you change it to accept audio/* instead.

        Once the audio is uploaded, you can process it via ffmpeg to turn it into a visually appealing waveform png you then can show the users. Next to it would be a play and pause button, and seeking is done by sliding over the waveform (it also shows the current location by graying out the given portion like a progress bar).

        Once an audio is uploaded, you also could generate a UUID to reference that exact post for embedding or linking.

        In embedded form: you see the same playback controls as the uploader, including the waveform.