Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 anos atrás |
Tim Schumacher
|
5f2ea31816
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
|
2 anos atrás |
Linus Groh
|
ee0297d9ec
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
|
2 anos atrás |
Linus Groh
|
9c08bb9555
AK: Remove `try_` prefix from FixedArray creation functions
|
2 anos atrás |
Tim Schumacher
|
5896f8cf2b
LibAudio: Use `AllocatingMemoryStream` as the MP3 loader bit reservoir
|
2 anos atrás |
Tim Schumacher
|
4dcc26e940
LibAudio: Skip MP3 frames if not enough historic data is available
|
2 anos atrás |
Tim Schumacher
|
4ad9fbc6a5
LibAudio: Clear the MP3 bit stream when seeking
|
2 anos atrás |
Tim Schumacher
|
1caad457ef
LibAudio: Don't assume that a non-full span means EOF
|
2 anos atrás |
Tim Schumacher
|
c6d71ca727
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
|
2 anos atrás |
Tim Schumacher
|
f909cfbe75
LibCore: Use the new `Handle` type for the `BitStream` types
|
2 anos atrás |
Tim Schumacher
|
312a41fddf
LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streams
|
2 anos atrás |
Tim Schumacher
|
c57be0f474
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
|
2 anos atrás |
Lucas CHOLLET
|
c837a1a8de
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
|
2 anos atrás |
Lucas CHOLLET
|
754b129f4a
LibAudio: Allow the MP3 plugin to be constructed from a byte buffer
|
2 anos atrás |
Lucas CHOLLET
|
bb17ee8397
LibAudio: Port the MP3 plugin to `Core::Stream`
|
2 anos atrás |
kleines Filmröllchen
|
00e13b5b27
LibDSP: Rename library namespace to DSP
|
3 anos atrás |
kleines Filmröllchen
|
19a4b820c4
LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float
|
3 anos atrás |
kleines Filmröllchen
|
49b087f3cd
LibAudio+Userland: Use new audio queue in client-server communication
|
3 anos atrás |
kleines Filmröllchen
|
cb0e95c928
LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
|
3 anos atrás |
Arne Elster
|
7223b593cb
LibAudio: Add basic MP3 Decoder
|
3 anos atrás |