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
Issues with load times are currently caused by the SoundFileView in large pieces.
To help this, current proposal is to produce a much smaller 'peaks' style file that only stores every n-th sample (storing fewer samples will mean less accurate waveforms, but a trade-off worth having in this case).
This will involve creating a class responsible for:
Reading a soundfile
Writing a binary file containing the reduced number of samples
Reading the binary file again, producing an array suitable for passing to SoundFileView
The text was updated successfully, but these errors were encountered:
Have written a custom viewer to display peakfile information that gets generated if it's required through an external program - storing in Platform.userAppSupportDir +/+ SuperDiffuse +/+ SDPK
Issues with load times are currently caused by the SoundFileView in large pieces.
To help this, current proposal is to produce a much smaller 'peaks' style file that only stores every n-th sample (storing fewer samples will mean less accurate waveforms, but a trade-off worth having in this case).
This will involve creating a class responsible for:
The text was updated successfully, but these errors were encountered: