author | Chloe Laisne <chloe.laisne@gmail.com> |
Fri, 05 Aug 2016 18:51:59 +0200 | |
changeset 253 | 0be9770b09b4 |
parent 90 | f0609941aa98 |
permissions | -rw-r--r-- |
40 | 1 |
import DS from 'ember-data'; |
2 |
||
3 |
var Sound = DS.Model.extend({ |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
4 |
title: DS.attr('string'), |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
5 |
description: DS.attr('string'), |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
6 |
interviewer: DS.attr('string'), |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
7 |
type: DS.attr('string'), |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
8 |
spatial: DS.attr('string'), |
51
70dff07a76ff
add click event on visu-carto and visu-langue and update the url with the selected element as filter parameter
nowmad@nowmads-macbook-pro.local
parents:
40
diff
changeset
|
9 |
language: DS.attr('string'), |
90
f0609941aa98
update libraries and go ember 2.2.0
nowmad@23.1.168.192.in-addr.arpa
parents:
60
diff
changeset
|
10 |
created: DS.attr('number'), |
f0609941aa98
update libraries and go ember 2.2.0
nowmad@23.1.168.192.in-addr.arpa
parents:
60
diff
changeset
|
11 |
master: DS.attr('string') |
40 | 12 |
}); |
13 |
||
14 |
Sound.reopenClass({ |
|
15 |
FIXTURES: [ |
|
16 |
{ |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
17 |
"id": 0, |
60 | 18 |
"title": "culpa exercitation", |
19 |
"description": "Deserunt exercitation laborum veniam ex anim officia non cillum ut. Mollit quis minim officia quis incididunt exercitation eu ad.", |
|
20 |
"interviewer": "Ferguson King", |
|
21 |
"type": "Reunion", |
|
22 |
"spatial": "Germany", |
|
23 |
"language": "Français", |
|
24 |
"created": 1977, |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
25 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
26 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
27 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
28 |
"id": 1, |
60 | 29 |
"title": "excepteur ex", |
30 |
"description": "Veniam irure deserunt esse veniam enim voluptate esse et consequat fugiat. Fugiat ullamco officia enim nulla.", |
|
31 |
"interviewer": "Holly Sims", |
|
32 |
"type": "Discours", |
|
33 |
"spatial": "France", |
|
34 |
"language": "Alsacien", |
|
35 |
"created": 2001, |
|
36 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
37 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
38 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
39 |
"id": 2, |
60 | 40 |
"title": "fugiat fugiat", |
41 |
"description": "Enim aute incididunt voluptate sit labore anim in irure id duis ut. Occaecat magna sit mollit commodo enim reprehenderit nulla magna.", |
|
42 |
"interviewer": "Claudia Cunningham", |
|
43 |
"type": "Entretien", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
44 |
"spatial": "France", |
60 | 45 |
"language": "Corse", |
46 |
"created": 2004, |
|
47 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
48 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
49 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
50 |
"id": 3, |
60 | 51 |
"title": "officia fugiat", |
52 |
"description": "Irure elit aute eu consequat est sunt cillum. Quis nisi consectetur cillum cupidatat id consectetur.", |
|
53 |
"interviewer": "Hazel Foster", |
|
54 |
"type": "Dialogue", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
55 |
"spatial": "France", |
60 | 56 |
"language": "Alsacien", |
57 |
"created": 2001, |
|
58 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/138.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
59 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
60 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
61 |
"id": 4, |
60 | 62 |
"title": "nulla elit", |
63 |
"description": "Anim ex consequat aliqua magna in aliquip ipsum voluptate est deserunt voluptate. Incididunt sit voluptate esse cillum qui ex irure cillum nulla cillum excepteur.", |
|
64 |
"interviewer": "Colon Dotson", |
|
65 |
"type": "Conversation", |
|
66 |
"spatial": "Germany", |
|
67 |
"language": "Breton", |
|
68 |
"created": 1990, |
|
69 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
70 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
71 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
72 |
"id": 5, |
60 | 73 |
"title": "sunt laboris", |
74 |
"description": "Ex quis aliqua aliquip incididunt dolore excepteur est incididunt occaecat aute anim. Veniam laborum tempor cupidatat aliquip nostrud anim ut dolor sint et aliquip.", |
|
75 |
"interviewer": "Alisha Flores", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
76 |
"type": "Discussion", |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
77 |
"spatial": "France", |
60 | 78 |
"language": "Corse", |
79 |
"created": 1972, |
|
80 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
81 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
82 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
83 |
"id": 6, |
60 | 84 |
"title": "fugiat laboris", |
85 |
"description": "Do tempor amet duis occaecat. Est laboris ea voluptate ut adipisicing laboris exercitation eiusmod est irure ad laborum.", |
|
86 |
"interviewer": "Hart Mccoy", |
|
87 |
"type": "Conversation", |
|
88 |
"spatial": "Germany", |
|
89 |
"language": "Alsacien", |
|
90 |
"created": 1987, |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
91 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/138.mp3" |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
92 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
93 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
94 |
"id": 7, |
60 | 95 |
"title": "elit sit", |
96 |
"description": "Lorem magna adipisicing sit non excepteur aliqua tempor enim elit cupidatat voluptate laborum. Aliqua mollit consequat pariatur tempor.", |
|
97 |
"interviewer": "Cecelia Gregory", |
|
98 |
"type": "Bavardage", |
|
99 |
"spatial": "Germany", |
|
100 |
"language": "Breton", |
|
101 |
"created": 1961, |
|
102 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/138.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
103 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
104 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
105 |
"id": 8, |
60 | 106 |
"title": "sit aliquip", |
107 |
"description": "Ad sint anim elit eiusmod duis incididunt ipsum cupidatat culpa id proident amet. Ad in do aliquip irure est proident Lorem qui est veniam.", |
|
108 |
"interviewer": "Cain Sweeney", |
|
109 |
"type": "Dialogue", |
|
110 |
"spatial": "Germany", |
|
111 |
"language": "Corse", |
|
112 |
"created": 1973, |
|
113 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/142.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
114 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
115 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
116 |
"id": 9, |
60 | 117 |
"title": "culpa ut", |
118 |
"description": "Irure nostrud consequat aliqua sit est id aute dolor elit quis. Exercitation consequat commodo amet nostrud laboris minim aute ipsum eiusmod sunt nisi.", |
|
119 |
"interviewer": "Clay Whitney", |
|
120 |
"type": "Discussion", |
|
121 |
"spatial": "Spain", |
|
122 |
"language": "Alsacien", |
|
123 |
"created": 2008, |
|
124 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
125 |
}, |
|
126 |
{ |
|
127 |
"id": 10, |
|
128 |
"title": "culpa non", |
|
129 |
"description": "Qui et dolor cupidatat eiusmod. Cillum irure mollit est nostrud dolor non exercitation ipsum sint.", |
|
130 |
"interviewer": "Isabelle Valencia", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
131 |
"type": "Conversation", |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
132 |
"spatial": "Spain", |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
133 |
"language": "Français", |
60 | 134 |
"created": 1975, |
135 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
136 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
137 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
138 |
"id": 11, |
60 | 139 |
"title": "sit occaecat", |
140 |
"description": "Exercitation elit magna cillum pariatur fugiat minim fugiat. Occaecat minim sunt ex aute velit aliquip laboris aliquip dolore.", |
|
141 |
"interviewer": "Sherri Morin", |
|
142 |
"type": "Discussion", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
143 |
"spatial": "France", |
60 | 144 |
"language": "Français", |
145 |
"created": 2008, |
|
146 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
147 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
148 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
149 |
"id": 12, |
60 | 150 |
"title": "ea dolor", |
151 |
"description": "Ea ullamco cupidatat esse et eu est sint irure ex non. Pariatur consectetur et quis et cupidatat ea mollit cillum enim.", |
|
152 |
"interviewer": "Golden Bird", |
|
153 |
"type": "Conversation", |
|
154 |
"spatial": "France", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
155 |
"language": "Breton", |
60 | 156 |
"created": 1960, |
157 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/138.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
158 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
159 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
160 |
"id": 13, |
60 | 161 |
"title": "laboris adipisicing", |
162 |
"description": "Non ex culpa ullamco occaecat quis ut reprehenderit non in cupidatat reprehenderit laboris reprehenderit. Laboris irure Lorem aliquip consequat consequat consequat cillum elit incididunt ad anim Lorem sint excepteur.", |
|
163 |
"interviewer": "Bianca Faulkner", |
|
164 |
"type": "Conversation", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
165 |
"spatial": "Spain", |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
166 |
"language": "Breton", |
60 | 167 |
"created": 1997, |
168 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
169 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
170 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
171 |
"id": 14, |
60 | 172 |
"title": "sit veniam", |
173 |
"description": "Cillum velit laborum irure velit consequat ipsum minim. Non in elit est Lorem excepteur mollit consectetur id.", |
|
174 |
"interviewer": "Kidd Monroe", |
|
175 |
"type": "Negociation", |
|
176 |
"spatial": "Spain", |
|
177 |
"language": "Alsacien", |
|
178 |
"created": 2007, |
|
179 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
180 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
181 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
182 |
"id": 15, |
60 | 183 |
"title": "excepteur exercitation", |
184 |
"description": "Et officia laboris pariatur culpa. Ullamco nisi eu non in.", |
|
185 |
"interviewer": "Debora Palmer", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
186 |
"type": "Conversation", |
60 | 187 |
"spatial": "France", |
188 |
"language": "Alsacien", |
|
189 |
"created": 1969, |
|
190 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
191 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
192 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
193 |
"id": 16, |
60 | 194 |
"title": "consectetur officia", |
195 |
"description": "Est tempor aliquip sit occaecat. Ullamco do anim labore consequat sunt enim ea.", |
|
196 |
"interviewer": "Shaffer Workman", |
|
197 |
"type": "Dialogue", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
198 |
"spatial": "France", |
60 | 199 |
"language": "Breton", |
200 |
"created": 1998, |
|
201 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
202 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
203 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
204 |
"id": 17, |
60 | 205 |
"title": "fugiat eiusmod", |
206 |
"description": "Quis sit mollit velit quis veniam ipsum commodo voluptate laborum pariatur dolor eiusmod nisi. Reprehenderit aliquip quis aliqua mollit culpa.", |
|
207 |
"interviewer": "Shepherd Floyd", |
|
208 |
"type": "Discussion", |
|
209 |
"spatial": "Spain", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
210 |
"language": "Corse", |
60 | 211 |
"created": 1991, |
212 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
213 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
214 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
215 |
"id": 18, |
60 | 216 |
"title": "magna minim", |
217 |
"description": "Amet enim in labore aliquip ipsum fugiat est ex quis. Voluptate adipisicing laboris nisi eu excepteur quis voluptate sit laborum ullamco proident aliquip duis aliquip.", |
|
218 |
"interviewer": "Tamra Nixon", |
|
219 |
"type": "Discussion", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
220 |
"spatial": "France", |
60 | 221 |
"language": "Français", |
222 |
"created": 2009, |
|
223 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
224 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
225 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
226 |
"id": 19, |
60 | 227 |
"title": "occaecat aliquip", |
228 |
"description": "Reprehenderit cillum id duis et quis nulla tempor tempor eu ipsum magna mollit laborum. Ullamco reprehenderit incididunt nostrud irure tempor adipisicing.", |
|
229 |
"interviewer": "Bette Becker", |
|
230 |
"type": "Discours", |
|
231 |
"spatial": "France", |
|
232 |
"language": "Français", |
|
233 |
"created": 1975, |
|
234 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
235 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
236 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
237 |
"id": 20, |
60 | 238 |
"title": "minim minim", |
239 |
"description": "Incididunt sit consequat laborum mollit nisi et ullamco aute ad nisi nostrud. Lorem quis id culpa culpa eu minim fugiat quis incididunt ex in sit adipisicing.", |
|
240 |
"interviewer": "Marsh Gillespie", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
241 |
"type": "Discussion", |
60 | 242 |
"spatial": "Spain", |
243 |
"language": "Français", |
|
244 |
"created": 1964, |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
245 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/142.mp3" |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
246 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
247 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
248 |
"id": 21, |
60 | 249 |
"title": "commodo pariatur", |
250 |
"description": "Duis elit consequat sint ipsum aliqua adipisicing ex consequat eiusmod qui ad laboris fugiat ipsum. Eiusmod eiusmod elit culpa veniam.", |
|
251 |
"interviewer": "Guthrie Norman", |
|
252 |
"type": "Argumentation", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
253 |
"spatial": "France", |
60 | 254 |
"language": "Corse", |
255 |
"created": 1987, |
|
256 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/138.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
257 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
258 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
259 |
"id": 22, |
60 | 260 |
"title": "dolore voluptate", |
261 |
"description": "Ullamco cupidatat tempor incididunt dolor enim proident aliqua dolor dolor nulla occaecat quis excepteur. Consectetur ea ut commodo sunt excepteur ad ut ex consectetur.", |
|
262 |
"interviewer": "Rosalie Rogers", |
|
263 |
"type": "Discussion", |
|
264 |
"spatial": "Germany", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
265 |
"language": "Français", |
60 | 266 |
"created": 1997, |
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
267 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
268 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
269 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
270 |
"id": 23, |
60 | 271 |
"title": "ipsum veniam", |
272 |
"description": "Duis enim cupidatat laboris duis ut sint. Nisi eiusmod ea dolore cillum et labore dolor pariatur labore cupidatat reprehenderit irure.", |
|
273 |
"interviewer": "Bridget Espinoza", |
|
274 |
"type": "Conversation", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
275 |
"spatial": "Spain", |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
276 |
"language": "Alsacien", |
60 | 277 |
"created": 1973, |
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
278 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
279 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
280 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
281 |
"id": 24, |
60 | 282 |
"title": "fugiat et", |
283 |
"description": "Velit elit non consequat incididunt consectetur occaecat sint magna aliquip. In dolore sunt sit nulla veniam culpa laboris sunt incididunt voluptate ipsum.", |
|
284 |
"interviewer": "Cox Bernard", |
|
285 |
"type": "Entretien", |
|
286 |
"spatial": "Germany", |
|
287 |
"language": "Alsacien", |
|
288 |
"created": 1988, |
|
289 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
290 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
291 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
292 |
"id": 25, |
60 | 293 |
"title": "cillum adipisicing", |
294 |
"description": "Aliqua ullamco quis aliqua minim irure sunt excepteur in nostrud. Consectetur aute commodo proident ea aliquip officia et dolore veniam sint.", |
|
295 |
"interviewer": "Wendi Leon", |
|
296 |
"type": "Negociation", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
297 |
"spatial": "France", |
60 | 298 |
"language": "Français", |
299 |
"created": 1992, |
|
300 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3924.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
301 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
302 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
303 |
"id": 26, |
60 | 304 |
"title": "magna consequat", |
305 |
"description": "Velit duis id consectetur ad anim fugiat in pariatur aliqua esse aliquip sit dolore aliqua. Laborum incididunt enim ea occaecat officia pariatur veniam deserunt.", |
|
306 |
"interviewer": "Celeste Price", |
|
307 |
"type": "Discussion", |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
308 |
"spatial": "France", |
60 | 309 |
"language": "Alsacien", |
310 |
"created": 1973, |
|
311 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/138.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
312 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
313 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
314 |
"id": 27, |
60 | 315 |
"title": "proident non", |
316 |
"description": "Ullamco amet sit qui reprehenderit eu aliquip magna culpa. Aliqua fugiat commodo est non minim irure aliquip proident ipsum laborum nulla qui quis irure.", |
|
317 |
"interviewer": "Patty Heath", |
|
318 |
"type": "Reunion", |
|
319 |
"spatial": "France", |
|
320 |
"language": "Breton", |
|
321 |
"created": 1973, |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
322 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/142.mp3" |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
323 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
324 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
325 |
"id": 28, |
60 | 326 |
"title": "ad tempor", |
327 |
"description": "Adipisicing quis consectetur veniam adipisicing exercitation in pariatur amet exercitation cillum irure. Magna ipsum do eu labore consectetur minim quis ipsum ipsum mollit quis consequat.", |
|
328 |
"interviewer": "Angelica Black", |
|
329 |
"type": "Bavardage", |
|
330 |
"spatial": "Spain", |
|
331 |
"language": "Français", |
|
332 |
"created": 1992, |
|
333 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
334 |
}, |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
335 |
{ |
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
336 |
"id": 29, |
60 | 337 |
"title": "fugiat eiusmod", |
338 |
"description": "Anim sint in do anim irure non cupidatat veniam cillum pariatur adipisicing laboris labore ea. Mollit irure aute laboris incididunt aliqua.", |
|
339 |
"interviewer": "Rosalinda Kramer", |
|
340 |
"type": "Dialogue", |
|
341 |
"spatial": "Germany", |
|
342 |
"language": "Alsacien", |
|
343 |
"created": 1972, |
|
344 |
"master": "http://www.noiseaddicts.com/samples_1w72b820/3921.mp3" |
|
56
c4a022ba3fc3
improves fixtures and result list
nowmad@nowmads-macbook-pro.local
parents:
51
diff
changeset
|
345 |
} |
40 | 346 |
] |
347 |
}); |
|
348 |
||
349 |
export default Sound; |