tjscience / audion.cscore

An audio visualization and processing framework for WPF
MIT License
33 stars 7 forks source link

Add Record Functionality (InputSource) #7

Closed tjscience closed 7 years ago

tjscience commented 7 years ago

This is going to be a breaking change for Source. Source as it is known currently will become OutputSource. Both InputSource and OutputSource will inherit from ISource which is what the controls will consume in their Source properties.