ma_context_post_error(pContext, NULL, MA_LOG_LEVEL_WARNING, "[WASAPI] Failed to find suitable device format for device info retrieval.", MA_FORMAT_NOT_SUPPORTED);
ma_context_post_error(pContext, NULL, MA_LOG_LEVEL_WARNING, "[WASAPI] Failed to find suitable device format for device info retrieval.", MA_FORMAT_NOT_SUPPORTED);
}
}
}
} else {
ma_context_post_error(pContext, NULL, MA_LOG_LEVEL_WARNING, "[WASAPI] Failed to retrieve device format for device info retrieval.", ma_result_from_HRESULT(hr));
}
}
ma_IPropertyStore_Release(pProperties);
} else {
} else {
ma_context_post_error(pContext, NULL, MA_LOG_LEVEL_WARNING, "[WASAPI] Failed to retrieve device format for device info retrieval.", ma_result_from_HRESULT(hr));
ma_context_post_error(pContext, NULL, MA_LOG_LEVEL_WARNING, "[WASAPI] Failed to open property store for device info retrieval.", ma_result_from_HRESULT(hr));
}
}
ma_IPropertyStore_Release(pProperties);
} else {
ma_context_post_error(pContext, NULL, MA_LOG_LEVEL_WARNING, "[WASAPI] Failed to open property store for device info retrieval.", ma_result_from_HRESULT(hr));
}
}
#endif
#endif
return MA_SUCCESS;
return MA_SUCCESS;
}
}
...
@@ -64151,7 +64152,12 @@ REVISION HISTORY
...
@@ -64151,7 +64152,12 @@ REVISION HISTORY
================
================
v0.10.32 - TBD
v0.10.32 - TBD
- WASAPI: Fix a deadlock in exclusive mode.
- WASAPI: Fix a deadlock in exclusive mode.
- WASAPI: No longer return an error from ma_context_get_device_info() when an exclusive mode format
cannot be retrieved.
- PulseAudio: Yet another refactor, this time to remove the dependency on `pa_threaded_mainloop`.
- PulseAudio: Yet another refactor, this time to remove the dependency on `pa_threaded_mainloop`.
- Fix a bug where thread handles are not being freed.
- Fix some static analysis warnings in FLAC, WAV and MP3 decoders.
- Update to latest version of c89atomic.
- Internal refactoring to migrate over to the new backend callback system for the following backends:
- Internal refactoring to migrate over to the new backend callback system for the following backends:
- PulseAudio
- PulseAudio
- ALSA
- ALSA
...
@@ -64161,9 +64167,6 @@ v0.10.32 - TBD
...
@@ -64161,9 +64167,6 @@ v0.10.32 - TBD
- OSS
- OSS
- audio(4)
- audio(4)
- sndio
- sndio
- Fix a bug where thread handles are not being freed.
- Fix some static analysis warnings in FLAC, WAV and MP3 decoders.