文件名称:bass24
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:729.4kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
BASS is an audio library for use in Windows and Mac OSX software. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via add-ons), MOD music (XM, IT, S3M, MOD, MTM, UMX), MO3 music (MP3/OGG compressed MODs), and recording functions. All in a tiny DLL, under 100KB* in size.
On Windows, BASS requires DirectX 3 or above for output, and takes advantage of DirectSound and DirectSound3D hardware accelerated drivers, when available. On OSX, BASS uses CoreAudio for output, and OSX 10.3 or above is recommended. Both PowerPC and Intel Macs are supported.
C/C++, Delphi, Visual Basic, and MASM APIs are provided, with several examples to get you started. .Net and other APIs are also available.
BASS is also available for the Win64, WinCE, Linux, and iPhone platforms.
On Windows, BASS requires DirectX 3 or above for output, and takes advantage of DirectSound and DirectSound3D hardware accelerated drivers, when available. On OSX, BASS uses CoreAudio for output, and OSX 10.3 or above is recommended. Both PowerPC and Intel Macs are supported.
C/C++, Delphi, Visual Basic, and MASM APIs are provided, with several examples to get you started. .Net and other APIs are also available.
BASS is also available for the Win64, WinCE, Linux, and iPhone platforms.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bass.chm
bass.dll
bass.txt
c/
c/3dtest/
c/3dtest/3dtest.c
c/3dtest/3dtest.dsp
c/3dtest/3dtest.rc
c/3dtest/makefile
c/bass.dsw
c/bass.h
c/bass.lib
c/basstest/
c/basstest/basstest.c
c/basstest/basstest.dsp
c/basstest/basstest.rc
c/basstest/makefile
c/bin/
c/bin/3dtest.exe
c/bin/basstest.exe
c/bin/contest.exe
c/bin/custloop.exe
c/bin/dsptest.exe
c/bin/fxtest.exe
c/bin/livefx.exe
c/bin/livespec.exe
c/bin/multi.exe
c/bin/netradio.exe
c/bin/plugins.exe
c/bin/rectest.exe
c/bin/speakers.exe
c/bin/spectrum.exe
c/bin/synth.exe
c/bin/writewav.exe
c/contest/
c/contest/contest.c
c/contest/contest.dsp
c/contest/makefile
c/custloop/
c/custloop/custloop.c
c/custloop/custloop.dsp
c/custloop/makefile
c/dsptest/
c/dsptest/dsptest.c
c/dsptest/dsptest.dsp
c/dsptest/dsptest.rc
c/dsptest/makefile
c/fxtest/
c/fxtest/fxtest.c
c/fxtest/fxtest.dsp
c/fxtest/fxtest.rc
c/fxtest/makefile
c/livefx/
c/livefx/livefx.c
c/livefx/livefx.dsp
c/livefx/livefx.rc
c/livefx/makefile
c/livespec/
c/livespec/livespec.c
c/livespec/livespec.dsp
c/livespec/makefile
c/makefile
c/makefile.in
c/multi/
c/multi/makefile
c/multi/multi.c
c/multi/multi.dsp
c/multi/multi.rc
c/netradio/
c/netradio/makefile
c/netradio/netradio.c
c/netradio/netradio.dsp
c/netradio/netradio.rc
c/plugins/
c/plugins/makefile
c/plugins/plugins.c
c/plugins/plugins.dsp
c/plugins/plugins.rc
c/rectest/
c/rectest/makefile
c/rectest/rectest.c
c/rectest/rectest.dsp
c/rectest/rectest.rc
c/speakers/
c/speakers/makefile
c/speakers/speakers.c
c/speakers/speakers.dsp
c/speakers/speakers.rc
c/spectrum/
c/spectrum/makefile
c/spectrum/spectrum.c
c/spectrum/spectrum.dsp
c/synth/
c/synth/makefile
c/synth/synth.c
c/synth/synth.dsp
c/writewav/
c/writewav/makefile
c/writewav/writewav.c
c/writewav/writewav.dsp
delphi/
delphi/3dTest/
delphi/3dTest/D3Test.dpr
delphi/3dTest/DTMain.dfm
delphi/3dTest/DTMain.pas
delphi/bass.bpg
delphi/bass.pas
delphi/BassTest/
delphi/BassTest/BassTest.dpr
delphi/BassTest/BTMain.dfm
delphi/BassTest/BTMain.pas
delphi/ConTest/
delphi/ConTest/ConTest.dpr
delphi/custloop/
delphi/custloop/custloop.dpr
delphi/custloop/Unit1.dfm
delphi/custloop/Unit1.pas
delphi/DspTest/
delphi/DspTest/DspTest.dpr
delphi/DspTest/DTMain.dfm
delphi/DspTest/DTMain.pas
delphi/dynamic/
delphi/dynamic/dynamic_bass.pas
delphi/fxtest/
delphi/fxtest/FXtest.dpr
delphi/fxtest/test.dfm
delphi/fxtest/test.pas
delphi/livefx/
delphi/livefx/livefx.dpr
delphi/livefx/Unit1.dfm
delphi/livefx/Unit1.pas
delphi/livespec/
delphi/livespec/livespec.dpr
delphi/multi/
delphi/multi/Multi.dpr
delphi/multi/Unit1.dfm
delphi/multi/Unit1.pas
delphi/multi/Unit2.dfm
delphi/multi/Unit2.pas
delphi/netradio/
delphi/netradio/netradio.dpr
delphi/netradio/Unit1.dfm
delphi/netradio/Unit1.pas
delphi/plugins/
delphi/plugins/plugins.dpr
delphi/plugins/Unit1.dfm
delphi/plugins/Unit1.pas
delphi/RecordTest/
delphi/RecordTest/RecordTest.dpr
delphi/RecordTest/Unit1.dfm
delphi/RecordTest/Unit1.pas
delphi/SampleVis/
delphi/SampleVis/circle_vis.pas
delphi/SampleVis/CommonTypes.pas
delphi/SampleVis/main.dfm
delphi/SampleVis/main.pas
delphi/SampleVis/osc_vis.pas
delphi/SampleVis/samplevis.dpr
delphi/SampleVis/spectrum_vis.pas
delphi/Speakers/
delphi/Speakers/Speakers.dpr
delphi/Speakers/Unit1.dfm
delphi/Speakers/Unit1.pas
delphi/spectrum/
delphi/spectrum/COMMON.INC
delphi/spectrum/spectrum.dpr
delphi/spectrum/Unit1.pas
delphi/StreamTest/
delphi/StreamTest/STMain.dfm
delphi/StreamTest/STMain.pas
delphi/StreamTest/StreamTest.dpr
delphi/synth/
delphi/synth/synth.dpr
delphi/writewav/
delphi/writewav/UnitMain.dfm
delphi/writewav/UnitMain.pas
delphi/writewav/writewav.dpr
masm/
masm/bass.inc
masm/player/
masm/player/compile.bat
masm/player/player.asm
masm/player/player.exe
masm/player/rsrc.rc
masm/player/toolbar.bmp
mp3-free/
mp3-free/bass.dll
vb/
vb/3Dtest/
vb/3Dtest/frm3Dtest.frm
vb/3Dtest/prj3Dtest.vbp
vb/Bass.bas
vb/BASStest/
vb/BASStest/frmBassTest.frm
vb/BASStest/prjBassTest.vbp
vb/CustLoop/
vb/CustLoop/frmCustLoop.frm
vb/CustLoop/modCustLoop.bas
vb/CustLoop/prjCustLoop.vbp
vb/DSPtest/
vb/DSPtest/frmDSPtest.frm
vb/DSPtest/modDSPtest.bas
vb/DSPtest/prjDSPtest.vbp
vb/FXtest/
vb/FXtest/frmFXtest.frm
vb/FXtest/prjFXtest.vbp
vb/LiveFX/
vb/LiveFX/frmLiveFX.frm
vb/LiveFX/modLiveFX.bas
vb/LiveFX/prjLiveFX.vbp
vb/LiveSpec/
vb/LiveSpec/frmLiveSpec.frm
vb/LiveSpec/modLiveSpec.bas
vb/LiveSpec/prjLiveSpec.vbp
vb/Memory/
vb/Memory/cbass_time.cls
vb/Memory/frmMemory.frm
vb/Memory/prjMemory.vbp
vb/Memory/SYNCtest.bas
vb/Multi/
vb/Multi/frmDevice.frm
vb/Multi/frmMulti.frm
vb/Multi/modMulti.bas
vb/Multi/prjMulti.vbp
vb/NetRadio/
vb/NetRadio/clsFileIo.cls
vb/NetRadio/frmNetRadio.frm
vb/NetRadio/modNetRadio.bas
vb/NetRadio/prjNetRadio.vbp
vb/Plugins/
vb/Plugins/frmPlugins.frm
vb/Plugins/prjPlugins.vbp
vb/RecTest/
vb/RecTest/frmRecTest.frm
vb/RecTest/modRecTest.bas
vb/RecTest/prjRecTest.vbp
vb/Speakers/
vb/Speakers/frmSpeakers.frm
vb/Speakers/prjSpeakers.vbp
vb/Spectrum/
vb/Spectrum/frmSpectrum.frm
vb/Spectrum/modSpectrum.bas
vb/Spectrum/prjSpectrum.vbp
vb/Synth/
vb/Synth/frmSynth.frm
vb/Synth/modSynth.bas
vb/Synth/prjSynth.vbp
vb/WriteWav/
vb/WriteWav/frmWriteWave.frm
vb/WriteWav/prjWriteWave.vbp
bass.dll
bass.txt
c/
c/3dtest/
c/3dtest/3dtest.c
c/3dtest/3dtest.dsp
c/3dtest/3dtest.rc
c/3dtest/makefile
c/bass.dsw
c/bass.h
c/bass.lib
c/basstest/
c/basstest/basstest.c
c/basstest/basstest.dsp
c/basstest/basstest.rc
c/basstest/makefile
c/bin/
c/bin/3dtest.exe
c/bin/basstest.exe
c/bin/contest.exe
c/bin/custloop.exe
c/bin/dsptest.exe
c/bin/fxtest.exe
c/bin/livefx.exe
c/bin/livespec.exe
c/bin/multi.exe
c/bin/netradio.exe
c/bin/plugins.exe
c/bin/rectest.exe
c/bin/speakers.exe
c/bin/spectrum.exe
c/bin/synth.exe
c/bin/writewav.exe
c/contest/
c/contest/contest.c
c/contest/contest.dsp
c/contest/makefile
c/custloop/
c/custloop/custloop.c
c/custloop/custloop.dsp
c/custloop/makefile
c/dsptest/
c/dsptest/dsptest.c
c/dsptest/dsptest.dsp
c/dsptest/dsptest.rc
c/dsptest/makefile
c/fxtest/
c/fxtest/fxtest.c
c/fxtest/fxtest.dsp
c/fxtest/fxtest.rc
c/fxtest/makefile
c/livefx/
c/livefx/livefx.c
c/livefx/livefx.dsp
c/livefx/livefx.rc
c/livefx/makefile
c/livespec/
c/livespec/livespec.c
c/livespec/livespec.dsp
c/livespec/makefile
c/makefile
c/makefile.in
c/multi/
c/multi/makefile
c/multi/multi.c
c/multi/multi.dsp
c/multi/multi.rc
c/netradio/
c/netradio/makefile
c/netradio/netradio.c
c/netradio/netradio.dsp
c/netradio/netradio.rc
c/plugins/
c/plugins/makefile
c/plugins/plugins.c
c/plugins/plugins.dsp
c/plugins/plugins.rc
c/rectest/
c/rectest/makefile
c/rectest/rectest.c
c/rectest/rectest.dsp
c/rectest/rectest.rc
c/speakers/
c/speakers/makefile
c/speakers/speakers.c
c/speakers/speakers.dsp
c/speakers/speakers.rc
c/spectrum/
c/spectrum/makefile
c/spectrum/spectrum.c
c/spectrum/spectrum.dsp
c/synth/
c/synth/makefile
c/synth/synth.c
c/synth/synth.dsp
c/writewav/
c/writewav/makefile
c/writewav/writewav.c
c/writewav/writewav.dsp
delphi/
delphi/3dTest/
delphi/3dTest/D3Test.dpr
delphi/3dTest/DTMain.dfm
delphi/3dTest/DTMain.pas
delphi/bass.bpg
delphi/bass.pas
delphi/BassTest/
delphi/BassTest/BassTest.dpr
delphi/BassTest/BTMain.dfm
delphi/BassTest/BTMain.pas
delphi/ConTest/
delphi/ConTest/ConTest.dpr
delphi/custloop/
delphi/custloop/custloop.dpr
delphi/custloop/Unit1.dfm
delphi/custloop/Unit1.pas
delphi/DspTest/
delphi/DspTest/DspTest.dpr
delphi/DspTest/DTMain.dfm
delphi/DspTest/DTMain.pas
delphi/dynamic/
delphi/dynamic/dynamic_bass.pas
delphi/fxtest/
delphi/fxtest/FXtest.dpr
delphi/fxtest/test.dfm
delphi/fxtest/test.pas
delphi/livefx/
delphi/livefx/livefx.dpr
delphi/livefx/Unit1.dfm
delphi/livefx/Unit1.pas
delphi/livespec/
delphi/livespec/livespec.dpr
delphi/multi/
delphi/multi/Multi.dpr
delphi/multi/Unit1.dfm
delphi/multi/Unit1.pas
delphi/multi/Unit2.dfm
delphi/multi/Unit2.pas
delphi/netradio/
delphi/netradio/netradio.dpr
delphi/netradio/Unit1.dfm
delphi/netradio/Unit1.pas
delphi/plugins/
delphi/plugins/plugins.dpr
delphi/plugins/Unit1.dfm
delphi/plugins/Unit1.pas
delphi/RecordTest/
delphi/RecordTest/RecordTest.dpr
delphi/RecordTest/Unit1.dfm
delphi/RecordTest/Unit1.pas
delphi/SampleVis/
delphi/SampleVis/circle_vis.pas
delphi/SampleVis/CommonTypes.pas
delphi/SampleVis/main.dfm
delphi/SampleVis/main.pas
delphi/SampleVis/osc_vis.pas
delphi/SampleVis/samplevis.dpr
delphi/SampleVis/spectrum_vis.pas
delphi/Speakers/
delphi/Speakers/Speakers.dpr
delphi/Speakers/Unit1.dfm
delphi/Speakers/Unit1.pas
delphi/spectrum/
delphi/spectrum/COMMON.INC
delphi/spectrum/spectrum.dpr
delphi/spectrum/Unit1.pas
delphi/StreamTest/
delphi/StreamTest/STMain.dfm
delphi/StreamTest/STMain.pas
delphi/StreamTest/StreamTest.dpr
delphi/synth/
delphi/synth/synth.dpr
delphi/writewav/
delphi/writewav/UnitMain.dfm
delphi/writewav/UnitMain.pas
delphi/writewav/writewav.dpr
masm/
masm/bass.inc
masm/player/
masm/player/compile.bat
masm/player/player.asm
masm/player/player.exe
masm/player/rsrc.rc
masm/player/toolbar.bmp
mp3-free/
mp3-free/bass.dll
vb/
vb/3Dtest/
vb/3Dtest/frm3Dtest.frm
vb/3Dtest/prj3Dtest.vbp
vb/Bass.bas
vb/BASStest/
vb/BASStest/frmBassTest.frm
vb/BASStest/prjBassTest.vbp
vb/CustLoop/
vb/CustLoop/frmCustLoop.frm
vb/CustLoop/modCustLoop.bas
vb/CustLoop/prjCustLoop.vbp
vb/DSPtest/
vb/DSPtest/frmDSPtest.frm
vb/DSPtest/modDSPtest.bas
vb/DSPtest/prjDSPtest.vbp
vb/FXtest/
vb/FXtest/frmFXtest.frm
vb/FXtest/prjFXtest.vbp
vb/LiveFX/
vb/LiveFX/frmLiveFX.frm
vb/LiveFX/modLiveFX.bas
vb/LiveFX/prjLiveFX.vbp
vb/LiveSpec/
vb/LiveSpec/frmLiveSpec.frm
vb/LiveSpec/modLiveSpec.bas
vb/LiveSpec/prjLiveSpec.vbp
vb/Memory/
vb/Memory/cbass_time.cls
vb/Memory/frmMemory.frm
vb/Memory/prjMemory.vbp
vb/Memory/SYNCtest.bas
vb/Multi/
vb/Multi/frmDevice.frm
vb/Multi/frmMulti.frm
vb/Multi/modMulti.bas
vb/Multi/prjMulti.vbp
vb/NetRadio/
vb/NetRadio/clsFileIo.cls
vb/NetRadio/frmNetRadio.frm
vb/NetRadio/modNetRadio.bas
vb/NetRadio/prjNetRadio.vbp
vb/Plugins/
vb/Plugins/frmPlugins.frm
vb/Plugins/prjPlugins.vbp
vb/RecTest/
vb/RecTest/frmRecTest.frm
vb/RecTest/modRecTest.bas
vb/RecTest/prjRecTest.vbp
vb/Speakers/
vb/Speakers/frmSpeakers.frm
vb/Speakers/prjSpeakers.vbp
vb/Spectrum/
vb/Spectrum/frmSpectrum.frm
vb/Spectrum/modSpectrum.bas
vb/Spectrum/prjSpectrum.vbp
vb/Synth/
vb/Synth/frmSynth.frm
vb/Synth/modSynth.bas
vb/Synth/prjSynth.vbp
vb/WriteWav/
vb/WriteWav/frmWriteWave.frm
vb/WriteWav/prjWriteWave.vbp
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
