代码搜索结果
找到约 10,000 项符合
Audio 的代码
audio.cmd
-w
-lrts55x.lib
MEMORY
{
ROM: origin = 00100h length = 06F00h
RAM: origin = 07000h length = 06000h
SND: origin = 0D000h length = 12000h
}
SECTION
audio.c
// 测试时音频插孔J5接音源,J7接扬声器。语音数据保存到lpWork缓冲区的
#include "5509.h"
#include "util.h"
//***参数解释:FRAME--480 帧长度
//** BETWEEN---160 帧与帧间隔
//**Fs--12000 采样频率
#define FRAME 480
#define BETWEEN 16
audio.c
//音频编解码主程序
#include
#include
#include "common.h"
#include "decode.h"
void main(int argc, char**argv)
{
FILE *musicout;
Bit_stream_struc bs;
frame_params
readme.audio
Why do I hear only noise from my first audio CD?
You may have a byte swapping problem, try cdrecord -swab
Cdrecord assumes Motorola/Network byte order (big-endian) on input
regardless of the byte or
audio.c
/*
* sound/audio.c
*
* Device file manager for /dev/audio
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or without
* modificatio
audio.h
/******************************************************************************
**
** COPYRIGHT (C) 2000, 2001 Intel Corporation.
**
** This software as well as the software described in it is f
audio.lst
C51 COMPILER V7.50 AUDIO 04/01/2008 15:02:00 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE AUDIO
OBJECT MODULE PLACED IN .