Audio

De Mi caja de notas

Révision datée du 22 avril 2018 à 04:06 par Xtof (discussion | contributions) (Page créée avec « Category:PostType {{emojicon|🎤}} {{stub}} '''<dfn>audio</dfn>''' est un post indieweb de son enregistré qui est parlé ou autrement créé par l'auteu... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

🎤 Cet article est une ébauche. Vous pouvez m'aider à l'améliorer et le compléter. Merci.

audio est un post indieweb de son enregistré qui est parlé ou autrement créé par l'auteur du site.

Pourquoi

Les posts audio, tout spécialemenet avec des mots parlés comme les podcasts, peuvent être très personnels et émotionnellement irrésistibles. À bien des égards, un message audio de haute qualité a un impact très différent sur l'auditeur que l'équivalent en tant que note textuelle.

Comment faire

Use an h-entry as always, and then an HTML5 <audio> element with class name u-audio and src attribute of the URL of the audio file, e.g.

<audio class="u-audio" src="http://ben.example.com/talking.wav" controls="controls">
alternate text content - like a transcript
</audio>

Une couverture d'album pourrait être marquée comme featured.

Exemples IndieWeb

Ben Werdmuller

portrait Ben Werdmüller utilise Known pour poster de l'audio sur son site werd.io depuis le 2014-06-27. Exemple :

Ben Roberts

portrait Ben Roberts posts audio to his site ben.thatmustbe.me since 2015-01-09. Example:

Aaron Parecki

portrait Aaron Parecki posts audio to his site using p3k since 2015-01-18. Publishing:

  • https://aaronparecki.com/2015/01/18/13/
    • The audio file is rendered in an <audio> tag with a class of "u-audio", so that the browser shows an audio player.
  • https://aaronparecki.com/2017/02/17/9/day59
    • The audio is paired with a video and thus rendered in <video><source src="" class="u-video">..., but also provided in a fallback link inside with u-audio so the post can still be used to create an audio podcast feed

Consuming: p3k also consumes the u-audio property (since at least 2017-02-18) for example when posting a repost of another audio post.

Marty McGuire

portrait Marty McGuire posts audio to his site martymcgui.re since 2017-02-19. Example:

Temporal media fragments are supported, using Aaron Parecki's javascript implementation. Example:

Marty also runs an IndieWeb-enabled site for his comedy podcast We Have to Ask which has been posting an h-feed of h-entrys with u-audio since ~August 2016. Example:

Exemples de Silo

SoundCloud

SoundCloud is a silo for audio posts; as well as the audio media file itself, it also expects a poster image to go with it, both for on-site presentation and for creating previews on other silos like facebook. For example this mix has an image that is exported in facebook, twitter, oembed and schema markup to cat as a preview.

Brainstorming

Comment citer et webmention

Citing and sending a Webmention for/to an entire audio post is no different than citing any other post in general.

However there are some interesting cases:

  • A repost of an audio post, e.g. https://aaronparecki.com/2017/02/18/10/
    • has an h-cite with u-url of the original and and embedded u-audio of the full audio media file
    • webmentions work normally for this like any other repost.
  • A podcast using part of an audio post, e.g. https://martymcgui.re/2017/02/18/151503/
    • links to several audio posts on aaronparecki.com, and for each, the martymcgui.re podcast post:
    • SHOULD link to a media fragment indicating the time start and end offsets (as specified in the temporal dimension) for the (presumably continuous) portion of the original audio post used in the podcast.
    • SHOULD send a Webmention with:
      • "source" URL of the podcast post with a media fragment indicating the offset into the podcast where the audio post was used / incorporated
      • "target" URL of the audio post with aforementioned time start and end offsets

Prise en charge des fragments media

Article principal : media fragment

An audio post permalink should support temporal media fragments on the end of its permalink to a specific time offset by cueing up the playback of audio to that specific time (and auto-playing if the audio post would auto-play from the start normally).

Voir Aussi