Archive for the 'Programming' Category



FlacReader + WavWriter
As a follow-up to my previous article on FLAC and encoding uncompressed audio, I have further developed the Wav2Flac library and added FLAC decoding to the WAVE container. Some key points of this aspect of the WavFlacTest library are:

Support for 16- and 24-bit audio streams
Support for virtually all FLAC channel mappings: mono, […]

Inline Tweet Translator

One thing that popped in my mind yesterday after having a conversation over twitter (admittedly, a service I had rarely used until recently), is that the more followers you have, the higher the odds you would have to use other languages in addition to a lingua franca. This ‘leaves out’ other friends who could have […]

Resizing a form while keeping aspect ratio is useful in many cases, like video playback or vector graphics. This way, the window can be resized while retaining the original ratio and avoiding the use of letterboxing or pillarboxing.
What’s needed is for the window function to be overriden (WndProc) and pre-process the target window rectangle used […]

Why lossless?
Lossless audio is used on various media, including studio masters, CD, DVD-Audio (via MLP) and Blu-ray (via Dolby TrueHD, which is technically a rebrand of and an extension to MLP, and DTS-HD Master Audio). All of these, when decoded, will result in a pulse-code modulated signal identical to the source, unlike the popular MP3 […]

Command-line interface tools. We usually prefer to write these when we need a lightweight application to get work done.
Some operations can be lengthy, or we simply want to present the a visual indicator of progress to the user. For this purpose I usually update Console.Title for simplicity’s sake.
However, if the tool is intended for a […]

2010

I’d like to wish everyone a very happy and successful new year!
This month I will be posting useful code snippets and a series on high-definition audio.
I would like to focus on the now-popular Blu-ray disc format and decoding DTS-HD Master Audio streams to PCM and compressing with the open-source FLAC codec in C#. The next […]

Just a couple of days ago Microsoft MVP lead Alessandro Teglia announced the newly awarded and renewed Most Valuable Professionals for 2009 — I would like to congratulate all of them on their achievements. Rock on!
I am also very happy and proud to be given the award for Visual C# this year. It is my programming language of […]

With Windows Vista, Microsoft introduced a whole new window manager which provides a better experience to the user and an independent graphics surface to us developers by taking advantage of graphics acceleration hardware (your graphics card or integrated GPU).
In a three-part blog post, I will show you how to use a wrapper around the Desktop […]

I have recently worked on Windows Sidebar Styler and version 2.0.6 is now available.
Among the improvements is instant application of styles as well as the resizable Windows Sidebar feature. The latter is especially useful when Windows Sidebar is docked on the left. Added are more localizations and Alky for Applications is supported for use in […]

Christoffer Andersson–an MVP in Active Directory and a very good friend of mine–recently released the first beta of his Fine-Grained Password Policy Tool. If you are an IT planner or analyst or simply experimenting with the new features of Windows Server 2008 in terms of domain-wise security, you will like to deploy the application. It includes […]




You are currently browsing the weblog archives for the 'Programming' category.

Longer entries are truncated. Click the headline of an entry to read it in its entirety.

About

Stanimir Stoyanov is a programmer, Microsoft MVP, and Windows enthusiast. Read More...

Currently, he is administering AeroXperience and coding using Visual Studio 2008 on Windows 7.