Prototyping/2019-2020/T3: Difference between revisions
(Created page with "==01== ==02== ==03== ==04== ==05== ==06==") |
No edit summary |
||
Line 1: | Line 1: | ||
==01== | ==01== | ||
Command line audio workstation | |||
* ffmpeg compression / normalisation | |||
* commandline audio editing ... | |||
* extracting chunks -- start / duration | |||
* assembling | |||
* bash scripts with loops / variables | |||
* liquidsoap for editing ... / filters: comb, compand, clip, bpm detection (could we use it to annotate/sort audio), amplify, add, [https://www.liquidsoap.info/doc-1.4.2/reference.html ref] | |||
* text to speech ?? | |||
* phonautograph | |||
Audio probes ... exercise: create a resonance between a given recording and the filter / process applied to it. | |||
* Alvin Lucier's I am Sitting in a room [yt](https://www.youtube.com/watch?v=fAxHlLK3Oyk [ubu](http://www.ubu.com/sound/lucier.html) | |||
* More examples of sound art: http://www.ubu.com/sound/ | |||
==02== | ==02== | ||
Radio webpage | |||
* Audio player (html/js) | |||
* guest book cgi??!! (socially determined captcha !) | |||
* Player: display metadata (Metadata from icecast? https://stackoverflow.com/questions/6115531/is-it-possible-to-get-icecast-metadata-from-html5-audio-element ) TRY! | |||
* Generate podcast/RSS with json + Template (template.py(python+jinja)/makefile) | |||
(meta/way of working Publishing via git/githook TRY! ) | |||
==03== | ==03== | ||
Cross system / bots (2 parts?) | |||
* infobot | |||
* eliza | |||
* mud/moo | |||
* Bot / chatroom | |||
* Radio stream / schedule | |||
* mediawiki API (pull + push) .. example of epicpedia? | |||
* etherpad API (pull + push?) .. example of etherlamp (make js version?) | |||
==04== | ==04== |
Revision as of 16:55, 8 May 2020
01
Command line audio workstation
- ffmpeg compression / normalisation
- commandline audio editing ...
- extracting chunks -- start / duration
- assembling
- bash scripts with loops / variables
- liquidsoap for editing ... / filters: comb, compand, clip, bpm detection (could we use it to annotate/sort audio), amplify, add, ref
- text to speech ??
- phonautograph
Audio probes ... exercise: create a resonance between a given recording and the filter / process applied to it.
- Alvin Lucier's I am Sitting in a room [yt](https://www.youtube.com/watch?v=fAxHlLK3Oyk [ubu](http://www.ubu.com/sound/lucier.html)
- More examples of sound art: http://www.ubu.com/sound/
02
Radio webpage
- Audio player (html/js)
- guest book cgi??!! (socially determined captcha !)
- Player: display metadata (Metadata from icecast? https://stackoverflow.com/questions/6115531/is-it-possible-to-get-icecast-metadata-from-html5-audio-element ) TRY!
- Generate podcast/RSS with json + Template (template.py(python+jinja)/makefile)
(meta/way of working Publishing via git/githook TRY! )
03
Cross system / bots (2 parts?)
- infobot
- eliza
- mud/moo
- Bot / chatroom
- Radio stream / schedule
- mediawiki API (pull + push) .. example of epicpedia?
- etherpad API (pull + push?) .. example of etherlamp (make js version?)