A. Problem description - miguemesen/OdisseyRadio GitHub Wiki

Brief Description

Odissey Radio is an application for displaying metadata and playing songs. It is a desktop application that consumes a song dataset. This dataset can be downloaded from github where CSV files with metadata and some collections of audio files are provided.

The idea of the project is to learn memory management by paging a large document filled with data, that way the computer's memory won't be compromised with unnecessary data.