pedalboard/io/StreamResampler.h (2 lines): - line 81: // TODO: Don't copy the entire input buffer multiple times here! - line 181: // TODO: Rename me! pedalboard/plugins/MP3Compressor.h (2 lines): - line 178: // TODO: It would be possible to add a resampler here to support - line 187: // TODO: It would be possible to run multiple independent mono encoders. pedalboard/ExternalPlugin.h (2 lines): - line 918: // TODO: For effect plugins, do this check as well! - line 1017: // TODO: For instrument plugins, figure out how to measure audio pedalboard/io/ResampledReadableAudioFile.h (2 lines): - line 286: // TODO: Provide an alternative interface to write to the output buffer - line 324: // TODO: Tune this carefully to avoid unnecessary calls to read() pedalboard/BufferUtils.h (1 line): - line 215: // TODO: Avoid the need to copy here if offsetSamples is 0! MANIFEST.in (1 line): - line 5: # TODO: This can go away once we build binary wheels! pedalboard/plugin_templates/FixedBlockSize.h (1 line): - line 254: // TODO: Add plugin wrappers to make mono plugins stereo (and/or multichannel), pedalboard/TimeStretch.h (1 line): - line 30: // TODO: is it though? pedalboard/io/PythonInputStream.h (1 line): - line 71: // TODO: Try reading a couple of Python properties that may contain the pedalboard/plugins/Delay.h (1 line): - line 69: // TODO: More advanced mixing rules than "linear?" pedalboard/io/LameMP3AudioFormat.h (1 line): - line 65: // TODO: Make WriteableAudioFile exception-safe so we can bubble up more