This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2025-02-24 18:41:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
freeswitch
/
src
/
mod
/
endpoints
/
mod_portaudio
History
Anthony Minessale
804ef7709d
change from sqlite hash to newly added one
2014-03-09 00:37:17 +05:00
..
conf
/autoload_configs
FS-5430 --resolve
2013-05-15 09:27:18 -05:00
Makefile.am
…
mod_PortAudio.2008.vcproj
…
mod_PortAudio.2010.vcxproj
…
mod_PortAudio.2012.vcxproj
Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future.
2014-01-22 22:47:11 +01:00
mod_portaudio.c
change from sqlite hash to newly added one
2014-03-09 00:37:17 +05:00
mod_PortAudio.vcproj
…
pa_ringbuffer.c
…
pa_ringbuffer.h
…
pablio.c
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
2014-01-22 22:30:23 +01:00
pablio.h
…