Add a quick and dirty test for resampling.

This will be cleaned up later. Maybe.
This commit is contained in:
David Reid
2018-07-15 14:17:01 +10:00
parent 5b2b688b00
commit 223c8e84d1
4 changed files with 210 additions and 2 deletions
+2
View File
@@ -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;
}