rbrisita / codio-sui

A media format for VS Code to record and playback the process of programming.
GNU Affero General Public License v3.0
10 stars 3 forks source link

Refactor AudioHandler Class #165

Closed rbrisita closed 2 years ago

rbrisita commented 2 years ago

Convert AudioHandler class to follow interfaces and naming conventions.

Refactor to AudioRecorder and AudioPlayer. Add IImport and IMedia interfaces.