Skip to content

Instantly share code, notes, and snippets.

@yying
yying / volume_meter.html
Created January 29, 2015 17:02
WebAudio volume meter using a MediaStream (can be easily applied to MediaStream from WebRTC)
<!DOCTYPE html>
<html lang="en">
<head>
<title> </title>
<link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/min/1.5/min.min.css">
<style>
body,textarea,input,select {
background:0;
border-radius:0;
font:16px sans-serif;
@yying
yying / install.bat
Last active December 20, 2018 14:26
Windows VM installation batchfile
@ECHO OFF
REM This install script sets up Chocolatey and installs a core set of the tools I use.
REM
REM This should be run as ADMINISTRATOR.
REM Grab and install Chocolatey
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
REM Install our selection of Chocolatey packages