@@ -19,10 +19,10 @@ you, and you don't need full-duplex support, you can avoid upgrading (though you
...
@@ -19,10 +19,10 @@ you, and you don't need full-duplex support, you can avoid upgrading (though you
Rebranding to "miniaudio"
Rebranding to "miniaudio"
-------------------------
-------------------------
The decision was made to rename mini_al to miniaudio. The reason for this is simple:
The decision was made to rename mini_al to miniaudio. Don't worry, it's the same project. The reason for this is simple:
2) Having the word "audio" in the title makes it immediately clear that the library is related to audio; and
1) Having the word "audio" in the title makes it immediately clear that the library is related to audio; and
1) I don't like the look of the underscore.
2) I don't like the look of the underscore.
This rebrand has necessitated a change in namespace from "mal" to "ma". I know this is annoying, and I apologize, but it's
This rebrand has necessitated a change in namespace from "mal" to "ma". I know this is annoying, and I apologize, but it's
better to get this out of the road now rather than later. Also, since there are necessary API changes for full-duplex support
better to get this out of the road now rather than later. Also, since there are necessary API changes for full-duplex support
...
@@ -101,16 +101,16 @@ In addition to the above, the following API changes have been made:
...
@@ -101,16 +101,16 @@ In addition to the above, the following API changes have been made:
- The log callback now takes a logLevel parameter. The new callback looks like: void log_callback(ma_context* pContext, ma_device* pDevice, ma_uint32 logLevel, const char* message)
- The log callback now takes a logLevel parameter. The new callback looks like: void log_callback(ma_context* pContext, ma_device* pDevice, ma_uint32 logLevel, const char* message)
- You can use ma_log_level_to_string() to convert the logLevel to human readable text if you want to log it.
- You can use ma_log_level_to_string() to convert the logLevel to human readable text if you want to log it.