]> git.sesse.net Git - casparcg/commit
Replaced openal with portaudio for lower latency
authorHelge Norberg <helge.norberg@gmail.com>
Mon, 26 Aug 2013 15:15:02 +0000 (17:15 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Mon, 26 Aug 2013 15:15:02 +0000 (17:15 +0200)
commit4fa80cdfed560bc1a80f1adc20785ae7c78d1d9a
tree20534d1a5cf9549a64af2c526de0a585c405ba24
parent4533701c768efb2b7ef93b9ca7e2c6c3137df29f
Replaced openal with portaudio for lower latency
21 files changed:
.gitignore
casparcg.sln
dependencies/portaudio/bin/portaudio_x86.dll [new file with mode: 0644]
dependencies/portaudio/include/pa_asio.h [new file with mode: 0644]
dependencies/portaudio/include/pa_jack.h [new file with mode: 0644]
dependencies/portaudio/include/pa_linux_alsa.h [new file with mode: 0644]
dependencies/portaudio/include/pa_mac_core.h [new file with mode: 0644]
dependencies/portaudio/include/pa_win_ds.h [new file with mode: 0644]
dependencies/portaudio/include/pa_win_wasapi.h [new file with mode: 0644]
dependencies/portaudio/include/pa_win_waveformat.h [new file with mode: 0644]
dependencies/portaudio/include/pa_win_wmme.h [new file with mode: 0644]
dependencies/portaudio/include/portaudio.h [new file with mode: 0644]
dependencies/portaudio/lib/portaudio_x86.lib [new file with mode: 0644]
modules/portaudio/consumer/portaudio_consumer.cpp [new file with mode: 0644]
modules/portaudio/consumer/portaudio_consumer.h [new file with mode: 0644]
modules/portaudio/portaudio.cpp [new file with mode: 0644]
modules/portaudio/portaudio.h [new file with mode: 0644]
modules/portaudio/portaudio.vcxproj [new file with mode: 0644]
modules/portaudio/portaudio.vcxproj.filters [new file with mode: 0644]
shell/server.cpp
shell/shell.vcxproj