Commit History

Author SHA1 Message Date
  Ryan C. Gordon df4985e207 dsp: Implemented audio capture support. 8 years ago
  Ryan C. Gordon a0ff2554c1 winmm: Try to get full device names from the Windows Registry. 8 years ago
  Ryan C. Gordon ff7df7e687 winmm: Added a FIXME for truncated device names. 8 years ago
  Ryan C. Gordon 51d1523380 winmm: Implemented audio capture support. 8 years ago
  Ryan C. Gordon 4499e5bcc6 disk audio: Make default i/o delay match what device is meant to be running at. 8 years ago
  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