Ray
a886f5e743
Remove TABS
6 年前
Ray
641895b5ba
Remove end-line spaces
6 年前
Jens Pitkanen
f9963d4ed4
Fix config.h flags
6 年前
Ray
e46c23128e
Avoid AudioBuffer symbol collision on macOS
raudio AudioBuffer internal struct collides on macOS with CoreAudio same name struct. In this case struct has been renamed because is internal to raudio... but probably all system should be redesigned.
6 年前
Ray
944a388b1b
Include mini_al directly, no separate module
6 年前
Marco Lizza
aaced97b12
Fixing badly (redefined) enums.
6 年前
Marco Lizza
c1c801e5c3
Reworking log level as incremental.
6 年前
raysan5
0d2cfce18e
Review raudio comments
6 年前
Ray
93471b0a7c
WARNING: Renamed module: audio -> raudio
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change.
Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library!
Consequently, raylib version has been bumped to 2.4-dev.
6 年前
raysan5
63f9f91ea8
Avoid crashing if music file not loaded
6 年前
raysan5
d0d99d3503
Corrected issue with MOD/XM loop
6 年前
raysan5
35a6e9a074
Corrected issue with MOD playing
Despite issue is corrected, now module loop doesn't work...
6 年前
Ray
4ec4dc691f
Use stb_vorbis.h as header only
6 年前
Ray
f822650a3b
Support externally provided compilation flags
Useful in case raylib compilation want to be automated and compilation config flags provided by command line.
6 年前
Ray
83d90c6e49
Review totalSampleCount for OGG and FLAC
6 年前
Ray
fc1c9505ba
Remove end-line spaces
6 年前
Ray
c79b342f0b
Corrected issue with sampleCount
6 年前
Ray
f7667aad8d
Reviewed audio issues
- Updated dr_mp3 and implemented it
- Reviewed sampleCount vs frameCount
- Reviewed XM playing (some weird things...)
6 年前
Ray
298203a41a
ADDED: Some functions...
text: IsEqualText() -WIP-
audio: SaveWAV()
audio: ExportWaveAsCode()
textures: ExportImageAsCode()
6 年前
Ray
2759218368
Added comment on issue
6 年前
Ray
764766bfb2
Some formatting tweaks
6 年前
Ray
c2aa1fed7b
Removed OpenAL backend
6 年前
Ray
8bac72f4fa
Working on MP3 loading
Loading full mp3 file works but loading for music streaming does not work, it seems total number of samples is not obtained correctly from mp3 file...
6 年前
Ray
b8b8936cd7
Review defines
6 年前
Ray
f238b9ea3c
Small tweak to avoid warning
6 年前
Ray
9efe5c6802
Support MP3 wave loading -NOT TESTED-
6 年前
Ray
ec5c9686b3
Improved data export capabilities!
REVIEWED: ExportImage()
REVIEWED: ExportMesh()
ADDED: ExportWave()
REMOVED: Internal funcs: SavePNG(), SaveBMP()
NOTE: These changes break the API (parameters order)
6 年前
Michael Vetter
186c1b157e
Fix bug in LoadMusicStream
free() and NULL at the end.
6 年前
raysan5
7964b28fac
Corrected bug LoadMusicStream()
6 年前
raysan5
dc3327fba8
Reviewed music loading
6 年前
Michael Vetter
7a5b1b13e2
Deal with failed LoadMusicStream
It would be good to have a way to continue execution even when loading a stream didn't work.
Free music and set it to NULL in case something went wrong, so that users can check for it.
6 年前
Ray
6e812cf147
Working on MP3 support
6 年前
David Reid
c598701873
Fix bug with FLAC music streams.
6 年前
Michael Campagnaro
859b1cf574
Fix incorrect log agent names
6 年前
Ray San
f454af08bb
Review include (already included)
7 年前
David Reid
63cf43b729
Fix some warnings.
7 年前
David Reid
647c08ef4c
Fix a copy paste typo.
7 年前
David Reid
f1b624d38b
Update mini_al.
7 年前
Ahmad Fatoum
e025e62445
cmake: Fix PLATFORM_WEB build
Did this ever work? Surely, doesn't look like it...
7 年前
Ray
88c2337225
Preliminary support for MP3 fileformat -WIP-
7 年前
Ray San
ec33e7d705
BREAKING CHANGE: Renamed SpriteFont type to Font
- Preparing MP3 files support
- Jumped version to raylib 2.0-dev (too many breaking changes...)
7 年前
David Reid
0febaa2446
Update external audio libraries.
7 年前
Ahmad Fatoum
1841afad11
Refactor all #define SUPPORT_* into a config.h
That way, a user needs only to touch a single file to configure what
features raylib is built with.
Include guards are left out intentionally, because config.h should only
be included in source files, not headers.
Later on, config.h can also define the raylib version (#461 ).
7 年前
maficccc@gmail.com
03ca9508bf
Fix Dead initialization
7 年前
Ray
231a69417a
Corrected masteVolume setting
7 年前
Ray
7bf6becc94
Reviewed mini_al implementation
- Some functions renamed
- Comments reviewed
- Functions reorganized
7 年前
-
230e78a23e
Code tweak while using OpenAL backend
7 年前
raysan5
c93bca8c27
Review Makefile config flags
Support external GLFW usage
Renamed some flags for consistency
7 年前
Ray San
61afd07bd7
Force OpenAL backend on some platforms
OpenAL audio backend is being forced on HTML5 and OSX
7 年前
Ray San
1320044e94
Review code formatting
7 年前