Skip to content

Instantly share code, notes, and snippets.

View kboek's full-sized avatar

Karel Boek kboek

View GitHub Profile
@kboek
kboek / generate-kms-packages-7.md
Last active August 21, 2021 10:17 — forked from mariogasparoni/generate-kms-packages-7.md
Generate packages for Kurento 7.0

Package generation for kms-core, kms-elements and kms-filters

  • OS: Ubuntu bionic
  • Kurento Version: 7.0+
  • branch: bionic-gstreamer

1 Install tools

sudo apt-get update && sudo apt-get install --no-install-recommends --yes \
    git gnupg devscripts equivs git-buildpackage
@kboek
kboek / mic_to_watson_stt.cs
Created July 30, 2017 12:57
Record from Microphone with NAudio and send to IBM Watson Speech-To-Text
using NAudio.Wave;
using System;
using System.Net.WebSockets;
namespace Raskenlund
{
class Recorder
{
private WaveInEvent waveIn;