├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ └── note--please-use-the-issues-section-of--sepia-docs--for-questions.md ├── .gitignore ├── LICENSE ├── README.md ├── Settings.md ├── TEACH-UI.md ├── screenshots ├── README.md ├── avatar-ILA-classic.png ├── avatar-ILA-variant.png ├── avatar-classic.png ├── avatar-classy.png ├── avatar-dots.png ├── avatar-flaming-sqr.png ├── avatar-proto.png ├── avatar-s-tech.png ├── avatar-star-ctrl.png ├── mobile-alabaster-mtl.png ├── mobile-alabaster-myth.png ├── mobile-blue-canary.png ├── mobile-dark-canary.png ├── mobile-dark.png ├── mobile-default.png ├── mobile-essential.png ├── mobile-flaming-sqr-dark.png ├── mobile-my-message.png ├── mobile-odyssey-ai.png ├── mobile-odyssey-cq.png ├── mobile-street.png ├── mobile-vectors-reloaded.png ├── tablet-landscape-dark.png ├── tablet-landscape-default.png ├── tablet-landscape-historic-future.png ├── tablet-landscape-os2.0.png └── tablet-landscape-the-grid.png ├── universal-links-redirect ├── README.md └── index.html └── www ├── admin.html ├── always-on.html ├── audio-modules ├── README.md ├── buffer-switch.js ├── picovoice │ ├── porcupine-keywords │ │ ├── alexa_wasm_19.js │ │ ├── blueberry_wasm_16.js │ │ ├── bumblebee_wasm_19.js │ │ ├── christina_wasm_15.js │ │ ├── computer_wasm_19.js │ │ ├── computer_wasm_21_en.js │ │ ├── dragonfly_wasm_15.js │ │ ├── flamingo_wasm_16.js │ │ ├── francesca_wasm_15.js │ │ ├── grasshopper_wasm_19.js │ │ ├── hey_edison_wasm_19.js │ │ ├── hey_pico_wasm_16.js │ │ ├── hey_sepia_wasm_14.js │ │ ├── hey_sepia_wasm_21_en.js │ │ ├── hey_siri_wasm_19.js │ │ ├── hot_pink_wasm_16.js │ │ ├── jarvis_wasm_19.js │ │ ├── jarvis_wasm_21_en.js │ │ ├── magenta_wasm_16.js │ │ ├── midnight_blue_wasm_16.js │ │ ├── ok_google_wasm_19.js │ │ ├── ok_lamp_wasm_14.js │ │ ├── picovoice_wasm_19.js │ │ ├── porcupine_wasm_19.js │ │ ├── raspberry_wasm_15.js │ │ ├── sandy_brown_wasm_16.js │ │ └── terminator_wasm_16.js │ ├── porcupine-wasm-interface-v2.js │ ├── porcupine-wasm-interface.js │ ├── porcupine-wasm-module-14.js │ ├── porcupine-wasm-module-19.js │ └── porcupine-wasm-module-19_b64.js ├── porcupine-wake-word-worker.js ├── sepia-vad-worker.js ├── shared │ ├── common.js │ ├── fir-filter-resampler.min.js │ ├── meyda.min.compressed.js │ ├── ring-buffer.min.js │ └── sepia-stt-socket-client.js ├── speex-resample-switch.js ├── speex-resample-worker.js ├── speex │ ├── speex-resampler-interface.min.js │ └── speex-resampler-wasm.js ├── stt-socket-worker.js ├── volume-processor.js ├── wave-encoder-worker.js ├── webrtc-vad-worker.js ├── webrtc-vad │ ├── webrtc-vad-interface.min.js │ └── webrtc-vad-wasm.js └── white-noise-generator.js ├── channel-manager.html ├── create-account.html ├── credits.html ├── css ├── googleMaterialIcons-2020-12-03.woff ├── googleMaterialIcons-2020-12-03.woff2 ├── googleMaterialIcons-readme.txt ├── googleMaterialIcons.css ├── googleMaterialIcons.js ├── icons-sepia-fw-readme.txt ├── sepia-fw.woff ├── sepiaFW-alwaysOn.css ├── sepiaFW-avatar-ILA-o-five-1.css ├── sepiaFW-avatar-ILA-o-five-2.css ├── sepiaFW-avatar-ILA-o-five-3.css ├── sepiaFW-avatar-ILA.css ├── sepiaFW-avatar-classic-cool.css ├── sepiaFW-avatar-classic.css ├── sepiaFW-avatar-dots.css ├── sepiaFW-avatar-flaming-squirrel.css ├── sepiaFW-avatar-proto.css ├── sepiaFW-avatar-s-tech.css ├── sepiaFW-avatar-star-control.css ├── sepiaFW-cards.css ├── sepiaFW-font.css ├── sepiaFW-frames.css ├── sepiaFW-plots.css ├── sepiaFW-skin-9to5.css ├── sepiaFW-skin-ILA-legacy.css ├── sepiaFW-skin-alabaster-dark.css ├── sepiaFW-skin-alabaster-motley.css ├── sepiaFW-skin-alabaster-mystical.css ├── sepiaFW-skin-autum.css ├── sepiaFW-skin-bytemind.css ├── sepiaFW-skin-canary-blue.css ├── sepiaFW-skin-canary-dark.css ├── sepiaFW-skin-canny.css ├── sepiaFW-skin-custom-dark-neo.css ├── sepiaFW-skin-custom-light-basic.css ├── sepiaFW-skin-dark-sepia.css ├── sepiaFW-skin-flaming-squirrel-dark.css ├── sepiaFW-skin-flaming-squirrel.css ├── sepiaFW-skin-funky-sunrise.css ├── sepiaFW-skin-grid.css ├── sepiaFW-skin-history-of-future.css ├── sepiaFW-skin-legacy.css ├── sepiaFW-skin-malachite.css ├── sepiaFW-skin-minimal-green.css ├── sepiaFW-skin-minimal-orange.css ├── sepiaFW-skin-minimal.css ├── sepiaFW-skin-myMessage.css ├── sepiaFW-skin-neo-sepia-dark.css ├── sepiaFW-skin-neo-sepia.css ├── sepiaFW-skin-neon.css ├── sepiaFW-skin-nippon.css ├── sepiaFW-skin-odyssey1.css ├── sepiaFW-skin-odyssey2.css ├── sepiaFW-skin-odyssey3.css ├── sepiaFW-skin-os1.css ├── sepiaFW-skin-os2.css ├── sepiaFW-skin-pizza.css ├── sepiaFW-skin-poppy.css ├── sepiaFW-skin-professional.css ├── sepiaFW-skin-sakura.css ├── sepiaFW-skin-spot.css ├── sepiaFW-skin-street.css ├── sepiaFW-skin-study.css ├── sepiaFW-skin-uplink.css ├── sepiaFW-skin-vectors-reloaded.css ├── sepiaFW-skin-vectors.css ├── sepiaFW-style-dual-screen.css ├── sepiaFW-style-tiny.css ├── sepiaFW-style-virtual-keyboard.css ├── sepiaFW-style.css ├── sepiaFW-teachUI.css ├── simple-keyboard.css └── start.css ├── device-site.html ├── favicon.ico ├── img ├── Attributions.txt ├── SEPIA_back-w.png ├── SEPIA_back.png ├── SEPIA_odyssey-w1.png ├── SEPIA_odyssey-w2.png ├── SEPIA_space.svg ├── SEPIA_space_2.svg ├── avatars │ ├── ILA_v1.svg │ ├── ILA_v2.svg │ ├── ILA_v3.svg │ ├── ILA_v4.svg │ ├── Proto_v1.svg │ ├── SEPIA_space.svg │ ├── SEPIA_tech.svg │ ├── flaming_squirrel.svg │ ├── pixel_glasses_black.svg │ └── pixel_glasses_white.svg ├── birdAlpha.png ├── birdsAlpha.png ├── blocks.svg ├── blocks2_alpha.png ├── blocksAlpha.png ├── cherryBlossomInkAlpha.png ├── color-blobs-1.svg ├── color-blobs-2.svg ├── color-blobs-3.svg ├── cycling.png ├── flaming_squirrel.png ├── icon-512-w.png ├── icon-512.png ├── icon-96.png ├── icon-w.png ├── icon.png ├── infiniBandAlpha.png ├── infiniBandAlpha2.png ├── infiniBandAlpha3.png ├── infiniBandAlphaUD.png ├── infiniBlack.png ├── inkSplashAlpha.png ├── nippon.png ├── pizza.png ├── splashscreens │ ├── iphone12_splash.png │ └── iphonex_splash.png ├── techtree.png ├── tutorial │ ├── always-on-mode.png │ ├── chat-sample.png │ ├── controls.png │ ├── list-functions.png │ └── swipe-views.png ├── ui │ ├── sepia.svg │ ├── sepia_24x24_w.png │ ├── sepia_36x36_w.png │ ├── sepia_48x48_w.png │ ├── sepia_96x96_w.png │ ├── sepia_bw.svg │ ├── sepia_col_512.svg │ └── sepia_round.svg ├── weather │ ├── clear-day.png │ ├── clear-day.svg │ ├── clear-night.png │ ├── clear-night.svg │ ├── cloudy.png │ ├── default.png │ ├── default.svg │ ├── fair-day.png │ ├── fair-night.png │ ├── fog.png │ ├── fog.svg │ ├── partly-cloudy-day.png │ ├── partly-cloudy-day.svg │ ├── partly-cloudy-night.png │ ├── partly-cloudy-night.svg │ ├── rain-drops.png │ ├── rain-drops.svg │ ├── rain.png │ ├── sleet.png │ ├── snow.png │ ├── snowflakes.png │ ├── snowflakes.svg │ ├── thunder-and-rain.png │ ├── thunder-and-sleet.png │ ├── thunder-and-snow.png │ ├── wind.png │ └── wind.svg ├── worldMapBlack.png ├── worldMapColored1.png └── worldMapWhite.png ├── index.html ├── input-controls.html ├── js ├── index.js └── start.js ├── launcher.html ├── license.html ├── media-devices.html ├── offline.html ├── password-reset.html ├── robots.txt ├── scripts ├── clexi-0.9.1.js ├── hammer-time.min.js ├── hammer.min.js ├── ie11.polyfills.js ├── jquery-3.4.1.min.js ├── purify.min.js ├── sepiaFW.account.contacts.js ├── sepiaFW.account.js ├── sepiaFW.alwaysOn.js ├── sepiaFW.android.js ├── sepiaFW.app.config.js ├── sepiaFW.app.js ├── sepiaFW.assistant.js ├── sepiaFW.audio.effects.js ├── sepiaFW.audio.js ├── sepiaFW.audioRecorder.js ├── sepiaFW.clexi.js ├── sepiaFW.client.controls.js ├── sepiaFW.embedded.nlu.js ├── sepiaFW.embedded.services.js ├── sepiaFW.files.js ├── sepiaFW.frames.js ├── sepiaFW.geocoder.js ├── sepiaFW.inputControls.cmdl.js ├── sepiaFW.inputControls.js ├── sepiaFW.local.js ├── sepiaFW.offline.js ├── sepiaFW.speech.js ├── sepiaFW.speechAudioProcessor.js ├── sepiaFW.speechRecognition.js ├── sepiaFW.speechSynthesis.js ├── sepiaFW.teach.js ├── sepiaFW.ui.actions.js ├── sepiaFW.ui.animate.js ├── sepiaFW.ui.build.js ├── sepiaFW.ui.cards.embed.js ├── sepiaFW.ui.cards.js ├── sepiaFW.ui.carousel.js ├── sepiaFW.ui.customButtons.js ├── sepiaFW.ui.dragDrop.js ├── sepiaFW.ui.events.js ├── sepiaFW.ui.js ├── sepiaFW.ui.myView.js ├── sepiaFW.ui.notify.js ├── sepiaFW.ui.plot.js ├── sepiaFW.ui.virtualKeyboard.js ├── sepiaFW.wakeTriggers.js ├── sepiaFW.wakeWordSettings.js ├── sepiaFW.webAudio.js ├── sepiaFW.webSocket.channels.js ├── sepiaFW.webSocket.js ├── simple-keyboard.modern.min.js ├── sjcl.js ├── svg-inject.min.js └── visualization │ ├── uPlot-lazy-heatmap.min.js │ ├── uPlot-lazy-histogram.min.js │ ├── uPlot-lazy.min.js │ ├── uPlot.iife.min.js │ └── uPlot.min.css ├── search.html ├── sepia.webmanifest ├── server-access.html ├── settings.js ├── shared-access.html ├── sounds ├── alarm.mp3 ├── bleep.mp3 ├── blob.mp3 ├── chirp.mp3 ├── click.mp3 ├── coin.mp3 ├── empty.mp3 ├── setup.mp3 └── sound_licenses.txt ├── start.html ├── stt-settings.html ├── sw.js ├── teach.html ├── templates └── dynamic-frame.html ├── theme-editor.html ├── tutorial-de.html ├── tutorial.html ├── wake-word-settings.html ├── workers └── default.js └── xtensions ├── custom-data ├── README.md ├── views │ ├── clock.html │ └── demo-view.html └── widgets │ ├── README.md │ ├── mp-default.html │ └── mp-youtube.html ├── local-data ├── README.md └── robots.txt └── picovoice ├── README.md ├── activation.html ├── convert.html ├── convert_binary_to_array.sh ├── download_wasm.bat ├── download_wasm.sh ├── pv_porcupine.wasm └── wakeWords.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [fquirin] 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/note--please-use-the-issues-section-of--sepia-docs--for-questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/.github/ISSUE_TEMPLATE/note--please-use-the-issues-section-of--sepia-docs--for-questions.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/README.md -------------------------------------------------------------------------------- /Settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/Settings.md -------------------------------------------------------------------------------- /TEACH-UI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/TEACH-UI.md -------------------------------------------------------------------------------- /screenshots/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/README.md -------------------------------------------------------------------------------- /screenshots/avatar-ILA-classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-ILA-classic.png -------------------------------------------------------------------------------- /screenshots/avatar-ILA-variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-ILA-variant.png -------------------------------------------------------------------------------- /screenshots/avatar-classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-classic.png -------------------------------------------------------------------------------- /screenshots/avatar-classy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-classy.png -------------------------------------------------------------------------------- /screenshots/avatar-dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-dots.png -------------------------------------------------------------------------------- /screenshots/avatar-flaming-sqr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-flaming-sqr.png -------------------------------------------------------------------------------- /screenshots/avatar-proto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-proto.png -------------------------------------------------------------------------------- /screenshots/avatar-s-tech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-s-tech.png -------------------------------------------------------------------------------- /screenshots/avatar-star-ctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/avatar-star-ctrl.png -------------------------------------------------------------------------------- /screenshots/mobile-alabaster-mtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-alabaster-mtl.png -------------------------------------------------------------------------------- /screenshots/mobile-alabaster-myth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-alabaster-myth.png -------------------------------------------------------------------------------- /screenshots/mobile-blue-canary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-blue-canary.png -------------------------------------------------------------------------------- /screenshots/mobile-dark-canary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-dark-canary.png -------------------------------------------------------------------------------- /screenshots/mobile-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-dark.png -------------------------------------------------------------------------------- /screenshots/mobile-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-default.png -------------------------------------------------------------------------------- /screenshots/mobile-essential.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-essential.png -------------------------------------------------------------------------------- /screenshots/mobile-flaming-sqr-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-flaming-sqr-dark.png -------------------------------------------------------------------------------- /screenshots/mobile-my-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-my-message.png -------------------------------------------------------------------------------- /screenshots/mobile-odyssey-ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-odyssey-ai.png -------------------------------------------------------------------------------- /screenshots/mobile-odyssey-cq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-odyssey-cq.png -------------------------------------------------------------------------------- /screenshots/mobile-street.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-street.png -------------------------------------------------------------------------------- /screenshots/mobile-vectors-reloaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/mobile-vectors-reloaded.png -------------------------------------------------------------------------------- /screenshots/tablet-landscape-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/tablet-landscape-dark.png -------------------------------------------------------------------------------- /screenshots/tablet-landscape-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/tablet-landscape-default.png -------------------------------------------------------------------------------- /screenshots/tablet-landscape-historic-future.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/tablet-landscape-historic-future.png -------------------------------------------------------------------------------- /screenshots/tablet-landscape-os2.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/tablet-landscape-os2.0.png -------------------------------------------------------------------------------- /screenshots/tablet-landscape-the-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/screenshots/tablet-landscape-the-grid.png -------------------------------------------------------------------------------- /universal-links-redirect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/universal-links-redirect/README.md -------------------------------------------------------------------------------- /universal-links-redirect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/universal-links-redirect/index.html -------------------------------------------------------------------------------- /www/admin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/admin.html -------------------------------------------------------------------------------- /www/always-on.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/always-on.html -------------------------------------------------------------------------------- /www/audio-modules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/README.md -------------------------------------------------------------------------------- /www/audio-modules/buffer-switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/buffer-switch.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/alexa_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/alexa_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/blueberry_wasm_16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/blueberry_wasm_16.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/bumblebee_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/bumblebee_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/christina_wasm_15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/christina_wasm_15.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/computer_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/computer_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/computer_wasm_21_en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/computer_wasm_21_en.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/dragonfly_wasm_15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/dragonfly_wasm_15.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/flamingo_wasm_16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/flamingo_wasm_16.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/francesca_wasm_15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/francesca_wasm_15.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/grasshopper_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/grasshopper_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/hey_edison_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/hey_edison_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/hey_pico_wasm_16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/hey_pico_wasm_16.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/hey_sepia_wasm_14.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/hey_sepia_wasm_14.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/hey_sepia_wasm_21_en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/hey_sepia_wasm_21_en.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/hey_siri_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/hey_siri_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/hot_pink_wasm_16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/hot_pink_wasm_16.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/jarvis_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/jarvis_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/jarvis_wasm_21_en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/jarvis_wasm_21_en.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/magenta_wasm_16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/magenta_wasm_16.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/midnight_blue_wasm_16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/midnight_blue_wasm_16.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/ok_google_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/ok_google_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/ok_lamp_wasm_14.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/ok_lamp_wasm_14.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/picovoice_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/picovoice_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/porcupine_wasm_19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/porcupine_wasm_19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/raspberry_wasm_15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/raspberry_wasm_15.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/sandy_brown_wasm_16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/sandy_brown_wasm_16.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-keywords/terminator_wasm_16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-keywords/terminator_wasm_16.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-wasm-interface-v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-wasm-interface-v2.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-wasm-interface.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-wasm-interface.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-wasm-module-14.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-wasm-module-14.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-wasm-module-19.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-wasm-module-19.js -------------------------------------------------------------------------------- /www/audio-modules/picovoice/porcupine-wasm-module-19_b64.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/picovoice/porcupine-wasm-module-19_b64.js -------------------------------------------------------------------------------- /www/audio-modules/porcupine-wake-word-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/porcupine-wake-word-worker.js -------------------------------------------------------------------------------- /www/audio-modules/sepia-vad-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/sepia-vad-worker.js -------------------------------------------------------------------------------- /www/audio-modules/shared/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/shared/common.js -------------------------------------------------------------------------------- /www/audio-modules/shared/fir-filter-resampler.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/shared/fir-filter-resampler.min.js -------------------------------------------------------------------------------- /www/audio-modules/shared/meyda.min.compressed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/shared/meyda.min.compressed.js -------------------------------------------------------------------------------- /www/audio-modules/shared/ring-buffer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/shared/ring-buffer.min.js -------------------------------------------------------------------------------- /www/audio-modules/shared/sepia-stt-socket-client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/shared/sepia-stt-socket-client.js -------------------------------------------------------------------------------- /www/audio-modules/speex-resample-switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/speex-resample-switch.js -------------------------------------------------------------------------------- /www/audio-modules/speex-resample-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/speex-resample-worker.js -------------------------------------------------------------------------------- /www/audio-modules/speex/speex-resampler-interface.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/speex/speex-resampler-interface.min.js -------------------------------------------------------------------------------- /www/audio-modules/speex/speex-resampler-wasm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/speex/speex-resampler-wasm.js -------------------------------------------------------------------------------- /www/audio-modules/stt-socket-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/stt-socket-worker.js -------------------------------------------------------------------------------- /www/audio-modules/volume-processor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/volume-processor.js -------------------------------------------------------------------------------- /www/audio-modules/wave-encoder-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/wave-encoder-worker.js -------------------------------------------------------------------------------- /www/audio-modules/webrtc-vad-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/webrtc-vad-worker.js -------------------------------------------------------------------------------- /www/audio-modules/webrtc-vad/webrtc-vad-interface.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/webrtc-vad/webrtc-vad-interface.min.js -------------------------------------------------------------------------------- /www/audio-modules/webrtc-vad/webrtc-vad-wasm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/webrtc-vad/webrtc-vad-wasm.js -------------------------------------------------------------------------------- /www/audio-modules/white-noise-generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/audio-modules/white-noise-generator.js -------------------------------------------------------------------------------- /www/channel-manager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/channel-manager.html -------------------------------------------------------------------------------- /www/create-account.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/create-account.html -------------------------------------------------------------------------------- /www/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/credits.html -------------------------------------------------------------------------------- /www/css/googleMaterialIcons-2020-12-03.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/googleMaterialIcons-2020-12-03.woff -------------------------------------------------------------------------------- /www/css/googleMaterialIcons-2020-12-03.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/googleMaterialIcons-2020-12-03.woff2 -------------------------------------------------------------------------------- /www/css/googleMaterialIcons-readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/googleMaterialIcons-readme.txt -------------------------------------------------------------------------------- /www/css/googleMaterialIcons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/googleMaterialIcons.css -------------------------------------------------------------------------------- /www/css/googleMaterialIcons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/googleMaterialIcons.js -------------------------------------------------------------------------------- /www/css/icons-sepia-fw-readme.txt: -------------------------------------------------------------------------------- 1 | sepia-fw.woff icon library created with Icomoon 2 | -------------------------------------------------------------------------------- /www/css/sepia-fw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepia-fw.woff -------------------------------------------------------------------------------- /www/css/sepiaFW-alwaysOn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-alwaysOn.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-ILA-o-five-1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-ILA-o-five-1.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-ILA-o-five-2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-ILA-o-five-2.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-ILA-o-five-3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-ILA-o-five-3.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-ILA.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-ILA.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-classic-cool.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-classic-cool.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-classic.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-dots.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-dots.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-flaming-squirrel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-flaming-squirrel.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-proto.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-proto.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-s-tech.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-s-tech.css -------------------------------------------------------------------------------- /www/css/sepiaFW-avatar-star-control.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-avatar-star-control.css -------------------------------------------------------------------------------- /www/css/sepiaFW-cards.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-cards.css -------------------------------------------------------------------------------- /www/css/sepiaFW-font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-font.css -------------------------------------------------------------------------------- /www/css/sepiaFW-frames.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-frames.css -------------------------------------------------------------------------------- /www/css/sepiaFW-plots.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-plots.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-9to5.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-9to5.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-ILA-legacy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-ILA-legacy.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-alabaster-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-alabaster-dark.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-alabaster-motley.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-alabaster-motley.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-alabaster-mystical.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-alabaster-mystical.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-autum.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-autum.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-bytemind.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-bytemind.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-canary-blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-canary-blue.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-canary-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-canary-dark.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-canny.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-canny.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-custom-dark-neo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-custom-dark-neo.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-custom-light-basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-custom-light-basic.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-dark-sepia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-dark-sepia.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-flaming-squirrel-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-flaming-squirrel-dark.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-flaming-squirrel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-flaming-squirrel.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-funky-sunrise.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-funky-sunrise.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-grid.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-history-of-future.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-history-of-future.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-legacy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-legacy.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-malachite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-malachite.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-minimal-green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-minimal-green.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-minimal-orange.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-minimal-orange.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-minimal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-minimal.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-myMessage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-myMessage.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-neo-sepia-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-neo-sepia-dark.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-neo-sepia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-neo-sepia.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-neon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-neon.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-nippon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-nippon.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-odyssey1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-odyssey1.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-odyssey2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-odyssey2.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-odyssey3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-odyssey3.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-os1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-os1.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-os2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-os2.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-pizza.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-pizza.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-poppy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-poppy.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-professional.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-professional.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-sakura.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-sakura.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-spot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-spot.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-street.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-street.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-study.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-study.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-uplink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-uplink.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-vectors-reloaded.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-vectors-reloaded.css -------------------------------------------------------------------------------- /www/css/sepiaFW-skin-vectors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-skin-vectors.css -------------------------------------------------------------------------------- /www/css/sepiaFW-style-dual-screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-style-dual-screen.css -------------------------------------------------------------------------------- /www/css/sepiaFW-style-tiny.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-style-tiny.css -------------------------------------------------------------------------------- /www/css/sepiaFW-style-virtual-keyboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-style-virtual-keyboard.css -------------------------------------------------------------------------------- /www/css/sepiaFW-style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-style.css -------------------------------------------------------------------------------- /www/css/sepiaFW-teachUI.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/sepiaFW-teachUI.css -------------------------------------------------------------------------------- /www/css/simple-keyboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/simple-keyboard.css -------------------------------------------------------------------------------- /www/css/start.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/css/start.css -------------------------------------------------------------------------------- /www/device-site.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/device-site.html -------------------------------------------------------------------------------- /www/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/favicon.ico -------------------------------------------------------------------------------- /www/img/Attributions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/Attributions.txt -------------------------------------------------------------------------------- /www/img/SEPIA_back-w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/SEPIA_back-w.png -------------------------------------------------------------------------------- /www/img/SEPIA_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/SEPIA_back.png -------------------------------------------------------------------------------- /www/img/SEPIA_odyssey-w1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/SEPIA_odyssey-w1.png -------------------------------------------------------------------------------- /www/img/SEPIA_odyssey-w2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/SEPIA_odyssey-w2.png -------------------------------------------------------------------------------- /www/img/SEPIA_space.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/SEPIA_space.svg -------------------------------------------------------------------------------- /www/img/SEPIA_space_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/SEPIA_space_2.svg -------------------------------------------------------------------------------- /www/img/avatars/ILA_v1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/ILA_v1.svg -------------------------------------------------------------------------------- /www/img/avatars/ILA_v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/ILA_v2.svg -------------------------------------------------------------------------------- /www/img/avatars/ILA_v3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/ILA_v3.svg -------------------------------------------------------------------------------- /www/img/avatars/ILA_v4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/ILA_v4.svg -------------------------------------------------------------------------------- /www/img/avatars/Proto_v1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/Proto_v1.svg -------------------------------------------------------------------------------- /www/img/avatars/SEPIA_space.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/SEPIA_space.svg -------------------------------------------------------------------------------- /www/img/avatars/SEPIA_tech.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/SEPIA_tech.svg -------------------------------------------------------------------------------- /www/img/avatars/flaming_squirrel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/flaming_squirrel.svg -------------------------------------------------------------------------------- /www/img/avatars/pixel_glasses_black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/pixel_glasses_black.svg -------------------------------------------------------------------------------- /www/img/avatars/pixel_glasses_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/avatars/pixel_glasses_white.svg -------------------------------------------------------------------------------- /www/img/birdAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/birdAlpha.png -------------------------------------------------------------------------------- /www/img/birdsAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/birdsAlpha.png -------------------------------------------------------------------------------- /www/img/blocks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/blocks.svg -------------------------------------------------------------------------------- /www/img/blocks2_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/blocks2_alpha.png -------------------------------------------------------------------------------- /www/img/blocksAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/blocksAlpha.png -------------------------------------------------------------------------------- /www/img/cherryBlossomInkAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/cherryBlossomInkAlpha.png -------------------------------------------------------------------------------- /www/img/color-blobs-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/color-blobs-1.svg -------------------------------------------------------------------------------- /www/img/color-blobs-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/color-blobs-2.svg -------------------------------------------------------------------------------- /www/img/color-blobs-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/color-blobs-3.svg -------------------------------------------------------------------------------- /www/img/cycling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/cycling.png -------------------------------------------------------------------------------- /www/img/flaming_squirrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/flaming_squirrel.png -------------------------------------------------------------------------------- /www/img/icon-512-w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/icon-512-w.png -------------------------------------------------------------------------------- /www/img/icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/icon-512.png -------------------------------------------------------------------------------- /www/img/icon-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/icon-96.png -------------------------------------------------------------------------------- /www/img/icon-w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/icon-w.png -------------------------------------------------------------------------------- /www/img/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/icon.png -------------------------------------------------------------------------------- /www/img/infiniBandAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/infiniBandAlpha.png -------------------------------------------------------------------------------- /www/img/infiniBandAlpha2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/infiniBandAlpha2.png -------------------------------------------------------------------------------- /www/img/infiniBandAlpha3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/infiniBandAlpha3.png -------------------------------------------------------------------------------- /www/img/infiniBandAlphaUD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/infiniBandAlphaUD.png -------------------------------------------------------------------------------- /www/img/infiniBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/infiniBlack.png -------------------------------------------------------------------------------- /www/img/inkSplashAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/inkSplashAlpha.png -------------------------------------------------------------------------------- /www/img/nippon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/nippon.png -------------------------------------------------------------------------------- /www/img/pizza.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/pizza.png -------------------------------------------------------------------------------- /www/img/splashscreens/iphone12_splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/splashscreens/iphone12_splash.png -------------------------------------------------------------------------------- /www/img/splashscreens/iphonex_splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/splashscreens/iphonex_splash.png -------------------------------------------------------------------------------- /www/img/techtree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/techtree.png -------------------------------------------------------------------------------- /www/img/tutorial/always-on-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/tutorial/always-on-mode.png -------------------------------------------------------------------------------- /www/img/tutorial/chat-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/tutorial/chat-sample.png -------------------------------------------------------------------------------- /www/img/tutorial/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/tutorial/controls.png -------------------------------------------------------------------------------- /www/img/tutorial/list-functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/tutorial/list-functions.png -------------------------------------------------------------------------------- /www/img/tutorial/swipe-views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/tutorial/swipe-views.png -------------------------------------------------------------------------------- /www/img/ui/sepia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/ui/sepia.svg -------------------------------------------------------------------------------- /www/img/ui/sepia_24x24_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/ui/sepia_24x24_w.png -------------------------------------------------------------------------------- /www/img/ui/sepia_36x36_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/ui/sepia_36x36_w.png -------------------------------------------------------------------------------- /www/img/ui/sepia_48x48_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/ui/sepia_48x48_w.png -------------------------------------------------------------------------------- /www/img/ui/sepia_96x96_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/ui/sepia_96x96_w.png -------------------------------------------------------------------------------- /www/img/ui/sepia_bw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/ui/sepia_bw.svg -------------------------------------------------------------------------------- /www/img/ui/sepia_col_512.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/ui/sepia_col_512.svg -------------------------------------------------------------------------------- /www/img/ui/sepia_round.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/ui/sepia_round.svg -------------------------------------------------------------------------------- /www/img/weather/clear-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/clear-day.png -------------------------------------------------------------------------------- /www/img/weather/clear-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/clear-day.svg -------------------------------------------------------------------------------- /www/img/weather/clear-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/clear-night.png -------------------------------------------------------------------------------- /www/img/weather/clear-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/clear-night.svg -------------------------------------------------------------------------------- /www/img/weather/cloudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/cloudy.png -------------------------------------------------------------------------------- /www/img/weather/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/default.png -------------------------------------------------------------------------------- /www/img/weather/default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/default.svg -------------------------------------------------------------------------------- /www/img/weather/fair-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/fair-day.png -------------------------------------------------------------------------------- /www/img/weather/fair-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/fair-night.png -------------------------------------------------------------------------------- /www/img/weather/fog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/fog.png -------------------------------------------------------------------------------- /www/img/weather/fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/fog.svg -------------------------------------------------------------------------------- /www/img/weather/partly-cloudy-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/partly-cloudy-day.png -------------------------------------------------------------------------------- /www/img/weather/partly-cloudy-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/partly-cloudy-day.svg -------------------------------------------------------------------------------- /www/img/weather/partly-cloudy-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/partly-cloudy-night.png -------------------------------------------------------------------------------- /www/img/weather/partly-cloudy-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/partly-cloudy-night.svg -------------------------------------------------------------------------------- /www/img/weather/rain-drops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/rain-drops.png -------------------------------------------------------------------------------- /www/img/weather/rain-drops.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/rain-drops.svg -------------------------------------------------------------------------------- /www/img/weather/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/rain.png -------------------------------------------------------------------------------- /www/img/weather/sleet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/sleet.png -------------------------------------------------------------------------------- /www/img/weather/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/snow.png -------------------------------------------------------------------------------- /www/img/weather/snowflakes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/snowflakes.png -------------------------------------------------------------------------------- /www/img/weather/snowflakes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/snowflakes.svg -------------------------------------------------------------------------------- /www/img/weather/thunder-and-rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/thunder-and-rain.png -------------------------------------------------------------------------------- /www/img/weather/thunder-and-sleet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/thunder-and-sleet.png -------------------------------------------------------------------------------- /www/img/weather/thunder-and-snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/thunder-and-snow.png -------------------------------------------------------------------------------- /www/img/weather/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/wind.png -------------------------------------------------------------------------------- /www/img/weather/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/weather/wind.svg -------------------------------------------------------------------------------- /www/img/worldMapBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/worldMapBlack.png -------------------------------------------------------------------------------- /www/img/worldMapColored1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/worldMapColored1.png -------------------------------------------------------------------------------- /www/img/worldMapWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/img/worldMapWhite.png -------------------------------------------------------------------------------- /www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/index.html -------------------------------------------------------------------------------- /www/input-controls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/input-controls.html -------------------------------------------------------------------------------- /www/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/js/index.js -------------------------------------------------------------------------------- /www/js/start.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/js/start.js -------------------------------------------------------------------------------- /www/launcher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/launcher.html -------------------------------------------------------------------------------- /www/license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/license.html -------------------------------------------------------------------------------- /www/media-devices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/media-devices.html -------------------------------------------------------------------------------- /www/offline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/offline.html -------------------------------------------------------------------------------- /www/password-reset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/password-reset.html -------------------------------------------------------------------------------- /www/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / -------------------------------------------------------------------------------- /www/scripts/clexi-0.9.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/clexi-0.9.1.js -------------------------------------------------------------------------------- /www/scripts/hammer-time.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/hammer-time.min.js -------------------------------------------------------------------------------- /www/scripts/hammer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/hammer.min.js -------------------------------------------------------------------------------- /www/scripts/ie11.polyfills.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/ie11.polyfills.js -------------------------------------------------------------------------------- /www/scripts/jquery-3.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/jquery-3.4.1.min.js -------------------------------------------------------------------------------- /www/scripts/purify.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/purify.min.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.account.contacts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.account.contacts.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.account.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.account.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.alwaysOn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.alwaysOn.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.android.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.android.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.app.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.app.config.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.app.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.assistant.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.assistant.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.audio.effects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.audio.effects.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.audio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.audio.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.audioRecorder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.audioRecorder.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.clexi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.clexi.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.client.controls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.client.controls.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.embedded.nlu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.embedded.nlu.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.embedded.services.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.embedded.services.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.files.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.files.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.frames.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.frames.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.geocoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.geocoder.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.inputControls.cmdl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.inputControls.cmdl.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.inputControls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.inputControls.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.local.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.offline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.offline.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.speech.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.speech.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.speechAudioProcessor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.speechAudioProcessor.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.speechRecognition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.speechRecognition.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.speechSynthesis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.speechSynthesis.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.teach.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.teach.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.actions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.actions.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.animate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.animate.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.build.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.cards.embed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.cards.embed.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.cards.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.cards.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.carousel.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.customButtons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.customButtons.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.dragDrop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.dragDrop.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.events.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.events.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.myView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.myView.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.notify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.notify.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.plot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.plot.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.ui.virtualKeyboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.ui.virtualKeyboard.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.wakeTriggers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.wakeTriggers.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.wakeWordSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.wakeWordSettings.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.webAudio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.webAudio.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.webSocket.channels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.webSocket.channels.js -------------------------------------------------------------------------------- /www/scripts/sepiaFW.webSocket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sepiaFW.webSocket.js -------------------------------------------------------------------------------- /www/scripts/simple-keyboard.modern.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/simple-keyboard.modern.min.js -------------------------------------------------------------------------------- /www/scripts/sjcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/sjcl.js -------------------------------------------------------------------------------- /www/scripts/svg-inject.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/svg-inject.min.js -------------------------------------------------------------------------------- /www/scripts/visualization/uPlot-lazy-heatmap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/visualization/uPlot-lazy-heatmap.min.js -------------------------------------------------------------------------------- /www/scripts/visualization/uPlot-lazy-histogram.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/visualization/uPlot-lazy-histogram.min.js -------------------------------------------------------------------------------- /www/scripts/visualization/uPlot-lazy.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/visualization/uPlot-lazy.min.js -------------------------------------------------------------------------------- /www/scripts/visualization/uPlot.iife.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/visualization/uPlot.iife.min.js -------------------------------------------------------------------------------- /www/scripts/visualization/uPlot.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/scripts/visualization/uPlot.min.css -------------------------------------------------------------------------------- /www/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/search.html -------------------------------------------------------------------------------- /www/sepia.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sepia.webmanifest -------------------------------------------------------------------------------- /www/server-access.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/server-access.html -------------------------------------------------------------------------------- /www/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/settings.js -------------------------------------------------------------------------------- /www/shared-access.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/shared-access.html -------------------------------------------------------------------------------- /www/sounds/alarm.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/alarm.mp3 -------------------------------------------------------------------------------- /www/sounds/bleep.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/bleep.mp3 -------------------------------------------------------------------------------- /www/sounds/blob.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/blob.mp3 -------------------------------------------------------------------------------- /www/sounds/chirp.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/chirp.mp3 -------------------------------------------------------------------------------- /www/sounds/click.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/click.mp3 -------------------------------------------------------------------------------- /www/sounds/coin.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/coin.mp3 -------------------------------------------------------------------------------- /www/sounds/empty.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/empty.mp3 -------------------------------------------------------------------------------- /www/sounds/setup.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/setup.mp3 -------------------------------------------------------------------------------- /www/sounds/sound_licenses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sounds/sound_licenses.txt -------------------------------------------------------------------------------- /www/start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/start.html -------------------------------------------------------------------------------- /www/stt-settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/stt-settings.html -------------------------------------------------------------------------------- /www/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/sw.js -------------------------------------------------------------------------------- /www/teach.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/teach.html -------------------------------------------------------------------------------- /www/templates/dynamic-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/templates/dynamic-frame.html -------------------------------------------------------------------------------- /www/theme-editor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/theme-editor.html -------------------------------------------------------------------------------- /www/tutorial-de.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/tutorial-de.html -------------------------------------------------------------------------------- /www/tutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/tutorial.html -------------------------------------------------------------------------------- /www/wake-word-settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/wake-word-settings.html -------------------------------------------------------------------------------- /www/workers/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/workers/default.js -------------------------------------------------------------------------------- /www/xtensions/custom-data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/custom-data/README.md -------------------------------------------------------------------------------- /www/xtensions/custom-data/views/clock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/custom-data/views/clock.html -------------------------------------------------------------------------------- /www/xtensions/custom-data/views/demo-view.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/custom-data/views/demo-view.html -------------------------------------------------------------------------------- /www/xtensions/custom-data/widgets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/custom-data/widgets/README.md -------------------------------------------------------------------------------- /www/xtensions/custom-data/widgets/mp-default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/custom-data/widgets/mp-default.html -------------------------------------------------------------------------------- /www/xtensions/custom-data/widgets/mp-youtube.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/custom-data/widgets/mp-youtube.html -------------------------------------------------------------------------------- /www/xtensions/local-data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/local-data/README.md -------------------------------------------------------------------------------- /www/xtensions/local-data/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / -------------------------------------------------------------------------------- /www/xtensions/picovoice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/picovoice/README.md -------------------------------------------------------------------------------- /www/xtensions/picovoice/activation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/picovoice/activation.html -------------------------------------------------------------------------------- /www/xtensions/picovoice/convert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/picovoice/convert.html -------------------------------------------------------------------------------- /www/xtensions/picovoice/convert_binary_to_array.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/picovoice/convert_binary_to_array.sh -------------------------------------------------------------------------------- /www/xtensions/picovoice/download_wasm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/picovoice/download_wasm.bat -------------------------------------------------------------------------------- /www/xtensions/picovoice/download_wasm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/picovoice/download_wasm.sh -------------------------------------------------------------------------------- /www/xtensions/picovoice/pv_porcupine.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/picovoice/pv_porcupine.wasm -------------------------------------------------------------------------------- /www/xtensions/picovoice/wakeWords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEPIA-Framework/sepia-html-client-app/HEAD/www/xtensions/picovoice/wakeWords.js --------------------------------------------------------------------------------