-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdepot.html
898 lines (813 loc) · 36.2 KB
/
depot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
<!DOCTYPE html>
<html lang="en" xmlns:og="http://opengraphprotocol.org/schema/">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<meta charset="UTF-8" />
<meta name="description" content="Unique software for unique radio stations" />
<meta name="keywords" content="radio, sofware, audio over ip, broadcasting, FM, DAB" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0" />
<meta name="twitter:widgets:theme" content="light">
<meta property="fb:app_id" content="985860671463831" />
<meta property="og:title" content="RadioKit" />
<meta property="og:site_name" content="RadioKit" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://radiokit.org/images/facebook1.jpg" />
<meta property="og:description" content="Unique software for unique radio stations" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="RadioKit" />
<meta property="twitter:description" content="Unique software for unique radio stations" />
<meta property="twitter:image" content="https://radiokit.org/images/twitter1.jpg" />
<meta property="twitter:site" content="@RadioKitEngine" />
<meta property="twitter:creator" content="@RadioKitEngine" />
<title>RadioKit</title>
<link rel="apple-touch-icon" href="/images/apple-icon-60.jpg">
<link rel="apple-touch-icon" href="/images/apple-icon-114.jpg" sizes="114x114">
<link rel="apple-touch-icon" href="/images/apple-icon-72.jpg" sizes="72x72">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700%7COpen+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<!-- Css -->
<link rel="stylesheet" href="stylesheets/core.min.css" />
<link rel="stylesheet" href="stylesheets/skin-web-application.css" />
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="shop home-page">
<div class="overlay-navigation-wrapper enter-right" data-no-scrollbar data-animation="slide-in">
<div class="overlay-navigation-scroll-pane">
<div class="overlay-navigation-inner">
<div class="v-align-middle">
<div class="overlay-navigation-header row collapse full-width">
<div class="column width-12">
<div class="navigation-hide overlay-nav-hide">
<a href="#">
<span class="icon-cancel"></span>
</a>
</div>
</div>
</div>
<div class="row collapse full-width">
<div class="column width-12">
<nav class="overlay-navigation nav-block center">
<h4 class="menu-title">Menu</h4>
<ul>
<a href="electron.html">Broadcasting</a>
<ul class="sub-menu">
<!--<li>
<a href="dyna.html">From the studio</a>
</li>-->
<li>
<a href="electron.html">Outside broadcasting</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="freezer.html">Archiving</a>
<ul class="sub-menu">
<li>
<a href="freezer.html">Stream recording</a>
</li>
<li>
<a href="chronicle.html">On-demand shows archive</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="depot.html">Integration</a>
<ul class="sub-menu">
<li>
<a href="depot.html">Central audio database</a>
</li>
<!--<li>
<a href="diary.html">Central logging</a>
</li>-->
</ul>
</li>
<li class="contains-sub-menu">
<a href="engine.html">Programming</a>
<ul class="sub-menu">
<li>
<a href="engine.html">RadioKit Engine</a>
</li>
</ul>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li class="contains-sub-menu">
<a href="https://docs.radiokit.org">Documentation</a>
<ul class="sub-menu">
<li>
<a href="https://docs-electron.radiokit.org">Electron / Joint</a>
</li>
<li>
<a href="https://docs-horn.radiokit.org">Horn</a>
</li>
<li>
<a href="https://docs-depot.radiokit.org">Depot</a>
</li>
<li>
<a href="https://docs-engine.radiokit.org">Engine</a>
</li>
</ul>
</li>
<li>
<a href="https://console.radiokitapp.org">
<span style="border: 1px solid #fff; padding: 1ex">
Sign In</a>
</span>
</li>
</li>
</ul>
</nav>
</div>
</div>
<div class="overlay-navigation-footer row full-width center">
<div class="column width-12 no-padding">
<p class="copyright">© RadioKit Ltd All Rights Reserved. <a href="#">Terms & Conditions</a> | <a href="#">Cookie policy</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper reveal-side-navigation">
<div class="wrapper-inner">
<!-- Side (mobile) Navigation Menu -->
<!-- Side (mobile) Navigation Menu End -->
<!-- Header -->
<header class="header header-absolute header-fixed-on-mobile header-transparent" data-helper-in-threshold="300" data-helper-out-threshold="500" data-sticky-threshold="300" data-bkg-threshold="300" data-compact-threshold="300">
<div class="header-inner-top">
<div class="row nav-bar" style="position: relative; top: .5em;">
<div class="column width-6 nav-bar-inner left">
<p>Unique software for unique radio stations</p>
</div>
<div class="column width-6 nav-bar-inner right color-white">
<p><a href="https://facebook.com/RadioKitEngine" class="nav-icon">
<span class="icon-facebook small"></span> | <a href="https://twitter.com/RadioKitEngine" class="nav-icon">
<span class="icon-twitter small"></span>
</a> | Mail us: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="header-inner">
<div class="row nav-bar">
<div class="column width-12 nav-bar-inner">
<div class="logo">
<div class="logo-inner">
<a href="index.html"><img src="images/logo-dark.png" alt="Radiokit Logo" /></a>
<a href="index.html"><img src="images/logo.png" alt="Radiokit Logo" /></a>
</div>
</div>
<nav class="navigation nav-block secondary-navigation nav-right">
<ul>
<li class="aux-navigation hide">
<a class="navigation-show overlay-nav-show nav-icon">
<span class="icon-menu medium"></span>
</a>
</li>
</ul>
</nav>
<nav class="navigation nav-block primary-navigation sub-menu-indicator nav-right no-margin-right">
<ul>
<li class="current contains-sub-menu">
<a href="electron.html">Broadcasting</a>
<ul class="sub-menu">
<!--<li>
<a href="dyna.html">From the studio</a>
</li>-->
<li>
<a href="electron.html">Outside broadcasting</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="freezer.html">Archiving</a>
<ul class="sub-menu">
<li>
<a href="freezer.html">Stream recording</a>
</li>
<li>
<a href="chronicle.html">On-demand shows archive</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="depot.html">Integration</a>
<ul class="sub-menu">
<li>
<a href="depot.html">Central audio database</a>
</li>
<!--<li>
<a href="diary.html">Central logging</a>
</li>-->
</ul>
</li>
<li class="contains-sub-menu">
<a href="engine.html">Programming</a>
<ul class="sub-menu">
<li>
<a href="engine.html">RadioKit Engine</a>
</li>
</ul>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li class="contains-sub-menu">
<a href="https://docs.radiokit.org">Documentation</a>
<ul class="sub-menu">
<li>
<a href="https://docs-electron.radiokit.org">Electron / Joint</a>
</li>
<li>
<a href="https://docs-horn.radiokit.org">Horn</a>
</li>
<li>
<a href="https://docs-depot.radiokit.org">Depot</a>
</li>
<li>
<a href="https://docs-engine.radiokit.org">Engine</a>
</li>
</ul>
</li>
<li>
<a href="https://console.radiokitapp.org">
<span style="border: 1px solid #fff; padding: 1ex">
Sign In</a>
</span>
</li>
<!--
<li class="contains-sub-menu sub-menu-right">
<a href="product-subpage.html">Jobs</a>-->
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
</div>
</div>
<!-- Header End -->
<!-- Content -->
<div class="content clearfix">
<!-- Feature Section 1 -->
<section class="section-block featured-media window-height tm-slider-parallax-container">
<div class="tm-slider-container full-width-slider" data-featured-slider data-parallax data-auto-advance data-auto-advance-interval="7000" data-speed="1300" data-progress-bar="false" data-nav-arrows="false" data-pause-on-hover="false" data-scale-under="1">
<ul class="tms-slides">
<li class="tms-slide" data-image data-force-fit data-overlay-bkg-color="#2d3138" data-overlay-bkg-opacity="0.3" data-animation="slideLeftRight">
<div class="tms-content">
<div class="tms-content-inner left pt-50 no-padding-on-mobile">
<div class="row">
<div class="column width-5">
<div class="tms-caption"
data-animate-in="opacity:0;transY:50px;duration:600ms;delay:100ms;easing:easeFastSlow;"
data-no-scale
>
<h1 class="color-white">Depot</h1>
<p class="lead mb-30 color-white">from here all your files start their journey</p>
</div>
<div class="tms-caption"
data-animate-in="opacity:0;transY:50px;duration:600ms;delay:500ms;easing:easeFastSlow;"
data-no-scale
>
<p><a href="depot.html#how" class="button medium bkg-white border-hover-white color-charcoal color-hover-white left mb-30">Learn more</a></p>
</div>
</div>
</div>
</div>
</div>
<img data-src="images/depot/depot_slide1.jpg" src="images/blank.jpg" alt=""/>
</li>
<li class="tms-slide" data-image data-force-fit data-overlay-bkg-color="#2d3138" data-overlay-bkg-opacity="0.4" data-animation="scaleOut">
<div class="tms-content">
<div class="tms-content-inner left pt-50 no-padding-on-mobile">
<div class="row">
<div class="column width-5">
<div class="tms-caption"
data-animate-in="opacity:0;transY:50px;duration:600ms;delay:100ms;easing:easeFastSlow;"
data-no-scale
>
<h1 class="color-white mb-30">Depot</h1>
</div>
<p class="tms-caption lead mt-30 mb-30 color-white"
data-animate-in="opacity:0;transX:150px;duration:600ms;delay:900ms;easing:easeFastSlow;"
data-no-scale>
central Hub that makes all your other software work smoothly
</p>
<div class="tms-caption"
data-animate-in="opacity:0;transY:50px;duration:600ms;delay:500ms;easing:easeFastSlow;"
data-no-scale>
<p><a href="depot.html#how" class="button medium bkg-white border-hover-white color-charcoal color-hover-white left mb-30">Learn more</a></p>
</div>
</div>
</div>
</div>
</div>
<img data-src="images/depot/depot_slide2.jpg" src="images/blank.jpg" alt=""/>
</li>
<li class="tms-slide" data-image data-force-fit data-overlay-bkg-color="#2d3138" data-overlay-bkg-opacity="0.3" data-animation="slideTopBottom">
<div class="tms-content">
<div class="tms-content-inner left pt-50 no-padding-on-mobile">
<div class="row">
<div class="column width-5">
<div class="tms-caption"
data-animate-in="opacity:0;transY:50px;duration:600ms;delay:100ms;easing:easeFastSlow;"
data-no-scale
>
<h1 class="color-white">Depot</h1>
<p class="lead mb-30 color-white">No more format problems and loosing time on useless conversions</p>
</div>
<div class="tms-caption"
data-animate-in="opacity:0;transY:50px;duration:600ms;delay:500ms;easing:easeFastSlow;"
data-no-scale
>
<a href="depot.html#pricing" class="button medium bkg-white border-hover-white color-charcoal color-hover-white left mb-30">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<img data-src="images/depot/depot_slide3.jpg" src="images/blank.jpg" alt=""/>
</li>
</ul>
</div>
</section>
<!-- Feature Section 1 End -->
<section id="specs1"> <!-- Feature Column Section -->
<div class="section-block replicable-content">
<div class="row">
<div class="column width-8 offset-2 center">
<h2 class="mb-30">Have you encoutered format incompatibilites between software you use?</h2>
<p class="lead mb-70">Think about one place that will help your workflow overcome established format standards</p>
</div>
<div class="column width-6">
<div class="box xlarge">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-fingerprint color-depol"></span>
<div class="feature-text">
<h3>All processes in one place</h3>
<p>What you do now to prepare files before you broadcast it? Do you use different tools for it? </p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge bkg-grey-ultralight">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-database color-depol"></span>
<div class="feature-text">
<h3>Define it your way</h3>
<p>Depot does not impose new habits on you - it's made to adjust to your habits and improve its effectiveness</p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge bkg-grey-ultralight">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-radio color-depol"></span>
<div class="feature-text">
<h3>Radio-specific tools</h3>
<p> Depot is desinged for radio workflow, and doesn't contain unnecessary functions that are useless for radio</p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-thunder-cloud color-depol"></span>
<div class="feature-text">
<h3>Ready for the Cloud?</h3>
<p class="mb-70 mb-mobile-30">If you think this type of software is too slow in the cloud - well... times has changed</p>
</div>
</div>
</div>
</div>
<!--<div class="column width-6">
<div class="box xlarge">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-play color-depol"></span>
<div class="feature-text">
<h3>Integration ready - API</h3>
<p class="mb-70 mb-mobile-30">Has open, standards-based API making it ready for integration with your existing systems. </p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge bkg-grey-ultralight">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-note color-depol"></span>
<div class="feature-text">
<h3>Works even over 2G networks</h3>
<p class="mb-70 mb-mobile-30">Needs only 20kbit/s to transmit speech in broadcasting quality.</p>
</div>
</div>
</div>
</div>-->
</div>
</div>
</section>
<!-- Feature Column Section End -->
<!-- Feature Section 2 -->
<section id="how" class="section-block bkg-charcoal feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<img src="images/depot/depot+howitworks.jpg" alt="" />
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">How it works</h2>
<p class="lead color-grey-light">Depot lets you define your needs once, no need to repeat yourself everyday</p>
<p class="color-grey-light">Every radio is different and uses variety of tools. Systems are not always working perfectly with each other, so one always need to navigate around it.<br><br>
Depot is created to glue all of the software you use together. Use it as a home base for all your files - prepare them for their journey, and forget about daily repetitive tasks, that machine could do "if it was just a bit smarter"
<br><br>They've just became.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Feature Section 2 End -->
<div class="section-block replicable-content bkg-depol">
<div class="row">
<div class="column width-8 offset-2 center color-white">
<h2 class="mb-30">Now a tasty techtalk</h2>
<p class="lead mb-70">Think about the set of cloud based audio tools, dedicated to the radio needs.</p>
</div>
<div class="column width-6">
<div class="box xlarge bkg-grey-ultralight">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-cog color-depol"></span>
<div class="feature-text">
<h3>Central-Hub</h3>
<p class="mb-70 mb-mobile-30">Keep all your files in one place in the cloud and process them there</p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge bkg-white">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-copy color-depol"></span>
<div class="feature-text">
<h3>Metadata is kept, while converting</h3>
<p class="mb-70 mb-mobile-30">Convert your files to whatever format you need and preserve all the metadata.</p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge bkg-white">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-loop color-depol"></span>
<div class="feature-text">
<h3>Automatic batch process chaining</h3>
<p class="mb-70 mb-mobile-30">Cut the silence, denoise, normalize, transcode between existing systems - without repeating the same process</p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge bkg-grey-ultralight">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-tools color-depol"></span>
<div class="feature-text">
<h3>GStreamer on board</h3>
<p>Audio engine is build upon Gstreamer technology, using Opus codec 1.1</p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge bkg-grey-ultralight">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-stopwatch color-depol"></span>
<div class="feature-text">
<h3>Landing</h3>
<p>Depot keeps track of usage of your files, i.e. "how many times they were broadcasted?" </p>
</div>
</div>
</div>
</div>
<div class="column width-6">
<div class="box xlarge bkg-white">
<div class="feature-column medium left center-on-mobile">
<span class="feature-icon icon-air color-depol"></span>
<div class="feature-text">
<h3>Seamless RadioKit integration</h3>
<p>All of our products work as modules of one engine, and thanks to that - seamlessly integrate with each other</p>
</div>
</div>
</div>
</div>
</div>
<!--<div class="column width-8 offset-2 center">
<a href="pdf/LINK2.pdf" class="button medium bkg-white border-hover-white color-charcoal color-hover-white left mb-30">Need more juicy specification?</a>
</div>-->
</div>
</div>
<!--
<section id="pricing" class="section-block replicable-content">
<div class="row">
<div class="column width-6 offset-3 center">
<h2>Test Depot for free</h2>
<p class="lead mb-50">or choose the plan that suits you.</p>
</div>
<div class="column width-12">
<div class="pricing-table columns-2 horizon" data-animate-in="opacity:0;transY:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<div class="pricing-table-column">
<div class="pricing-table-header">
<h2 class="weight-bold">Basic</h2>
</div>
<div class="pricing-table-price bkg-white color-grey no-margin-bottom">
<h4>
<span class="currency">$</span>50.00<span class="interval">/month</span>
</h4>
</div>
<ul class="pricing-table-options">
<li>1TB of cloud space</li>
<li>Silence cutter</li>
<li>Denoiser</li>
<li>Transcoding</li>
<li>format converter</li>
</ul>
<div class="pricing-table-footer">
<a href="contact.html">
<button class="border-depol bkg-hover-depol color-depol color-hover-white">Register today</button>
</a>
</div>
</div>
<div class="pricing-table-column bkg-depol">
<div class="pricing-table-header color-white">
<h2 class="weight-bold">Enterprise</h2>
</div>
<div class="pricing-table-price bkg-depol no-margin-bottom">
<h4>
<span class="currency">$</span>99.99<span class="interval">/month</span>
</h4>
</div>
<ul class="pricing-table-options color-white">
<li>Unlimited cloud space</li>
<li>All tools on board</li>
<li>Customisations</li>
<li>On-demand functions</li>
<li>Free personal tutorials</li>
</ul>
<div class="pricing-table-footer">
<a href="contact.html">
<button class="border-white bkg-hover-white color-white color-hover-depol">Register today</button>
</a>
</div>
</div>
<div class="column width-12 center">
<br><p class="color-black weight-bold">Sign up for free to any of our products or all of them for one month. No credit card needed</p>
</div>
</div>
</section>-->
<!-- Content End -->
<!-- Footer -->
<!-- Footer End -->
</div>
</div>
<section id="users">
<div class="section-block logos-1 pt-50 pb-50 bkg-grey-ultralight color-charcoal">
<div class="row">
<div class="column width-3 center-on-mobile">
<h1 class="mb-5 mb-mobile-30">Use cases:</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="lemfm" class="section-block bkg-grey feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.lem.fm" target="blank"><img src="images/users/lemfm.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">LemFM</h2>
<p class="lead color-grey-light">FM Radio for Lemko minority</p>
<p class="color-grey-light">Only community radio for Lemko people, operating in FM & DAB+. One of our oldest clients that we support for 8 years now..<br>
<br>They use our Horn, to mangage broadcasts from multiple places and schedule multiple programs for people on the other side of the globe.<br>
<br>On top of that - we built hardware for processing FM signal for them.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="radiojazzfm" class="section-block bkg-charcoal feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.radiojazz.fm" target="blank"><img src="images/users/radiojazzfm.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">RadioJazzFM</h2>
<p class="lead color-grey-light">The only truly jazz radio in Poland</p>
<p class="color-grey-light">RadioJazzFM is a Warsaw based internet community radio that is focused on Polish jazz heritage.<br>
<br>RadioKit software provides them with the ability to connect live broadcast from different places, like concert venues, DJ's homes and of course their studio and fullfil the gaps with automated playlist or scheduled broadcasts.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="soundmaps" class="section-block bkg-grey feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://soundmap.soundensemble.com" target="blank"><img src="images/users/soundmaps.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">Soundmapping</h2>
<p class="lead color-grey-light">Cybercartography & preserving cultural heritage</p>
<p class="color-grey-light">In 2016 with support of the IVF fund, we created soundmaps containing stories and field recordings of Budapest, Bratislava & Krakow. We didn't have to wait long for proposal to do that in other places.<br>
<br>At the moment we have 6 soundmaps and another 2 are upcoming this year<br>
<br>All the soundmaps are open for new contributions from phonographers from all around the world.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="audioasyl" class="section-block bkg-charcoal feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.audioasyl.net" target="blank"><img src="images/users/audioasyl.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">AudioAsyl</h2>
<p class="lead color-grey-light">Legendary community radio from Zurich</p>
<p class="color-grey-light">This is really a specific use case of our systems: Create 75 streaming channels in two qualities each, i.e. 150 channels.<br>
<br>Besides curated channels on specific genres, each host has its own channel, with the option to go live and manage its playlist completely independently<br>
<br>Launching soon! (September 2017)
</p>
</div>
</div>
</div>
</div>
</section>
<section id="traxvibes" class="section-block bkg-grey feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.traxvibes.com" target="blank"><img src="images/users/traxvibes.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">Traxvibes</h2>
<p class="lead color-grey-light">Expert-curated channels for dance music fans</p>
<p class="color-grey-light">Traxibes runs a platform of 22 channels, containing music curated by professional DJs from all around the world.<br>
<br>RadioKit Horn allows them to manage all the scheduled broadcasts, generate all the streams, and automatically fetch iTunes links for all the music tracks
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Js -->
<div class="section-block replicable-content pt-60 pb-30 call-to-action-2 call-to-action-2-1 bkg-grey-ultralight background-cover">
<div class="row">
<div class="column width-6 left center-on-mobile">
<p>Any questions?</p>
<a href="contact.html" class="button text-uppercase bkg-grey border-hover-white color-white color-hover-white mb-mobile-30 align-left">Contact us</a>
</div>
<div class="column width-6 right center-on-mobile">
<p>Never miss a special offer again!</p>
<a href="index.html#newsletter" class="button text-uppercase bkg-grey border-hover-white color-white color-hover-white mb-mobile-30">Newsletter Signup</a>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-top">
<div class="row">
<div class="column width-4">
<div class="widget">
<h4 class="widget-title weight-light">RadioKit Ltd</h4>
<p>
<span class="text-small weight-bold color-grey-light">+44 20 3289 8890</span><br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="column width-4">
<div class="widget">
<h4 class="widget-title">Products</h4>
<ul>
<li>
<a href="contact.html">Free Trial</a>
</li>
<li>
<a href="electron.html">Electron</a>
</li>
<li>
<a href="freezer.html">Freezer</a>
</li>
<li>
<a href="chronicle.html">Chronicle</a>
</li>
<li>
<a href="depot.html">Depot</a>
</li>
<li>
<a href="engine.html">Engine</a>
</li>
</ul>
</div>
</div>
<div class="column width-4">
<div class="widget">
<h4 class="widget-title">Company Data</h4>
<ul>
<li>
Radiokit Ltd
</li>
<li>
Craven House, 40-44 Uxbridge Road,
</li>
<li>
W5 2BS London, United Kingdom
</li>
<li>
Company number 09998182
</li>
<li>
EU VAT: GB 239 5414 93
</li>
<!--<li>
<a href="#">Frequently Asked Questions</a>
</li>
<li>
<a href="#">Find contact in your country</a>
</li>-->
</ul>
</div>
</div>
<!-- <div class="column width-3">
<div class="widget">
<h4 class="widget-title">Check Our Apps</h4>
<p>Checkout apps we published</p>
<p>
<a class="button button-info medium rounded bkg-black bkg-hover-purple color-white color-hover-white no-margin-bottom"><span class="icon-app-store medium left"></span><span class="button-content"><small>Download On The</small>AppStore</span></a>
</p>
</div>
</div>-->
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="column width-12">
<div class="footer-bottom-inner center">
<p class="copyright pull-left clear-float-on-mobile">
© RadioKit Ltd All Rights Reserved. <a href="docs/radiokit-website-termsandconditions.pdf">Terms & Conditions</a> | <a href="docs/radiokit-website-cookie-policy.pdf">Cookie policy</a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="javascripts/timber.master.min.js"></script>
</body>
</html>