dump-spd
来自「lpc10-15为美军2400bps语音压缩标准的C语音源代码。」· 代码 · 共 19 行
TXT
19 行
#! /bin/sh# # Mon Feb 12 16:04:22 CST 1996# Andy Fingerhut (jaf@arl.wustl.edu)# # This script is merely a convenient way for me to avoid having to# remember the options to GNU od(1) necessary to display a file as a# sequence of 16 bit signed 2's complement numbers.# od --format=d2 $*# This alternate version also prints out every byte as its ASCII# equivalent. This could be useful for seeing strings in a .au# file header.# od --format=c --format=d2 $*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?