Thanks to visit codestin.com
Credit goes to github.com

Skip to content

silvio2402/syncaud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syncaud

Requirements

Design Pattern

In our code we adhered to the Strategy Design Pattern as described here. For example, the ClientHandler trait acts as the strategy interface and the NetworkListener implements the strategy via the trait. This means that in the future, this strategy could be replaced to allow for a different communication medium, e.g. Serial.

Featurelist

  • The user interface should be interactive and usable by any person.
  • Sounds are played synchronously across multiple devices.
  • Any mp3 file can be uploaded by the user to play.

Planned structure

syncaud(1)

Actual structure

Syncaud(2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages