mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Working codec2 support
This commit is contained in:
8
libs/libcodec2/octave/load_raw.m
Normal file
8
libs/libcodec2/octave/load_raw.m
Normal file
@@ -0,0 +1,8 @@
|
||||
% load_raw.m
|
||||
% David Rowe 7 Oct 2009
|
||||
|
||||
function s = load_raw(fn)
|
||||
fs=fopen(fn,"rb");
|
||||
s = fread(fs,Inf,"short");
|
||||
plot(s)
|
||||
endfunction
|
Reference in New Issue
Block a user