kleines Filmröllchen
|
264cc76ab4
LibAudio: Move audio stream buffering into the loader
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Linus Groh
|
ee0297d9ec
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Tim Schumacher
|
312a41fddf
LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streams
|
2 years ago |
Tim Schumacher
|
c57be0f474
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
|
2 years ago |
Lucas CHOLLET
|
c837a1a8de
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
|
2 years ago |
Lucas CHOLLET
|
f028930033
LibAudio: Remove the last occurrence of `Core::File` in the Wav plugin
|
2 years ago |
kleines Filmröllchen
|
f14a71eb34
LibAudio: Move WAV sample reading and conversion into own helpers
|
3 years ago |
kleines Filmröllchen
|
a32d675164
LibAudio: Move WavLoader to Core::Stream APIs
|
3 years ago |
kleines Filmröllchen
|
81a336ea45
LibAudio: Refactor and modernize WavLoader
|
3 years ago |
kleines Filmröllchen
|
49b087f3cd
LibAudio+Userland: Use new audio queue in client-server communication
|
3 years ago |
kleines Filmröllchen
|
cb0e95c928
LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
kleines Filmröllchen
|
8a92573732
LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)
|
3 years ago |
kleines Filmröllchen
|
54ac4ba8cc
LibAudio: Expose the format name from the loader plugins
|
3 years ago |
kleines Filmröllchen
|
be6418cc50
Everywhere: Use my new serenityos.org e-mail :^)
|
3 years ago |
kleines Filmröllchen
|
96d02a3e75
LibAudio: New error propagation API in Loader and Buffer
|
3 years ago |
kleines Filmröllchen
|
8af97d0ce7
Audio: Fix code smells and issues found by static analysis
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
kleines Filmröllchen
|
d049626f40
Userland+LibAudio: Make audio applications support dynamic sample rate
|
3 years ago |
kleines Filmröllchen
|
184a9e7e67
LibAudio: Make ResampleHelper templated for different sample types
|
4 years ago |
kleines Filmröllchen
|
488de12ed4
LibAudio: Make LoaderPlugin::error_string return String&
|
4 years ago |
Nick Miller
|
9a2c80c791
SoundPlayer: Handle any input file sample rate
|
4 years ago |
Nick Miller
|
23d5b99fbf
LibAudio: Make Loader::seek() treat its input as a sample index
|
4 years ago |
Nick Miller
|
ed5777eb0a
LibAudio: WavLoader: Avoid reading partial samples
|
4 years ago |
Nick Miller
|
3938b56577
LibAudio+LibCore: Remove unnecessary IODeviceStreamReader.h
|
4 years ago |