player

所属分类:Windows编程
开发工具:Visual Basic
文件大小:290KB
下载次数:73
上传日期:2009-11-16 23:49:50
上 传 者2010916
说明:  超强的音频格式文件处理动态库.这个代码是一个支持不同音频格式的声音动态库文件,支持声音回放、音频编码、解码。他能解码(所以也能播放)WAV, MP3, OGG Vorbis, WMA, APE和CDA, 以及编码 WAV, MP3, OGG Vorbis, WMA和APE。在音频流回放上使用了 DirectSound 8(所以你需要dx8vb.dll),支持DSP,频谱分析,可视化效果等数据控制.
(Super audio format files to handle dynamic libraries. This code is a support for different audio formats sound dynamic library files, support for sound playback, audio encoding and decoding. He can decode (so it can play) WAV, MP3, OGG Vorbis, WMA, APE and CDA, as well as the encoding WAV, MP3, OGG Vorbis, WMA, and APE. Playback of the audio stream using a DirectSound 8 (so you need to dx8vb.dll), support the DSP, spectral analysis, visualization and other data control.)

文件列表:
player\klassen\CDAccessASPI.cls (17814, 2006-02-26)
player\klassen\CDAccessIOCTL.cls (8058, 2006-02-26)
player\klassen\CDAccessSPTI.cls (9197, 2006-02-26)
player\klassen\CDManager.cls (9079, 2006-02-26)
player\klassen\CDTOC.cls (1180, 2006-02-14)
player\klassen\CDTOCTrack.cls (1966, 2006-02-26)
player\klassen\clsDLL.cls (5179, 2006-02-26)
player\klassen\DSOUT.cls (16562, 2006-02-26)
player\klassen\EncoderAPE.cls (8180, 2006-02-26)
player\klassen\EncoderMP3.cls (12023, 2006-02-26)
player\klassen\EncoderOGG.cls (20156, 2006-02-26)
player\klassen\EncoderWAV.cls (9772, 2006-02-26)
player\klassen\EncoderWMA.cls (19171, 2006-02-26)
player\klassen\Equalizer.cls (4225, 2006-02-26)
player\klassen\frmDXCallback.frm (837, 2006-02-26)
player\klassen\ICDAccess.cls (1244, 2006-02-14)
player\klassen\IDSOutCallback.cls (743, 2006-02-14)
player\klassen\IDSPCallback.cls (532, 2006-02-03)
player\klassen\IDXCallback.cls (506, 2006-01-22)
player\klassen\IEncoder.cls (1274, 2006-02-26)
player\klassen\IIRFilter.cls (1275, 2006-02-06)
player\klassen\ISoundInfo.cls (860, 2006-01-23)
player\klassen\ISoundStream.cls (1450, 2006-02-14)
player\klassen\MonotonLoader.cls (3159, 2006-02-14)
player\klassen\PCMPreparator.cls (8671, 2006-02-26)
player\klassen\SignalProcessor.cls (8072, 2006-02-26)
player\klassen\StreamAPE.cls (12862, 2006-02-26)
player\klassen\StreamCDA.cls (8153, 2006-02-26)
player\klassen\StreamMP3.cls (22932, 2006-03-02)
player\klassen\StreamOGG.cls (10080, 2006-02-26)
player\klassen\StreamTag.cls (768, 2006-01-29)
player\klassen\StreamTags.cls (1218, 2006-01-29)
player\klassen\StreamWAV.cls (6298, 2006-02-26)
player\klassen\StreamWMA.cls (23186, 2006-02-26)
player\module\modCDAccess.bas (9740, 2006-02-26)
player\module\modCodePath.bas (1125, 2006-02-19)
player\module\modDevIoCtl.bas (26641, 2006-02-26)
player\module\modEventManager.bas (1370, 2006-02-26)
player\module\modFileAccess.bas (4593, 2006-02-26)
player\module\modFunctions.bas (6860, 2006-02-26)
... ...

Monoton Sound Library >> how to get it to run 1. compile monoton_ds_en.vbp. 2. needed files for the encoders/decoders: WAV: - MP3: MP3 ACM Codec (e.g. Lame), lame_enc.dll WMA: WMF SDK/Runtime or WMP 9/10 OGG: ogg.dll, vorbis.dll APE: MACDll.dll CDA: (ASPI) Notes on CDA: Monoton supports digital playback of CD audio. Therefore it needs low level access to the disc. Win 9x/Me: Adaptec ASPI driver needed Win NT/2k/XP: SPTI (needs admin rights), IOCTLs or ASPI SPTI is a control code for DeviceIoControl(), which allows full access to drives, but needs administrator priviledges. CDROM IOCTLs for DeviceIoControl() do not need admin privs, but are less functional then the SPTI. Monoton may not select the ASPI on NT/2K/XP. Where to get all these files: APE and MP3: http://actorics.de/rm_code/code/monoton/apempeg.zip Ogg Vorbis: http://actorics.de/rm_code/code/monoton/libov.zip WMF Runtime: http://actorics.de/rm_code/code/monoton/wmfdist.zip 3. run the examples. Examples: 1. player: playback of the supported file types 2. ripper: rips audio CDs to wav/mp3/wma/ogg/ape 3. simple: simplest possible playback of files with monoton 4. transcoder: convert from one format to the other

近期下载者

相关文件


收藏者