libzplay-2.02-sdk

所属分类:多媒体编程
开发工具:Visual C++
文件大小:56629KB
下载次数:51
上传日期:2012-05-23 09:46:54
上 传 者zjccsg
说明:  开源的音乐解码,带有几乎所有的功能,很详细的sdk,包含各种编程语言。
(The open source music decoder, with almost all the features in great detail the sdk, contains a variety of programming languages.)

文件列表:
libzplay-2.02-sdk\C#\example\app.config (1319, 2009-11-23)
libzplay-2.02-sdk\C#\example\Form1.cs (31491, 2010-05-07)
libzplay-2.02-sdk\C#\example\Form1.Designer.cs (60116, 2010-05-07)
libzplay-2.02-sdk\C#\example\Form1.resx (28327, 2010-05-07)
libzplay-2.02-sdk\C#\example\libZPlay player.csproj (5257, 2010-05-05)
libzplay-2.02-sdk\C#\example\libZPlay player.csproj.user (464, 2009-11-23)
libzplay-2.02-sdk\C#\example\libZPlay player.sln (923, 2010-02-27)
libzplay-2.02-sdk\C#\example\libZPlay player.suo (26624, 2010-05-07)
libzplay-2.02-sdk\C#\example\libZPlay.cs (67901, 2010-05-05)
libzplay-2.02-sdk\C#\example\libzplay.ico (14278, 2010-03-14)
libzplay-2.02-sdk\C#\example\Properties\Application.Designer.cs (2203, 2010-02-27)
libzplay-2.02-sdk\C#\example\Properties\Application.myapp (510, 2009-11-06)
libzplay-2.02-sdk\C#\example\Properties\AssemblyInfo.cs (1682, 2010-02-27)
libzplay-2.02-sdk\C#\example\Properties\Resources.Designer.cs (2781, 2010-02-27)
libzplay-2.02-sdk\C#\example\Properties\Resources.resx (5612, 2007-11-08)
libzplay-2.02-sdk\C#\example\Properties\Settings.Designer.cs (3062, 2010-02-27)
libzplay-2.02-sdk\C#\example\Properties\Settings.settings (279, 2007-11-08)
libzplay-2.02-sdk\C#\example1\example1.csproj (4157, 2010-05-05)
libzplay-2.02-sdk\C#\example1\example1.csproj.user (488, 2010-05-05)
libzplay-2.02-sdk\C#\example1\example1.sln (909, 2010-05-05)
libzplay-2.02-sdk\C#\example1\example1.suo (19968, 2010-05-05)
libzplay-2.02-sdk\C#\example1\libZPlay.cs (67901, 2010-05-05)
libzplay-2.02-sdk\C#\example1\Program.cs (1823, 2010-05-05)
libzplay-2.02-sdk\C#\example1\Properties\AssemblyInfo.cs (1428, 2010-05-05)
libzplay-2.02-sdk\C#\install.txt (1585, 2010-05-05)
libzplay-2.02-sdk\C#\libZPlay.cs (67901, 2010-05-05)
libzplay-2.02-sdk\C++\example\Debug\decode_to_mp3.obj (25600, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\decode_to_mp3.pch (1881276, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\decode_to_mp3.pdb (25600, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\example.obj (25095, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\example.pch (1874152, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\example.pdb (25600, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\libzplay.dll (2240512, 2010-05-07)
libzplay-2.02-sdk\C++\example\Debug\libzplay.lib (24182, 2010-05-02)
libzplay-2.02-sdk\C++\example\Debug\play_file.bsc (1950720, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\play_file.exe (180314, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\play_file.ilk (186972, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\play_file.obj (16352, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\play_file.pch (4617464, 2012-04-17)
libzplay-2.02-sdk\C++\example\Debug\play_file.pdb (361472, 2012-04-17)
... ...

=========================================================================================== =========================================================================================== libZPlay (WIN32) library - SDK package =========================================================================================== =========================================================================================== =========================================================================================== CONTENTS =========================================================================================== 1. About 2. Supported formats 3. Supported languages 4. Features 5. Archive contents 6. How to use libZPlay 7. DISCLAIMER 8. COPYRIGHT 9. MP3 and AAC LICENSE 10. Author =========================================================================================== 1. ABOUT =========================================================================================== libZPlay ver. 2.02 (Win32) Version: 2.02 Date: May, 2010. This is multimedia library for playing mp3, mp2, mp1, ogg, flac, oga, ac3, aac, wav and pcm files and streams. This library integrate all decoders/encoders for supported formats. You don't need additional libraries. Library is using native WINAPI functions from kernel32.dll, user32.dll, gdi32.dll and winmm.dll. All these libraries are standard libraries on all Microsoft Windows. There is no need for MFC or .NET support. Just pure WINAPI. Library will play music directly to soundcard. Simple and easy. No need for additional programming. You can play music using only 3 lines of code (create class, open file and start playing). Simple, simple, simple ... With version 2.00 you can record music from your soundcard. Read more in libzplay.chm documentation file. libZPlay library is combination of multiple decoding/encoding libraries. Read topic 8. COPYRIGHT for more informations. =========================================================================================== 2. Supported formats =========================================================================================== - MP3 -> mp3, mp2, mp1 MPEG-1, MPEG-2, MPEG 2.5 - Layer I, Layer II, Layer III. Read topic 9: MP3 and AAC LICENSE - OGG -> ogg - VORBIS OGG - AC3 -> A/52 aka. ac3 - AAC -> HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. Read topic 9: MP3 and AAC LICENSE - FLAC -> flac, oga - Native FLAC and OGG flac - WAVE -> wav - PCM WAVE with RIFF header, uncompressed, 8, 16 bit per sample - PCM -> any file - Raw PCM audio format, uncomressed, 8 16 bit per sample =========================================================================================== 3. Supported languages =========================================================================================== Library is customized for: - Standard C/C++ (native) - Visual C++ .NET (VC.NET wrapper class) - Visual Basic .NET (VB.NET wrapper class) - C# (C#.NET wrapper class) - Delphi (Delphi wrapper class) - and any other language which can use exported __stdcall functions from dll library =========================================================================================== 4. Features =========================================================================================== - supports mp3, ogg, flac, ac3, aac, wav, pcm - supports wave-in input (get samples from line-in, microphone, ....) - supports encoding samples into mp3, ogg, flac, wave and aac streams and files - UNICODE support for functions using strings ( filename, error messages, ID3 info, ... ) - read info tags from file ( ID3v1, ID3v2, VORBIS comment, wave RIFF list, FLAC VORBIS comment, embeded picture ) - easy drawing embeded picture to screen - REVERSE PLAYING (you can play song backward in real time, "real" backward playing without predecoding in PCM) - built in equaliter, user can specify own subbands, add subbands, ... - built in echo and reverb sound processor - pitch/rate/tempo change - stereo cut effect - detect beat-per-minute using 2 methods ( peak detection and autocorrelation) - loop playing (you can play just one portion of file, repeat this portion ... ) - channel mixer (you can mix left and right chanel, convert stereo to mono ... ) - volume slide control (fade-in and fade-out) - internal volume control (without affecting wave out device volume) - pulling VU meter data (you can simply create VU meter) - pulling FFT data (you can simply build FFT spectrum analyzer) - built in FFT spectrum graph, library will draw complete spectrum graph on your window - callback mechanism (class will inform you about events like play, stop, fade, ...) - access to decoded PCM data throug callback message - play data from disk files, UNICODE SUPPORT - play data from allocated memory - play dynamic streams (push small memory chunks into stream while song is playing, for download streams) - selecting wave output (for multiple waveout devices) - easy play, pause, seek ... - class interface for VC.NET, VB.NET, C# and Delphi. =========================================================================================== 5. ARCHIVE CONTENTS =========================================================================================== .\ \C# - C# support files \C++ - C/C++ support files \Delphi - Delphi support files \VB.NET - VB.NET support files \VC.NET - VC.NET support files \license - license informations for libraries included in libZPlay library libzplay.dll - libZPlay (WIN32) library - full version libzplay.chm - complete documentation for libZPlay library =========================================================================================== 6. HOW TO USE LIBZPLAY =========================================================================================== For more informations read instructions from install.txt in C#, C++, Delphi, VB.NET or VC.NET folder. =========================================================================================== 7. DISCLAIMER =========================================================================================== This library is distributed as freeware. This software is provided "as is", without any guarantee made as to its suitability or fitness for any particular use. It may contain bugs, so use of this tool is at your own risk. Author takes no responsibility for any damage that may unintentionally be caused through its use. =========================================================================================== 8. COPYRIGHT =========================================================================================== libZPlay is released under GNU GPL license. NOTE: Read topic 9: MP3 and AAC license. * * Supported by: * * ============================================================================ * libmad - MPEG audio decoder library * Copyright (C) 2000-2004 Underbit Technologies, Inc. * http://www.underbit.com/products/mad/ * GNU General Public License ( GPL.TXT ) * ============================================================================ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 * by the Xiph.Org Foundation http://www.xiph.org/ * BSD-STYLE SOURCE LICENSE ( XIPH.TXT ) * ============================================================================ * LIBA52 * free library for decoding ATSC A/52 streams. * It is released under the terms of the GPL license. * ============================================================================ * FLAC - Free Lossless Audio Codec * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson * http://flac.sourceforge.net/ * * This file is part the FLAC project. FLAC is comprised of several * components distributed under difference licenses. The codec libraries * are distributed under Xiph.Org's BSD-like license (see the file * XIPH.TXT in this distribution). All other programs, libraries, and * plugins are distributed under the LGPL or GPL (see LGPL.TXT and * GPL.TXT). The documentation is distributed under the Gnu FDL (see * FDL.TXT). Each file in the FLAC distribution contains at the top the * terms under which it may be distributed. * * Since this particular file is relevant to all components of FLAC, * it may be distributed under the Xiph.Org license, which is the least * restrictive of those mentioned above. See the file XIPH.TXT in this * distribution. * ============================================================================ * FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding * Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Any non-GPL usage of this software or parts of this software is strictly * forbidden. * * The "appropriate copyright message" mentioned in section 2c of the GPLv2 * must read: "Code from FAAD2 is copyright (c) Nero AG, www.nero.com" * * Commercial non-GPL licensing of this software is possible. * For more info contact Nero AG through Mpeg4AAClicense@nero.com. * * ============================================================================ * FAAC - Freeware Advanced Audio Coder Copyright (C) 2001 M. Bakker * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the * Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * ============================================================================ * libmp3lame encoder * LAME 3.xx LAME Ain't an MP3 Encoder http://www.mp3dev.org March 2001 * * Originally developed by Mike Cheng (www.uq.net.au/~zzmcheng). * Now maintained by Mark Taylor (www.mp3dev.org). * * This code is distributed under the GNU LESSER PUBLIC LICENSE (LGPL, see www.gnu.org) * with the following modification: * * If you determine that distribution of LAME requires a patent license, * and you obtain a patent license, you may distribute LAME even though redistribution * of LAME may also require a patent license. * * You agree not to enforce any patent claims for any aspect of MPEG audio compression, * or any other techniques contained in the LAME source code. * * Copyrights (c) 1999-1007 by The LAME Project Copyrights (c) 1999,2000,2001 * by Mark Taylor Copyrights (c) 1999,2000,2001 by Mark Taylor Copyrights * (c) 19*** by Michael Cheng Copyrights (c) 1995,1996,1997 by Michael Hipp: mpglib * * ============================================================================ * SoundTouch library Copyright (c) Olli Parviainen 2002-2009 * http://www.surina.net/soundtouch * GNU Lesser General Public License vesrion 2.1 (LGPL.TXT ) * ============================================================================ * Center Cut DSP Plugin for Winamp 2.x * Copyright (C) 2004 Moitah (moitah@yahoo.com) * GNU General Public License ( GPL.TXT ) * ============================================================================ * Shibatch Super Equalizer ver 0.03 for winamp * written by Naoki Shibata shibatch@users.sourceforge.net * http://shibatch.sourceforge.net/ * * Shibatch Super Equalizer (except FFT part) is distributed under LGPL. * See LGPL.txt for details. * FFT part is a routine made by Mr.Ooura. This routine is a freeware. * Contact Mr.Ooura for details of distributing licenses. * http://momonga.t.u-tokyo.ac.jp/~ooura/fft.html * ============================================================================ * The Independent JPEG Group's JPEG software * JPEG decoding library * Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding. * www.ijg.org * ============================================================================ * ZLIB DATA COMPRESSION LIBRARY * (C) 1995-2010 Jean-loup Gailly and Mark Adler * http://zlib.net/ * ============================================================================ * libpng library * PNG picture decoding library * Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson * http://www.libpng.org/ * ============================================================================ * libzplay documentation is released under GNU Free Documentation License. * Read FDL.txt * * * ================================================================================== =========================================================================================== 9. MP3 and AAC license =========================================================================================== MP3 and AAC are closed formats and protected by patents. libZPlay library IS NOT end-user decoder product. But when you use libZPlay library to build and sold applications based on libZPlay as end-user products, you need to read this: For information regarding patent licensing for AAC, please see Via Licensing's website: http://www.vialicensing.com/ For information regarding patent licensing for MP3, please see Mp3Licensing's website: http://mp3licensing.com/ If you don't need MP3 and AAC format support, you can download PF (patent free) version of libZPlay library from from: http://libzplay.sourceforge.net/ =========================================================================================== 10. AUTHOR =========================================================================================== Zoran Cindori Email: zcindori@inet.hr zcindori@users.sourceforge.net Web: http://libzplay.sourceforge.net/

近期下载者

相关文件


收藏者