You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we don't yet have typed integers, it might be best to just implement a new Channels trait for the common cases for now, i.e. Mono, Stereo, NChannels.
The text was updated successfully, but these errors were encountered:
mitchmindtree
changed the title
Change the buffer type within the callback args from &[S] to &[[S; N_CHANNELS]]
Change the buffer types within the callback args from &[S] to &[[S; N_CHANNELS]]Jan 22, 2016
Great suggestion by ubsan on IRC.
As we don't yet have typed integers, it might be best to just implement a new
Channels
trait for the common cases for now, i.e.Mono
,Stereo
,NChannels
.The text was updated successfully, but these errors were encountered: