Rémi Verschelde
|
4396f8fbd3
Add AudioStreamMP3 `load_from_file`/`load_from_buffer` and harmonize other audio streams
|
8 months ago |
Yufeng Ying
|
33817b186f
Remove unused header in drivers and modules.
|
8 months ago |
DeeJayLSP
|
e3f3daac6f
AudioStreamMP3: Use a LocalVector to store data
|
11 months ago |
Adam Scott
|
d3ddce6b88
Fix leak when using audio samples instead of streams
|
11 months ago |
Rémi Verschelde
|
5418919c3c
Merge pull request #96240 from DeeJayLSP/mp3-data
|
11 months ago |
DeeJayLSP
|
7e49c26729
MP3: Use heap for big struct when setting data
|
1 year ago |
DeeJayLSP
|
b3265497c7
MP3: Remove unnecessary memory allocation
|
1 year ago |
Adam Scott
|
52fa4f05f3
Add samples playback support
|
1 year ago |
Juan Linietsky
|
a40fe16866
Implement audio stream playback parameters.
|
1 year ago |
Ithamar R. Adema
|
36ff0591f2
Add build option for MP1/MP2 audio format support.
|
2 years ago |
Rémi Verschelde
|
c79183817d
Revert "minimp3: Add a .cpp file to simplify building the single-header implementation"
|
2 years ago |
Rémi Verschelde
|
6fc0912137
minimp3: Add a .cpp file to simplify building the single-header implementation
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Dave Palais
|
0c46068af0
Change time parameters and variables to double type
|
2 years ago |
reduz
|
d1ddee2258
Implement BPM support
|
3 years ago |
Ellen Poe
|
afd2bbaa5f
Fix ogg edge cases
|
3 years ago |
reduz
|
6f51eca1e3
Discern between virtual and abstract class bindings
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Vincent
|
8263646f68
AudioStreamMP3: expose loop properties to the editor
|
3 years ago |
Vincent
|
2d0068d1cb
Fix crash when loading an invalid mp3 file
|
3 years ago |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 years ago |
Aaron Franke
|
7e51e4cb84
Fix some LGTM errors of "Multiplication result converted to larger type"
|
4 years ago |
Ellen Poe
|
0e3cab41eb
Add polyphony to Audio Stream Player nodes
|
4 years ago |
Ellen Poe
|
53843ba872
Require AudioStream::mix to return the number of frames successfully mixed
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 years ago |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 years ago |
Rémi Verschelde
|
d83761ba80
Style: Apply clang-tidy's `readability-braces-around-statements`
|
4 years ago |
Ellen Poe
|
936767deca
Fail mp3 loading when attempting to load invalid mp3s
|
4 years ago |
Aaron Franke
|
193564d83e
Descriptive error message when using AudioStream(OGG/MP3) incorrectly
|
5 years ago |