atoof commited on
Commit
6358198
·
0 Parent(s):

CineAudioDB: 9 real productions, 24-bit/48kHz FLAC stems (dialogue/music/sfx) with linear & production mixes

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. NOTICE.md +52 -0
  3. README.md +200 -0
  4. data/film_01/dialogue.flac +3 -0
  5. data/film_01/fine/arch.flac +3 -0
  6. data/film_01/fine/bg.flac +3 -0
  7. data/film_01/fine/dx.flac +3 -0
  8. data/film_01/fine/fol.flac +3 -0
  9. data/film_01/fine/fx.flac +3 -0
  10. data/film_01/fine/mx.flac +3 -0
  11. data/film_01/fine/pfx.flac +3 -0
  12. data/film_01/fine/vo.flac +3 -0
  13. data/film_01/linear_mix.flac +3 -0
  14. data/film_01/music.flac +3 -0
  15. data/film_01/sfx.flac +3 -0
  16. data/film_02/dialogue.flac +3 -0
  17. data/film_02/linear_mix.flac +3 -0
  18. data/film_02/music.flac +3 -0
  19. data/film_02/production_mix.flac +3 -0
  20. data/film_02/sfx.flac +3 -0
  21. data/film_03/dialogue.flac +3 -0
  22. data/film_03/linear_mix.flac +3 -0
  23. data/film_03/music.flac +3 -0
  24. data/film_03/production_mix.flac +3 -0
  25. data/film_03/sfx.flac +3 -0
  26. data/film_04/dialogue.flac +3 -0
  27. data/film_04/linear_mix.flac +3 -0
  28. data/film_04/music.flac +3 -0
  29. data/film_04/production_mix.flac +3 -0
  30. data/film_04/sfx.flac +3 -0
  31. data/film_05/dialogue.flac +3 -0
  32. data/film_05/linear_mix.flac +3 -0
  33. data/film_05/music.flac +3 -0
  34. data/film_05/production_mix.flac +3 -0
  35. data/film_05/sfx.flac +3 -0
  36. data/film_06/dialogue.flac +3 -0
  37. data/film_06/linear_mix.flac +3 -0
  38. data/film_06/music.flac +3 -0
  39. data/film_06/production_mix.flac +3 -0
  40. data/film_06/sfx.flac +3 -0
  41. data/film_07/dialogue.flac +3 -0
  42. data/film_07/linear_mix.flac +3 -0
  43. data/film_07/music.flac +3 -0
  44. data/film_07/sfx.flac +3 -0
  45. data/film_08/dialogue.flac +3 -0
  46. data/film_08/linear_mix.flac +3 -0
  47. data/film_08/music.flac +3 -0
  48. data/film_08/sfx.flac +3 -0
  49. data/film_09/dialogue.flac +3 -0
  50. data/film_09/linear_mix.flac +3 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.flac filter=lfs diff=lfs merge=lfs -text
