> For the complete documentation index, see [llms.txt](https://textav.gitbook.io/textav-event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://textav.gitbook.io/textav-event/projects/hyperaudio.md).

# hyperaudio

{% embed url="<https://www.youtube.com/embed/Epe42APLMQM?start=1158>" %}

## Links:

SLIDES: <http://bit.ly/2uIlLfz>

## Notes:

* Started off as a project for initial Mozilla
  * Demo: <http://happyworm.com/jPlayerLab/audiotextsync/v13/>
* Hyperaudio in action at&#x20;

  <http://www.radiolab.org/story/127390-hyper-audio-experiment/>

  "As hypertext is to text, hyperaudio is to audio."

  Hyperaudio is actually video!
* Worked with Al Jazeera as a Mozilla-Knight open news fellow, mapping how often words are used in things like the presidential debate
  * Example: <http://www.aljazeera.com/indepth/interactive/2012/10/20121023134433218846.html>
  * (currently not working due to duff video link :( )
* “When we synchronize audio with text, we can manipulate audio in the same way we can text.”
  * Demo available here: <http://hyperaud.io/pad/>
  * Edit, fade, trim.
  * This project was funded by the Knight Foundation.
  * “It was non-destructive editing”
  * Open source, seeking contributors. -
  * <https://github.com/hyperaudio>

    -<https://github.com/hyperaudio/hyperaudio-lite> example&#x20;
  * <http://hyperaud.io/lab/halite/v18/> (select text -&#x20;
  * creates a tweet with&#x20;
* Similar tools --
  * WNYC's Audiogram&#x20;
  * <https://github.com/nypublicradio/audiogram>
  * This American Life's Shortcut&#x20;
  * <https://shortcut.thisamericanlife.org/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://textav.gitbook.io/textav-event/projects/hyperaudio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
