Click for more...
This post looks back at the development of ctune
, lessons learned along the way and possible functionalities that could be implemented in the future.
Click for more...
A circular buffer is a really cool fixed-sized FIFO data-structure useful when passing a stream of data from a 'producer' and 'consumer' thread.
Click for more...
ctune
is Linux based internet radio stream player for the console entirely written in C. It uses the RadioBrowser API as a source for searching streams and getting station information.
This is part 3 of 3 blog posts detailing the process of designing and implementing cTune's frontend (UI).
Click for more...
ctune
is Linux based internet radio stream player for the console entirely written in C. It uses the RadioBrowser API as a source for searching streams and getting station information.
This is part 2 of 3 blog posts detailing the process in implementing cTune's backend.
Click for more...
ctune
is Linux based internet radio stream player for the console entirely written in C. It uses the RadioBrowser API as a source for searching streams and getting station information.
This is part 1 of 3 blog posts detailing the design philosophy and choices taken for cTune's development.
Click for more...
ctune
is Linux based internet radio stream player for the console entirely written in C. It uses the RadioBrowser API as a source for for searching streams and getting the stations' information.
Click for more...