mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Add a quick and dirty test for resampling.
This will be cleaned up later. Maybe.
This commit is contained in:
@@ -373,6 +373,8 @@ mal_result msigvis_screen_redraw(msigvis_screen* pScreen)
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
mal_result msigvis_channel_init(msigvis_context* pContext, mal_format format, mal_uint32 sampleRate, msigvis_channel* pChannel)
|
||||
{
|
||||
(void)pContext;
|
||||
|
||||
if (pChannel == NULL) {
|
||||
return MAL_INVALID_ARGS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user