Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling d17e23bd27 LibCore: Remove leading C from filenames hace 5 años
  Andreas Kling 92f77864de LibAudio: Put all classes in the Audio namespace and remove leading A hace 5 años
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Till Mayer 94a9649945 AWavLoader: Fixed incorrect computation of m_loaded_samples hace 5 años
  Till Mayer 2f13517a1a LibAudio: Added playback control features to audio server hace 5 años
  Till Mayer 4c8341d080 LibAudio: Fixed stuttery playback of audio hace 5 años
  Andreas Kling 8d550c174e LibCore: Convert CFile to ObjectPtr hace 5 años
  Andreas Kling 6693e56603 LibAudio: Allow tweaking how much get_more_samples() reads from file hace 6 años
  Andreas Kling 0f3d191a70 LibCore: Rename CFileStreamReader => CIODeviceStreamReader. hace 6 años
  Andreas Kling 66f8ea92cb LibAudio: Silence some debug spam in the WAV loader. hace 6 años
  Andreas Kling ae4a9e017a LibAudio+aplay: Make the aplay output look a little funner. hace 6 años
  Andreas Kling b44d3faa1c LibAudio: WAV: Don't emit the very last sample in each decoded batch. hace 6 años
  Andreas Kling dbebf10131 LibAudio: Allow WAV files up to 1GB. hace 6 años
  Andreas Kling 68c20e50da LibAudio: WAV reading should stop when we run out of file. :^) hace 6 años
  Andreas Kling 5e01dde7b1 Audio: Make ABuffer sit on top of a SharedBuffer. hace 6 años
  Andreas Kling 426248098c Audio: Make basic streaming WAV playback work. hace 6 años
  Andreas Kling be1025c03f LibAudio: Use ByteBuffer::slice_view() to avoid double memory usage. hace 6 años
  Andreas Kling c7a4c8f93b LibAudio: Run clang-format on all of it to make editing easier. hace 6 años
  Robin Burchell d19136ce07 AWavLoader: Share code between 24/16/8 bit reading hace 6 años
  Robin Burchell a2fbfb6cef AWavLoader: Support 24 bit wav files (mono & stereo) hace 6 años
  Robin Burchell ed25d524f2 ABuffer: move it and groove it hace 6 años
  Robin Burchell 2df6f0e87f Work on AudioServer hace 6 años
  Robin Burchell 7b75632e5c AK/LibAudio: Add stream read operators to AK::BufferStream, and use it in AWavLoader hace 6 años
  Robin Burchell ffa8cb668f AudioServer: Assorted infrastructure work hace 6 años