2
+ *.wav filter=lfs diff=lfs merge=lfs -text
NOTICE.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # NOTICE — Source attributions
2
+
3
+ CineAudioDB contains audio **derived from** the works below. Attribution is required by the
4
+ Creative Commons licenses of the source material. The mapping between these works and the
5
+ anonymized `film_0X` identifiers is intentionally not published; this notice provides the
6
+ attribution required by the CC-BY licenses without de-anonymizing the dataset.
7
+
8
+ ## Creative Commons source works (open-source animations)
9
+
10
+ The open-source animation productions are derived from short films produced by the
11
+ **Blender Foundation / Blender Institute** (https://www.blender.org), released under
12
+ Creative Commons Attribution licenses:
13
+
14
+ - **Sprite Fright** — © Blender Foundation, cloud.blender.org — licensed **CC-BY 4.0**
15
+ - **Cosmos Laundromat: First Cycle** — © Blender Foundation, gooseberry.blender.org — licensed **CC-BY 4.0**
16
+ - **Glass Half** — © Blender Foundation — licensed **CC-BY 3.0**
17
+
18
+ Derived audio in this dataset (isolated stems, stereo downmixes, linear and reconstructed
19
+ mixes) constitutes adaptations of the original soundtracks. The original works remain
20
+ © Blender Foundation and are used under the terms of their respective CC-BY licenses.
21
+ No endorsement by the Blender Foundation is implied.
22
+
23
+ Sound effects and ambiences within these soundtracks may themselves originate from
24
+ third-party libraries (e.g. Freesound) under their own licenses; consult the original
25
+ productions' credits for details.
26
+
27
+ ## CC-BY-SA source work (Morevna / Pepper & Carrot)
28
+
29
+ Four productions (the English and Russian versions of two animated shorts) are derived from the
30
+ **Pepper & Carrot** motion-comic adaptation by the **Morevna Project**, based on the webcomic
31
+ **Pepper & Carrot by David Revoy** (https://www.davidrevoy.com, https://morevnaproject.org),
32
+ released under **Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA 4.0)**.
33
+
34
+ Because CC-BY-SA is **copyleft**, any redistribution of these derived stems/mixes (and arguably any
35
+ dataset bundle containing them) must itself be licensed **CC-BY-SA 4.0** with attribution. Keep these
36
+ items' licensing distinct from the CC-BY material above.
37
+
38
+ The dialogue/music/sfx stems for these two were **rendered from the production's Blender VSE** (audio
39
+ strips grouped by source folder and mixed down per group).
40
+
41
+ **Embedded third-party audio:** the sound-effects and music in this production are **third-party clips
42
+ assembled from Freesound and other CC sources**, each with its own license and required attribution
43
+ (e.g. contributors potentjello, kwahmah_02, FreqMan, GowlerMusic, Benboncan, joedeshon, edhutschek,
44
+ AudioRiggs, unfa, Taira Komori, and others — full list in the source project's `credits/sound-fx.txt`).
45
+ **These individual clip licenses have not been audited here and may include NonCommercial (CC-BY-NC)
46
+ terms** — review them before any commercial use or redistribution.
47
+
48
+ ## License of the dataset compilation
49
+
50
+ The selection, arrangement, processing scripts, and metadata of CineAudioDB are provided for
51
+ research use. Downstream users must honor the per-production licenses recorded in
52
+ `metadata.csv` and `films.json`.
README.md ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: CineAudioDB
3
+ license: other
4
+ license_name: mixed-cc-by-sa-and-cc-by
5
+ language:
6
+ - en
7
+ - fr
8
+ - de
9
+ - ru
10
+ task_categories:
11
+ - audio-to-audio
12
+ tags:
13
+ - audio-source-separation
14
+ - cinematic-audio
15
+ - music-source-separation
16
+ - speech-enhancement
17
+ - dnr
18
+ - film-audio
19
+ size_categories:
20
+ - n<1K
21
+ ---
22
+
23
+ # CineAudioDB
24
+
25
+ **A real-world evaluation set for cinematic audio source separation.**
26
+
27
+ CineAudioDB contains real film/animation productions with ground-truth stems
28
+ (**dialogue**, **music**, **sfx**) for evaluating cinematic source-separation models.
29
+ Unlike synthetic datasets that sum stems linearly, real productions are mixed with a
30
+ non-linear mastering chain (compression, limiting, sidechain ducking, reverb), so the
31
+ released stems do **not** generally sum to the mastered mix. To support fair evaluation
32
+ under both assumptions, every production is provided in two input versions:
33
+
34
+ - **`linear_mix`** — the three stems summed (perfectly additive: `mix = dialogue + music + sfx`).
35
+ - **`production_mix`** — the real mastered stereo mix (non-additive; this is what audiences hear).
36
+
37
+ This is the real-content evaluation companion to the synthetic generation pipeline described
38
+ in the accompanying paper.
39
+
40
+ ## At a glance
41
+
42
+ | | |
43
+ |---|---|
44
+ | Productions | 9 (7 open-source animations + 2 student production) |
45
+ | Stems | `dialogue`, `music`, `sfx` (ambience merged into sfx); `film_01` also ships 8 fine stems → 3-/4-stem groupings |
46
+ | Mix versions | `linear_mix` (additive), `production_mix` (mastered, where available) |
47
+ | Total duration | **2.46 h** |
48
+ | Audio format | **FLAC (lossless), 24-bit, 48 kHz** |
49
+ | Channels | stereo (one production is mono native) |
50
+
51
+ ## Why two mix versions
52
+
53
+ Mask-based separators (e.g. Bandit, MRX) assume `mix = Σ stemₖ` and estimate each source as
54
+ `ŝₖ = x ⊙ mₖ`. Real mastered mixes break this assumption: mastering redistributes and limits
55
+ energy so individual stems routinely exceed the mix in some time-frequency bins.
56
+
57
+ - Evaluate on **`linear_mix`** to isolate model quality from the mixing-process mismatch
58
+ (the input decomposes *exactly* into the ground-truth stems).
59
+ - Evaluate on **`production_mix`** to measure real deployment performance on professionally
60
+ mastered audio. Because the mapping is non-additive, scale-/shift-sensitive metrics (e.g.
61
+ SI-SNR) are best complemented by listening tests.
62
+
63
+ ## Directory structure
64
+
65
+ ```
66
+ CineAudioDB/
67
+ ├── README.md
68
+ ├── NOTICE.md # source attributions (CC-BY)
69
+ ├── metadata.csv # one row per audio file (HF audiofolder-compatible)
70
+ ├── films.json # per-production summary
71
+ └── data/
72
+ ├── film_01/ # dialogue, music, sfx, linear_mix (additive)
73
+ │ └── fine/ # 8 atomic print-master stems (see below)
74
+ ├── film_02/ # dialogue, music, sfx, linear_mix, production_mix
75
+ ├── film_03/ # dialogue, music, sfx, linear_mix, production_mix (mono)
76
+ └── film_04/ # dialogue, music, sfx, linear_mix, production_mix
77
+ ```
78
+
79
+ Within a production, every file has identical length, sample rate, and channel count.
80
+
81
+ ### Fine stems (film_01)
82
+
83
+ `film_01` is delivered as a full professional print master, so it uniquely ships its **8 atomic
84
+ stem categories** in `data/film_01/fine/` — `dx` (dialogue), `vo` (voice-over), `mx` (music),
85
+ `fx` (hard effects), `fol` (foley), `bg` (backgrounds/ambience), `pfx` (production effects),
86
+ `arch` (archival). They are scaled by the same per-production gain as the 3-stem files, so any
87
+ grouping sums **exactly** (to 24-bit precision) to the corresponding stem and to `linear_mix`:
88
+
89
+ | grouping | dialogue | music | ambience | sfx |
90
+ |---|---|---|---|---|
91
+ | **3-stem** (top-level files) | `dx+vo` | `mx` | — | `fx+fol+bg+pfx+arch` |
92
+ | **4-stem** (paper's synthesis taxonomy) | `dx+vo` | `mx` | `bg` | `fx+fol+pfx+arch` |
93
+
94
+ ```python
95
+ import soundfile as sf, numpy as np
96
+ fine = "data/film_01/fine/"
97
+ def s(*names): return sum(sf.read(fine+n+".flac")[0] for n in names)
98
+ dialogue, music, ambience, sfx = s("dx","vo"), s("mx"), s("bg"), s("fx","fol","pfx","arch")
99
+ # dialogue + music + ambience + sfx == data/film_01/linear_mix.flac (24-bit precision)
100
+ ```
101
+
102
+ ## Productions (anonymized)
103
+
104
+ | id | duration | channels | mix type | production_mix | source | license |
105
+ |----|---------:|----------|----------|:--------------:|--------|---------|
106
+ | `film_01` | 78.00 min | stereo (downmix from 5.1) | additive¹ | — | student production | **CC-BY-SA-4.0** |
107
+ | `film_02` | 12.11 min | stereo | non-additive | ✓ | open-source animation | CC-BY-4.0 |
108
+ | `film_03` | 10.45 min | **mono** | non-additive | ✓ | open-source animation | CC-BY-4.0 |
109
+ | `film_04` | 3.22 min | stereo (DAW reconstruction) | non-additive | ✓ | open-source animation | CC-BY-3.0 |
110
+ | `film_05` | 7.58 min | stereo (Blender VSE render) | non-additive | ✓ | open-source animation (EN) | **CC-BY-SA-4.0** |
111
+ | `film_06` | 7.59 min | stereo (Blender VSE render) | non-additive | ✓ | open-source animation (RU) | **CC-BY-SA-4.0** |
112
+ | `film_07` | 1.89 min | stereo (Blender VSE render) | additive³ | — | open-source animation (EN) | **CC-BY-SA-4.0** |
113
+ | `film_08` | 1.90 min | stereo (Blender VSE render) | additive³ | — | open-source animation (RU) | **CC-BY-SA-4.0** |
114
+ | `film_09` | 25.00 min | stereo | non-additive | ✓ | student production | **CC-BY-SA-4.0** |
115
+
116
+
117
+ ## Audio format & normalization
118
+
119
+ - **FLAC (lossless), 24-bit, 48 kHz** throughout — bit-exact to the source PCM (verified `maxdiff=0`),
120
+ decoded transparently by `soundfile` and 🤗 `datasets`.
121
+ - Surround sources are downmixed to stereo via **ITU-R BS.775**
122
+ (`Lt = L + 0.707·C + 0.707·Ls`, `Rt = R + 0.707·C + 0.707·Rs`; LFE dropped).
123
+ - A single per-production gain is applied uniformly to **all** files of that production so the
124
+ loudest signal peaks at **−1 dBFS** (no clipping in fixed-point). This preserves the additive
125
+ property (`linear_mix = g·(dialogue+music+sfx)`) and the relative balance between stems and the
126
+ production mix. The applied gain is recorded in `films.json`.
127
+ - Additivity verified: `max|dialogue+music+sfx − linear_mix| ≈ 2·10⁻⁷` (24-bit quantization floor).
128
+
129
+ ## Loading
130
+
131
+ ```python
132
+ import soundfile as sf
133
+
134
+ # additive evaluation: input decomposes exactly into the targets
135
+ mix, sr = sf.read("data/film_02/linear_mix.flac")
136
+ dia, _ = sf.read("data/film_02/dialogue.flac")
137
+ mus, _ = sf.read("data/film_02/music.flac")
138
+ sfx, _ = sf.read("data/film_02/sfx.flac")
139
+ # mix == dia + mus + sfx (to 24-bit precision)
140
+
141
+ # real-world evaluation: mastered, non-additive input
142
+ prod, _ = sf.read("data/film_02/production_mix.flac")
143
+ ```
144
+
145
+ Or via 🤗 `datasets` (each row = one audio file; filter on `component` / `kind` / `film_id`):
146
+
147
+ ```python
148
+ from datasets import load_dataset
149
+ ds = load_dataset("audiofolder", data_dir="CineAudioDB", split="test")
150
+ stems = ds.filter(lambda r: r["kind"] == "target_stem")
151
+ ```
152
+
153
+ `metadata.csv` columns: `file_name, film_id, component, kind, channels, sample_rate, bit_depth,
154
+ frames, duration_sec, peak, mix_type, source_type, license`.
155
+
156
+ ## Processing & provenance
157
+
158
+ Each production arrived in a different state; all were normalized to the layout above.
159
+
160
+ - **film_01** — 8 professional print-master stem categories (DX, VO, MX, FX, FOL, BG, PFX, ARCH),
161
+ each as six 24-bit mono channels of a 5.1 mix. Each category was downmixed to stereo (BS.775) and
162
+ grouped: `dialogue = DX+VO`, `music = MX`, `sfx = FX+FOL+BG+PFX+ARCH`.
163
+ - **film_02** — stems trimmed of 11.45 s trailing silence to align with the mastered mix; mono
164
+ center dialogue duplicated to L=R; original 24-bit stereo master used as `production_mix`.
165
+ - **film_03** — native **mono, 16-bit**; kept mono (stereo cannot be honestly recovered) and upcast
166
+ to 24-bit. The supplied mixture is the mastered `production_mix`.
167
+ - **film_04** — reconstructed from a DAW (Ardour) session by rendering each region (source slice,
168
+ region gain, fades, center pan) into per-category stereo buses; reverb sends and master-bus
169
+ plugins are intentionally **not** replicated, which is what makes the stems dry and the mix
170
+ non-additive. The real session render is the `production_mix`, advanced by 682 samples (~14 ms)
171
+ to compensate for master-bus latency and align with the stems.
172
+
173
+ ## Known limitations
174
+
175
+ - **film_03 is mono.** Its `dialogue`/`music`/`sfx` and both mixes are single-channel.
176
+ - **film_04 stems are dry reconstructions.** They omit master-bus reverb/EQ/limiting; the intro/outro
177
+ theme music audible in its `production_mix` is *not* isolated in the stems (it existed only inside a
178
+ full-mix bounce and was excluded to keep the music target clean). This is a genuine non-additive gap.
179
+ - **`production_mix` ≠ Σ stems** for `film_02`–`film_04` by design. Use `linear_mix` when you need exact
180
+ additivity.
181
+ - Surround productions lose the LFE channel in the stereo downmix (standard practice).
182
+
183
+ ## Citation
184
+
185
+ ```bibtex
186
+ @inproceedings{cineaudiodb2026,
187
+ title = {Realistic Data Generation and Evaluation for Cinematic Audio Source Separation},
188
+ author = {Anonymous},
189
+ booktitle = {Interspeech (under review)},
190
+ year = {2026}
191
+ }
192
+ ```
193
+
194
+ ## Licensing & attribution
195
+
196
+ This dataset mixes licenses. See **[NOTICE.md](NOTICE.md)** for the required attributions of the
197
+ Creative Commons source works. The open-source animations are derived from CC-BY films
198
+ (© Blender Foundation); the student productions are released under **CC-BY-SA 4.0**. You must
199
+ comply with the per-production licenses
200
+ listed in `metadata.csv` / `films.json`.
data/film_01/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b6ff6c9668d536c9f5bc796b1be6eda38f072927cfdaaa3d7f1f7cc4263eb50
3
+ size 452352843
data/film_01/fine/arch.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1784957fccee469465c619474d16c1296444a16e34bf15df9da3ec0f7237310
3
+ size 212227462
data/film_01/fine/bg.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebd347e28182ba289c31b4cc48ab586817584c30b7bcf9cc3f899aa902e83167
3
+ size 523615411
data/film_01/fine/dx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7f5edfd2eaa241423452862bd0230723d1089569d814a00229817cee164e3c3
3
+ size 326117988
data/film_01/fine/fol.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85261d6d67fa1eb98a8829f61e7f70ca269c6e096d5a9dcd6767123e1f3927f9
3
+ size 292495565
data/film_01/fine/fx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3788ac96c7e7069f68c137ed5aca19f85ae664b29495480e60d6a73b445b391f
3
+ size 238806290
data/film_01/fine/mx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db18fbb9b31b89b95c96a8f736964a259971d956ff499908a0b3520d08a34f3
3
+ size 434629699
data/film_01/fine/pfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239860eebb7f9276f621dc42326e1d7b9b665a3fe51a09c230187deb1974c0f1
3
+ size 237489739
data/film_01/fine/vo.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0128b357c3d979d4228190c4c6f9f4eb436fb1551bc93464984e8656448af5eb
3
+ size 330232655
data/film_01/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1de6e3e1d324ce607e4053f5a2338a8ef5020f296e0021e9dceb3964747176a4
3
+ size 717813839
data/film_01/music.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5929314877f8fbc0e416013f677645dd9b9149a1e082890772d67a81104afc9e
3
+ size 436722832
data/film_01/sfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ee9e8eed3eb041300368b7b3adeb6d1b0f376ac024da3dafb114dc385df153
3
+ size 567356134
data/film_02/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac88ebf39ea6717ab3d5f8263e24613973870251dc175a7cbf292fd1d219956
3
+ size 21366041
data/film_02/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a11527688285d1bb7b8cb2be1c85ac792702ca39be486d20571311aac2dfe1
3
+ size 134269975
data/film_02/music.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f11b37731fbd5fab02d2a516bca1bf213facb5208d42ecccae3bffc2d2d95e13
3
+ size 40659830
data/film_02/production_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13f32a4497d2ac57bb268d574dd8cd76eb2cdb20dc5ca2f60cc5db6709b4827f
3
+ size 131831500
data/film_02/sfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46211532c5fda5a88388d2cc666b93250931c838b3e9a381221a8dc1955cc01
3
+ size 114915165
data/film_03/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5711f09fe48a506495a9ad71b23bcf5c68ce9f8d8cad1b0eb76e67b42ed41ec9
3
+ size 52514375
data/film_03/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:438e4866d7f7beae4e2c49d26199a77f98ed878be21dd78f95f5da0567ea1e43
3
+ size 66784708
data/film_03/music.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af05751d85cc341adfe1d595e9ce151901a9a4af09d411d674c460625a1aeb5d
3
+ size 54361516
data/film_03/production_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ba3741b90e6c122aca76b53591e6bff127dc5fde9aeecfbd8dfdaf28e6e3ca
3
+ size 61544684
data/film_03/sfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5f38760fd2ec0062e2115aeb03d2cd6d6b60fe956af19540b6d176f17aaaf6
3
+ size 60647297
data/film_04/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65d2db9ddcab8eb43597839751906f3d689fc8d242db5c3f63bf0850321ab9c2
3
+ size 12336156
data/film_04/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:668a8c5528fbde13e9388396c2fcb6862691e4f7e1dd36836aa9d9047c6217cf
3
+ size 34399868
data/film_04/music.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de9bcf2876327352a08502ae4284e56c54ecd681cb602d96f81e847354eb63d1
3
+ size 16139417
data/film_04/production_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec07bd0463e2104a3442e16c7f6ec4001de9ffbde4f6eefe63c23f0c0428f979
3
+ size 30539325
data/film_04/sfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0296369fc7c16d9799524fd7ddfd9bc2357e5b373a7d428605f04787a50fc203
3
+ size 32775290
data/film_05/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28be918a29f4d851db9483eb3c4304a576de36dde8ddcf3a468fe6e2e90f5eac
3
+ size 32112192
data/film_05/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f6846787ed306452793fe4987612196e6f4d097d3cfd12fda697a0f48e58fdb
3
+ size 83105462
data/film_05/music.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4812a59b588f0732b6a1cb9a9b1f70026110bccb5fb0ad410777a2765ad2b14c
3
+ size 67709479
data/film_05/production_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c4a70fd21846d7f3f89d00520a63bd5da8b9e0ff02540428ae682303fef781
3
+ size 82483356
data/film_05/sfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf1a1c87df8feaf984dc4277c33d24ced19d75b5ca1000716967218898a0a0d
3
+ size 55129382
data/film_06/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cfd3e87be7e5361ab31dba3972e5050223d0ece6daedb4c7d782ce587962c0f
3
+ size 31591896
data/film_06/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05c8f9e6d52d88cd6e1333444aabc8051c84643e7b5b2fd61aab8f798120c58
3
+ size 83746200
data/film_06/music.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d27f98d7168efa9a013e199be82e8e2cd12362128c9b3e3c201676a8235215a
3
+ size 68028433
data/film_06/production_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59bba303b29b03e832812a6b301f1285204237a5a89e092132f864a030e06038
3
+ size 82638068
data/film_06/sfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa729272a009737ea050f5a0e59f576a2b3ccbff5de774a01868d749eace91c
3
+ size 53417123
data/film_07/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3732a4a4b5c785b52174b5019d1b2f6efb93a8645dca231f49b8ec1ef2dd0c72
3
+ size 1436933
data/film_07/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e36e09f0ba8d64ac43fedbc38921a2b455fd942afa2803a5d23d93ed17b0d5
3
+ size 20250925
data/film_07/music.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5edd10c440bd08f85ecceba39aa24aa0ca05ba14eba9fcc62c18d97af121b275
3
+ size 18242796
data/film_07/sfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97354d4a6fa766364d42da774e82afefcb75cd0e1fbe07bd26d73722c900bf27
3
+ size 3122241
data/film_08/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901e1a87e7a68984a696e1367b80baf93ef728db0cd72911a3c36081fb5a90c0
3
+ size 1195681
data/film_08/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bbcf6015aa697562d4a1def04eeda8a059b6bfaa7d40b386913fadb7b27076c
3
+ size 20265505
data/film_08/music.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0428e35fb771bf0d4b2949fc7e9a715b47dcf84b4705c7496e210ec1ea73980
3
+ size 18260531
data/film_08/sfx.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13f1f3aac5b74a204f72b1ae7981043fa4a692b8bcd0ed1ff954bfd23a0adb86
3
+ size 3121022
data/film_09/dialogue.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ae31f1c68da8947579b23e72343ee94b31f5c437f48396e34779974afc543b
3
+ size 212169711
data/film_09/linear_mix.flac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20597c81a76d78372077df9df3eb69fb63ffc0624147f465aa74e856b756704e
3
+ size 255499143