]> Repos - portaudio/commit
moved trunk into place
authorbjornroche <bjornroche@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 20 Mar 2008 14:24:39 +0000 (14:24 +0000)
committerbjornroche <bjornroche@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 20 Mar 2008 14:24:39 +0000 (14:24 +0000)
commitc1e1d067d2f6b0fe184eae7ebf1fcb7b2d5ff5c7
tree7d5f59bdf6a486452ee011c6f9993d2a3f9f3ab0
moved trunk into place
260 files changed:
COMPILING.DARWIN [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README.txt [new file with mode: 0644]
SConstruct [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
bindings/cpp/AUTHORS [new file with mode: 0644]
bindings/cpp/COPYING [new file with mode: 0644]
bindings/cpp/ChangeLog [new file with mode: 0644]
bindings/cpp/INSTALL [new file with mode: 0644]
bindings/cpp/Makefile.am [new file with mode: 0644]
bindings/cpp/Makefile.in [new file with mode: 0644]
bindings/cpp/NEWS [new file with mode: 0644]
bindings/cpp/README [new file with mode: 0644]
bindings/cpp/SConscript [new file with mode: 0644]
bindings/cpp/aclocal.m4 [new file with mode: 0644]
bindings/cpp/bin/Makefile.am [new file with mode: 0644]
bindings/cpp/bin/Makefile.in [new file with mode: 0644]
bindings/cpp/build/gnu/Makefile.in [new file with mode: 0644]
bindings/cpp/build/gnu/OUT_OF_DATE [new file with mode: 0644]
bindings/cpp/build/gnu/aclocal.m4 [new file with mode: 0644]
bindings/cpp/build/gnu/config.guess [new file with mode: 0644]
bindings/cpp/build/gnu/config.sub [new file with mode: 0644]
bindings/cpp/build/gnu/configure [new file with mode: 0644]
bindings/cpp/build/gnu/configure.ac [new file with mode: 0644]
bindings/cpp/build/gnu/install-sh [new file with mode: 0644]
bindings/cpp/build/vc6/devs_example.dsp [new file with mode: 0644]
bindings/cpp/build/vc6/devs_example.dsw [new file with mode: 0644]
bindings/cpp/build/vc6/sine_example.dsp [new file with mode: 0644]
bindings/cpp/build/vc6/sine_example.dsw [new file with mode: 0644]
bindings/cpp/build/vc6/static_library.dsp [new file with mode: 0644]
bindings/cpp/build/vc6/static_library.dsw [new file with mode: 0644]
bindings/cpp/build/vc7/OUT_OF_DATE [new file with mode: 0644]
bindings/cpp/build/vc7_1/devs_example.sln [new file with mode: 0644]
bindings/cpp/build/vc7_1/devs_example.vcproj [new file with mode: 0644]
bindings/cpp/build/vc7_1/sine_example.sln [new file with mode: 0644]
bindings/cpp/build/vc7_1/sine_example.vcproj [new file with mode: 0644]
bindings/cpp/build/vc7_1/static_library.sln [new file with mode: 0644]
bindings/cpp/build/vc7_1/static_library.vcproj [new file with mode: 0644]
bindings/cpp/configure [new file with mode: 0755]
bindings/cpp/configure.ac [new file with mode: 0644]
bindings/cpp/doc/Makefile.am [new file with mode: 0644]
bindings/cpp/doc/Makefile.in [new file with mode: 0644]
bindings/cpp/doc/README [new file with mode: 0644]
bindings/cpp/doc/config.doxy [new file with mode: 0644]
bindings/cpp/doc/config.doxy.linux [new file with mode: 0644]
bindings/cpp/example/devs.cxx [new file with mode: 0644]
bindings/cpp/example/sine.cxx [new file with mode: 0644]
bindings/cpp/include/Makefile.am [new file with mode: 0644]
bindings/cpp/include/Makefile.in [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/AsioDeviceAdapter.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/AutoSystem.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/BlockingStream.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/CFunCallbackStream.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/CallbackInterface.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/CallbackStream.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/CppFunCallbackStream.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/Device.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/DirectionSpecificStreamParameters.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/Exception.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/HostApi.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/InterfaceCallbackStream.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/MemFunCallbackStream.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/PortAudioCpp.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/SampleDataFormat.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/Stream.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/StreamParameters.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/System.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/SystemDeviceIterator.hxx [new file with mode: 0644]
bindings/cpp/include/portaudiocpp/SystemHostApiIterator.hxx [new file with mode: 0644]
bindings/cpp/lib/Makefile.am [new file with mode: 0644]
bindings/cpp/lib/Makefile.in [new file with mode: 0644]
bindings/cpp/portaudiocpp.pc.in [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/AsioDeviceAdapter.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/BlockingStream.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/CFunCallbackStream.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/CallbackInterface.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/CallbackStream.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/CppFunCallbackStream.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/Device.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/DirectionSpecificStreamParameters.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/Exception.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/HostApi.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/InterfaceCallbackStream.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/MemFunCallbackStream.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/Stream.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/StreamParameters.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/System.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/SystemDeviceIterator.cxx [new file with mode: 0644]
bindings/cpp/source/portaudiocpp/SystemHostApiIterator.cxx [new file with mode: 0644]
build/dev-cpp/Makefile-dll [new file with mode: 0644]
build/dev-cpp/Makefile-static [new file with mode: 0644]
build/dev-cpp/portaudio-dll.dev [new file with mode: 0644]
build/dev-cpp/portaudio-static.dev [new file with mode: 0644]
build/dev-cpp/readme.txt [new file with mode: 0644]
build/msvc/portaudio.def [new file with mode: 0644]
build/msvc/portaudio.dsp [new file with mode: 0644]
build/msvc/portaudio.dsw [new file with mode: 0644]
build/msvc/portaudio.sln [new file with mode: 0644]
build/msvc/portaudio.vcproj [new file with mode: 0644]
build/msvc/readme.txt [new file with mode: 0644]
build/scons/SConscript_common [new file with mode: 0644]
build/scons/SConscript_opts [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
depcomp [new file with mode: 0755]
doc/src/license.dox [new file with mode: 0644]
doc/src/mainpage.dox [new file with mode: 0644]
doc/src/srcguide.dox [new file with mode: 0644]
doc/utils/checkfiledocs.py [new file with mode: 0644]
fixdir.bat [new file with mode: 0755]
fixfile.bat [new file with mode: 0755]
include/pa_asio.h [new file with mode: 0644]
include/pa_jack.h [new file with mode: 0644]
include/pa_linux_alsa.h [new file with mode: 0644]
include/pa_mac_core.h [new file with mode: 0644]
include/pa_win_ds.h [new file with mode: 0644]
include/pa_win_waveformat.h [new file with mode: 0644]
include/pa_win_wmme.h [new file with mode: 0644]
include/portaudio.h [new file with mode: 0644]
index.html [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0644]
missing [new file with mode: 0755]
pablio/README.txt [new file with mode: 0644]
pablio/pablio.c [new file with mode: 0644]
pablio/pablio.def [new file with mode: 0644]
pablio/pablio.h [new file with mode: 0644]
pablio/test_rw.c [new file with mode: 0644]
pablio/test_rw_echo.c [new file with mode: 0644]
pablio/test_w_saw.c [new file with mode: 0644]
pablio/test_w_saw8.c [new file with mode: 0644]
portaudio-2.0.pc.in [new file with mode: 0644]
src/SConscript [new file with mode: 0644]
src/common/pa_allocation.c [new file with mode: 0644]
src/common/pa_allocation.h [new file with mode: 0644]
src/common/pa_converters.c [new file with mode: 0644]
src/common/pa_converters.h [new file with mode: 0644]
src/common/pa_cpuload.c [new file with mode: 0644]
src/common/pa_cpuload.h [new file with mode: 0644]
src/common/pa_debugprint.c [new file with mode: 0644]
src/common/pa_debugprint.h [new file with mode: 0644]
src/common/pa_dither.c [new file with mode: 0644]
src/common/pa_dither.h [new file with mode: 0644]
src/common/pa_endianness.h [new file with mode: 0644]
src/common/pa_front.c [new file with mode: 0644]
src/common/pa_hostapi.h [new file with mode: 0644]
src/common/pa_memorybarrier.h [new file with mode: 0644]
src/common/pa_process.c [new file with mode: 0644]
src/common/pa_process.h [new file with mode: 0644]
src/common/pa_ringbuffer.c [new file with mode: 0644]
src/common/pa_ringbuffer.h [new file with mode: 0644]
src/common/pa_skeleton.c [new file with mode: 0644]
src/common/pa_stream.c [new file with mode: 0644]
src/common/pa_stream.h [new file with mode: 0644]
src/common/pa_trace.c [new file with mode: 0644]
src/common/pa_trace.h [new file with mode: 0644]
src/common/pa_types.h [new file with mode: 0644]
src/common/pa_util.h [new file with mode: 0644]
src/hostapi/alsa/pa_linux_alsa.c [new file with mode: 0644]
src/hostapi/asihpi/pa_linux_asihpi.c [new file with mode: 0644]
src/hostapi/asio/ASIO-README.txt [new file with mode: 0644]
src/hostapi/asio/Callback_adaptation_.pdf [new file with mode: 0644]
src/hostapi/asio/Pa_ASIO.pdf [new file with mode: 0644]
src/hostapi/asio/iasiothiscallresolver.cpp [new file with mode: 0644]
src/hostapi/asio/iasiothiscallresolver.h [new file with mode: 0644]
src/hostapi/asio/pa_asio.cpp [new file with mode: 0644]
src/hostapi/coreaudio/notes.txt [new file with mode: 0644]
src/hostapi/coreaudio/pa_mac_core.c [new file with mode: 0644]
src/hostapi/coreaudio/pa_mac_core_blocking.c [new file with mode: 0644]
src/hostapi/coreaudio/pa_mac_core_blocking.h [new file with mode: 0644]
src/hostapi/coreaudio/pa_mac_core_internal.h [new file with mode: 0644]
src/hostapi/coreaudio/pa_mac_core_old.c [new file with mode: 0644]
src/hostapi/coreaudio/pa_mac_core_utilities.c [new file with mode: 0644]
src/hostapi/coreaudio/pa_mac_core_utilities.h [new file with mode: 0644]
src/hostapi/dsound/pa_win_ds.c [new file with mode: 0644]
src/hostapi/dsound/pa_win_ds_dynlink.c [new file with mode: 0644]
src/hostapi/dsound/pa_win_ds_dynlink.h [new file with mode: 0644]
src/hostapi/jack/pa_jack.c [new file with mode: 0644]
src/hostapi/oss/low_latency_tip.txt [new file with mode: 0644]
src/hostapi/oss/pa_unix_oss.c [new file with mode: 0644]
src/hostapi/oss/recplay.c [new file with mode: 0644]
src/hostapi/wasapi/pa_win_wasapi.cpp [new file with mode: 0644]
src/hostapi/wdmks/pa_win_wdmks.c [new file with mode: 0644]
src/hostapi/wdmks/readme.txt [new file with mode: 0644]
src/hostapi/wmme/pa_win_wmme.c [new file with mode: 0644]
src/os/unix/pa_unix_hostapis.c [new file with mode: 0644]
src/os/unix/pa_unix_util.c [new file with mode: 0644]
src/os/unix/pa_unix_util.h [new file with mode: 0644]
src/os/win/pa_win_hostapis.c [new file with mode: 0644]
src/os/win/pa_win_util.c [new file with mode: 0644]
src/os/win/pa_win_waveformat.c [new file with mode: 0644]
src/os/win/pa_win_wdmks_utils.c [new file with mode: 0644]
src/os/win/pa_win_wdmks_utils.h [new file with mode: 0644]
src/os/win/pa_x86_plain_converters.c [new file with mode: 0644]
src/os/win/pa_x86_plain_converters.h [new file with mode: 0644]
test/README.txt [new file with mode: 0644]
test/debug_convert.c [new file with mode: 0644]
test/debug_dither_calc.c [new file with mode: 0644]
test/debug_dual.c [new file with mode: 0644]
test/debug_multi_in.c [new file with mode: 0644]
test/debug_multi_out.c [new file with mode: 0644]
test/debug_record.c [new file with mode: 0644]
test/debug_record_reuse.c [new file with mode: 0644]
test/debug_sine.c [new file with mode: 0644]
test/debug_sine_amp.c [new file with mode: 0644]
test/debug_sine_formats.c [new file with mode: 0644]
test/debug_srate.c [new file with mode: 0644]
test/debug_test1.c [new file with mode: 0644]
test/pa_devs.c [new file with mode: 0644]
test/pa_fuzz.c [new file with mode: 0644]
test/pa_minlat.c [new file with mode: 0644]
test/paqa_devs.c [new file with mode: 0644]
test/paqa_errs.c [new file with mode: 0644]
test/patest1.c [new file with mode: 0644]
test/patest_buffer.c [new file with mode: 0644]
test/patest_callbackstop.c [new file with mode: 0644]
test/patest_clip.c [new file with mode: 0644]
test/patest_converters.c [new file with mode: 0644]
test/patest_dither.c [new file with mode: 0644]
test/patest_dsound_surround.c [new file with mode: 0644]
test/patest_hang.c [new file with mode: 0644]
test/patest_in_overflow.c [new file with mode: 0644]
test/patest_latency.c [new file with mode: 0644]
test/patest_leftright.c [new file with mode: 0644]
test/patest_longsine.c [new file with mode: 0644]
test/patest_many.c [new file with mode: 0644]
test/patest_maxsines.c [new file with mode: 0644]
test/patest_mono.c [new file with mode: 0644]
test/patest_mono_asio_channel_select.c [new file with mode: 0644]
test/patest_multi_sine.c [new file with mode: 0644]
test/patest_out_underflow.c [new file with mode: 0644]
test/patest_pink.c [new file with mode: 0644]
test/patest_prime.c [new file with mode: 0644]
test/patest_read_record.c [new file with mode: 0644]
test/patest_read_write_wire.c [new file with mode: 0644]
test/patest_record.c [new file with mode: 0644]
test/patest_ringmix.c [new file with mode: 0644]
test/patest_saw.c [new file with mode: 0644]
test/patest_sine.c [new file with mode: 0644]
test/patest_sine8.c [new file with mode: 0644]
test/patest_sine_channelmaps.c [new file with mode: 0644]
test/patest_sine_formats.c [new file with mode: 0644]
test/patest_sine_time.c [new file with mode: 0644]
test/patest_start_stop.c [new file with mode: 0644]
test/patest_stop.c [new file with mode: 0644]
test/patest_stop_playout.c [new file with mode: 0644]
test/patest_sync.c [new file with mode: 0644]
test/patest_timing.c [new file with mode: 0644]
test/patest_toomanysines.c [new file with mode: 0644]
test/patest_two_rates.c [new file with mode: 0644]
test/patest_underflow.c [new file with mode: 0644]
test/patest_wire.c [new file with mode: 0644]
test/patest_wmme_surround.c [new file with mode: 0644]
test/patest_write_sine.c [new file with mode: 0644]
test/patest_write_stop.c [new file with mode: 0644]
testcvs/changeme.txt [new file with mode: 0644]