Search found 1 match

by Tatsh
Thu Jan 29, 2009 12:41 am
Forum: General Audio Programming
Topic: Newbie to audio programming; using PortAudio to decode Ogg
Replies: 1
Views: 1894

Newbie to audio programming; using PortAudio to decode Ogg

I am working on something part of a much larger project but to make things easier I want to make a simple CLI program that takes argv[1] and plays the file using PortAudio as the playback library and the necessary library to decode the file. In this case, it is Vorbis. I have written the code as clo...