Skip to content

Instantly share code, notes, and snippets.

@voluntas
voluntas / webp.erl
Last active May 26, 2017 05:58
webp parser/builder (sample)
-module(webp).
-export([parse/0, parse/1]).
-export([build/1]).
-include_lib("eunit/include/eunit.hrl").
-define(MAX_SIZE, 4294967274).
%% http://www-2.cs.cmu.edu/~chuck/lennapg/lena_std.tif
@voluntas
voluntas / wav.erl
Last active May 26, 2017 05:57
wav ファイルのパース、音源は G.711 の PCMU
-module(wav).
-export([parse/0, parse/1]).
-include_lib("eunit/include/eunit.hrl").
%% http://www.graffiti.jp/pc/p030506a.htm
%% http://soundfile.sapp.org/doc/WaveFormat/
%% http://bb.watch.impress.co.jp/cda/parts/image_for_link/58934-16386-3-1.html