Software Design and Architecture >>> Architectural Style <<< For the following section please state which architectural style you would choose and why? explain with not more than 4 sentences. You are required to choose one of those architectural structures: + batch sequential + pipe and filter + repository + object-oriented + layered + client-server + event-announcement + blackboard + peer-to-peer + rule-based The SoundSmart system is going to be used to change the audio effects on real-time. In the system, several audio effects can be applied to input audio once after another. In the system, audio effects can be changed to improve performance. Also later, once the product is released, a new audio effect should be added easily.
Software Design and Architecture
>>> Architectural Style <<<
For the following section please state which architectural style you would choose and why? explain with not more than 4 sentences. You are required to choose one of those architectural structures:
+ batch sequential
+ pipe and filter
+ repository
+ object-oriented
+ layered
+ client-server
+ event-announcement
+ blackboard
+ peer-to-peer
+ rule-based
The SoundSmart system is going to be used to change the audio effects on real-time. In the system, several audio effects can be applied to input audio once after another. In the system, audio effects can be changed to improve performance. Also later, once the product is released, a new audio effect should be added easily.
Step by step
Solved in 2 steps