Media Extension

Version 5 (Jan Schacher, 08/03/2009 11:40 am)

1 1
h1. Media Extension
2 1
3 1
4 1
The reason for this extension is to define not only where sources are spatialised, but 
5 1
also to assign content (media files, live inputs, internet streams) to a virtual sound 
6 1
source position.
7 1
8 1
descriptors:
9 3 Jan Schacher
10 3 Jan Schacher
> draft SpatDIF OSC-commands would be:
11 1
<pre>
12 3 Jan Schacher
/spatdif/core/source/1/type adc
13 3 Jan Schacher
/spatdif/core/source/1/channel 1
14 3 Jan Schacher
15 3 Jan Schacher
/spatdif/core/source/2/type file
16 4 Jan Schacher
/spatdif/core/source/2/path /path/to/my/audiofile.wav
17 3 Jan Schacher
18 1
</pre>
19 3 Jan Schacher
20 1
21 1
Question: What to do with stereo and multichannel files ? 
22 5 Jan Schacher
23 5 Jan Schacher
TODO: Research what other formats are doing in this regard 
24 5 Jan Schacher
(EDL edit decision lists in film/video or broadcast wave format)
25 5 Jan Schacher
26 5 Jan Schacher
> draft SpatDIF XML-notation would be:
27 5 Jan Schacher
<pre>
28 5 Jan Schacher
  <spatdif>
29 5 Jan Schacher
    <core>
30 5 Jan Schacher
      <source="1">
31 5 Jan Schacher
        <type="adc"/>
32 5 Jan Schacher
        <channel="1"/>
33 5 Jan Schacher
      </source>
34 5 Jan Schacher
      <source="2">
35 5 Jan Schacher
        <type="file"/>
36 5 Jan Schacher
        <path="/path/to/my/audiofile.wav"/>
37 5 Jan Schacher
        <channel="1"/>
38 5 Jan Schacher
      </source>
39 5 Jan Schacher
    </core>
40 5 Jan Schacher
  </spatdif>
41 5 Jan Schacher
</pre>