SFBAudioEngine icon indicating copy to clipboard operation
SFBAudioEngine copied to clipboard

Rename OutputSource to something more semantically correct

Open sbooth opened this issue 5 years ago • 0 comments

OutputSource is not a great name for the class. It does not represent a source of output but rather is a destination where output is written.

For parity in naming between input and output here are some ideas:

Input Output
SFBInput SFBOutput
SFBInputReader SFBOutputWriter
SFBInputProducer SFBOutputConsumer
SFBInputSource SFBOutputDestination

sbooth avatar Jan 12 '21 04:01 sbooth