sbooth / SFBAudioEngine

A powerhouse of audio functionality for macOS and iOS
https://sbooth.github.io/SFBAudioEngine/
MIT License
552 stars 87 forks source link

Rename OutputSource to something more semantically correct #182

Open sbooth opened 3 years ago

sbooth commented 3 years ago

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