代码搜索:ULAW

找到约 264 项符合「ULAW」的源代码

代码结果 264
www.eeworm.com/read/125063/14515171

to_ulaw

#!/bin/bash sox -w -s -t raw -r 8000 - -b -U -t raw -r 8000 -
www.eeworm.com/read/190158/8446830

txt ulaw.txt

Path: super!cfreese From: cfreese@super.ORG (Craig F. Reese) Newsgroups: comp.dsp Subject: SPARCStation audio conversion (ulaw linear) Message-ID: Date: 29 Sep 89 23:23:49 GMT Se
www.eeworm.com/read/386806/8724663

h ulaw.h

static unsigned char ulaw_dsp[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
www.eeworm.com/read/383713/8923944

h ulaw.h

static unsigned char ulaw_dsp[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
www.eeworm.com/read/379711/9181420

h ulaw.h

static unsigned char ulaw_dsp[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
www.eeworm.com/read/163079/10175419

h ulaw.h

static unsigned char ulaw_dsp[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
www.eeworm.com/read/162414/10307704

cmd ulaw.cmd

MEMORY { PAGE 0: PROG: origin = 0x080, len = 0x980 PAGE 1: DATA: origin = 0x0a00, len = 0x0a00 } SECTIONS { .text: {} > PROG PAGE 0 .cinit: {
www.eeworm.com/read/352754/10515332

h ulaw.h

static unsigned char ulaw_dsp[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
www.eeworm.com/read/465112/6966489

c ulaw.c

/* * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/465112/6966588

h ulaw.h

/* Mu-law to linear conversion */ extern const unsigned short u2s[]; extern const unsigned char s2u[]; #define audio_u2s(x) ((short) (u2s[(unsigned char) (x)])) #define audio_s2u(x