Tag Archives: pipe

A simple way to read and write audio and video files in C using FFmpeg (part 2: video)

In my previous post, I demonstrated how FFmpeg can be used to pipe raw audio samples in and out of a simple C program to or from media files such as WAV files (based on something similar for Python I … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , , , , , | 82 Comments

A simple way to read and write audio and video files in C using FFmpeg (part 1: audio)

C is my favourite programming language and the one I use most often. However, I have tended to shy away from using it for quick one-off signal processing tasks where I needed to read or write audio or video files … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , , , , , , | 8 Comments

Ugly speech synthesis in C

For quite a few years now, I’ve been teaching C programming to novice programmers. As I’m sure many other people who teach C have done, I got really tired of using the same old text-based example programs. The sort of … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment