@@ -24,15 +24,21 @@ This is a description of the software developer kit
#### Example
Here are some examples of experiments
# Media Processing
This is the section where a description of the processing part of the cosound platform is described
The media processing part of the cosound platform revolves around handling multimedia objects. The system handles the raw content, processed contents using feature extraction and a FRBR structured meta data.
## Frontend
To interface with the system and API is used.
### API calls
## Backend
### Database
The back-end is built around MCM system. The code can be found [here](cosound/../../../../Cosound.Portal.Module)
### Datastructure
The FRBR structure is used to handle large archives of media data.
### Octopus
The code can be found [here](cosound/../../../../Octopus).
\ No newline at end of file
Octopus is a distributed computing system that is specially made to by accessed from API end-points. The code can be found [here](cosound/../../../../Octopus).