Skip to content

Instantly share code, notes, and snippets.

View thomasfillon's full-sized avatar

Thomas Fillon thomasfillon

  • Université Bretagne Sud
  • Vannes, France
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thomasfillon
thomasfillon / Timeside API.ipynb
Last active January 4, 2016 15:29
AES 53rd conference demonstration ipython notebooks
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thomasfillon
thomasfillon / Serialization example.ipynb
Created February 27, 2014 17:32
TimeSide Serialization example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<script>
window.onload = function () {
var v = document.getElementById("myVideo");
var p = document.getElementById("pbr");
var c = document.getElementById("currentPbr");
var t = document.getElementById('Time');
@thomasfillon
thomasfillon / Pitch Display.ipynb
Created September 29, 2014 08:45
ipython notebook Display Pitch in TimeSide
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thomasfillon
thomasfillon / gst_generate_samples_appsrc_push.py
Last active August 29, 2015 14:07
Generate audio samples with Gstreamer appsrc element in 'push' mode
# -*- coding: utf-8 -*-
"""Generate samples with Gstreamer 'appsrc' element in 'push' mode"""
import pygst
pygst.require("0.10")
import gobject
import gst
import numpy
import threading
@thomasfillon
thomasfillon / gst_generate_samples_audiotestsrc.py
Created October 15, 2014 13:14
Generate audio samples with Gstreamer 'audiotestsrc' element
# -*- coding: utf-8 -*-
"""Generate samples with Gstreamer 'audiotestsrc' element"""
import pygst
pygst.require("0.10")
import gobject
import gst
# Initialize gobject in a threading environment
gobject.threads_init()
@thomasfillon
thomasfillon / check_LimsiSAD-2.ipynb
Last active January 20, 2016 13:56
Test Limsi SAD Adaptatif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thomasfillon
thomasfillon / Timeside Server API.ipynb
Last active May 24, 2016 23:22
Timeside Server API Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.