Parsing a WAV file in C

September 4, 2015 amit 54

The WAV (or PCM) audio format is the most basic format for storing audio. WAV files can be of different extended formats , but PCM […]

Watermark an image in C#

September 3, 2015 amit 1

Function to add a text watermark in C#. It is a generic function which can be used in either a desktop application or an ASP.NET […]