Commit History

Author SHA1 Message Date
  Ryan C. Gordon 978df1ad74 disk audio: Implemented "capture" support, cleaned up some things. 8 years ago
  Ryan C. Gordon a15b974044 testaudiocapture: use capture device buffer queueing, for better test coverage. 8 years ago
  Ryan C. Gordon 7315390171 audio: Implemented buffer queueing for capture devices (SDL_DequeueAudio()). 8 years ago
  Ryan C. Gordon 7bfe494c62 testaudiocapture: don't use fullscreen for the window. 8 years ago
  Ryan C. Gordon e7347a4027 audio: SDL_ClearQueuedAudio() should free everything but two packets. 8 years ago
  Ryan C. Gordon 9a33154450 nas: initial shot at audio capture support. Compiles, but not tested. 8 years ago
  Ryan C. Gordon 9b2a59ef05 audio: Changed OnlyHasDefaultInputDevice to OnlyHasDefaultCaptureDevice. 8 years ago
  Ryan C. Gordon 761a79788c audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 8 years ago
  Ryan C. Gordon 979de761c9 audio: Removed internal SDL_audiomem.h and macros. 8 years ago
  Ryan C. Gordon 9b64772775 audio: Clean up some CloseDevice() interface details. 8 years ago
  Ryan C. Gordon 30a9139bc3 arts: backed out audio capture support. 8 years ago
  Ryan C. Gordon 20cd5e44ce dummy audio: Patched to compile. 8 years ago
  Ryan C. Gordon 17246ba95e dummy audio: Implemented dummy audio capture support. :) 8 years ago
  Ryan C. Gordon 9dd8477a21 bsdaudio: first shot at audio capture support! 8 years ago
  Ryan C. Gordon d30a2f5ad8 bsdaudio: this appears to be using the wrong variable...? 8 years ago
  Ryan C. Gordon ecbd625c4b arts: Patched to (maybe) compile. 8 years ago
  Ryan C. Gordon a7dddacd99 arts: implemented audio capture support. 8 years ago
  Ryan C. Gordon 38f4b68ca7 alsa: capture devices don't need a mixbuf allocated. 8 years ago
  Ryan C. Gordon 3ed9b0f567 testaudiocapture: made test app interactive. 8 years ago
  Ryan C. Gordon a9ef240cef coreaudio: Implemented audio capture for iOS. 8 years ago
  Ryan C. Gordon f758483a28 testaudiocapture: Make a simple green/red window when recording/playing. 8 years ago
  Ryan C. Gordon 41e8f9ede4 alsa: Implemented audio capture support! 8 years ago
  Ryan C. Gordon 754efd43f4 alsa: Cleaned up the 5.1 swizzle mess a little. 8 years ago
  Ryan C. Gordon 6bd1ec6bb0 audio: a little more robustness in the capture device's thread. 8 years ago
  Ryan C. Gordon d662bc04a5 pulseaudio: Implemented audio capture support! 8 years ago
  Ryan C. Gordon 0d0f7080a3 audio: implemented higher level infrastructure for running capture devices. 8 years ago
  Ryan C. Gordon 6d5c9c1e67 audio: Made some SDL_AudioDevice fields atomic. 8 years ago
  Ryan C. Gordon b35b9f950e testaudiocapture: Let specific devices be opened. 8 years ago
  Ryan C. Gordon ca57b9ee11 BUGS.txt: Bugzilla supports SSL; changed link to https:// ... 8 years ago
  Ryan C. Gordon 67f2538c41 audio: changed some internal ints to be SDL_bools. 8 years ago