⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpgaudio.h

📁 ESS3890+SL原代码(1*16内存)
💻 H
字号:
/* Copyright 1996, ESS Technology, Inc.                                 *//* SCCSID  @(#)mpgaudio.h	4.3 02/22/05 *//* * $Log$ */void AUD_init(void);int  AUD_decode(void);/* AUD_n_frames moved to sysinfo.h */GBLDEF_0(int AUD_n_samples,	0);GBLDEF(int AUD_resync,		800);GBLDEF(int audio_error_concealment, 0); /* 0: no audio error concealment */                                        /* 1: with audio error concealment */#ifdef MP3GBLDEF_0(int stereo, 		0);GBLDEF_0(int jsbound, 		0);GBLDEF_0(int sblimit, 		0);GBLDEF_0(int v48_in, 		0);GBLDEF_0(int v48_out, 		0);GBLDEF_0(int s_in, 		0);GBLDEF_0(int s_out, 		0);GBLDEF_0(int foxhunt, 		0);GBLDEF_0(int fishy_expected,	0);GBLDEF  (int nominal_resync,  800);GBLDEF  (int max_framesize,  1000);GBLDEF_0(int framesize, 	0);GBLDEF_0(int bytes_remaining, 	0);GBLDEF_0(int layer, 		0);GBLDEF_0(int error_protection,  0);void MP3_init(void);int  MP3_decode(void);void MP3_time_elapsed(void);#endifvoid vp_matrix_384(int);void vp_window_384(void);void vp_downmix_384(void);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -