Contents tagged with C#

  • SoundStudio

    SoundStudioMFC.zip - 229K SoundStudioCS.zip - 176Kwindowsmedia.zip - 919K

    Introduction

    SoundStudio is my latest demo application showing how to use peakmeter with real sound. You should find source code to read and decode multimedia audio stream.Most of the code is part of the Multimedia Library that I've been using for the last couple of years. These classes are very easy to use but I should …

  • P/Invoke Visual Studio Add-in

    P/Invoke Library - Visual Studio Add-in

    Introduction

    This article describes the PInvokeLib Visual Studio Add-in. This tool will help you organize P/Invoke signatures that you use regularly in your application. Hopefully you will not find this tool to be outdated since it provides several features that you will not find in other tools.

    Background

    One website that I visit regularly is pInvoke. …