Help - Search - Members - Calendar
Full Version: OGG audio recorder
Hydrogenaudio Forums > Lossy Audio Compression > Ogg Vorbis > Ogg Vorbis - General
pork chop
hi!

huh.gif i've been trying to set up an audio recorder using VC++ . sad to say that so far, i've only managed to record in .wav format and not the ogg format I want. sigh... and it's for an urgent school project ! sad.gif

is there anyone who has tried to set up a recorder to record in ogg format? wld appreciate it very much if you can kindly post any resource/ experience that u had... thanks!
kurtnoise
by example LiveInCode or HarddiskOgg and foobar2000....
pork chop
hey thanks so much! biggrin.gif

the programs I've downloaded from the sites are working and they are great!

eh... but the 1 from LiveInCode is written in delphi & the 1 from HarddiskOgg does not provide the source code... ( or did I overlook anything?)

i wonder if you know of any ogg recorder that is written in VC++? cos i need to integrate it with an exisitng VC++ program that I have... or does anyone of you have experience with buliding a web-page streaming recorder that records in ogg format? i've tried freedomaudio but it doesnt work sad.gif

thanks once again! smile.gif
Jasper
What goes wrong? Apparently you have succeeded in recording to .wav files, so what's stopping you from simply taking the example that comes with the Ogg Vorbis SDK and modifying it?

You could also try piping your raw data to a commandline encoder (oggenc2.exe), that way you don't have to deal with the Ogg Vorbis SDK at all. And it can be easily adapted to support other commandline encoders.
pork chop
thks for all the replies.. the main problem is i'm new to dealing with audio files & even newer to VC & commandline programming... really need help with starting with the basics...

i've gotten the oggenc2.3 command line Ogg Vorbis encoder but i'm stuck with how to start converting my .wav files.... when i click on the .exe commad line encoder file, the DOS pop-up flashes across the screen and nothing else happens... is there anyway i can program in VC to pass my .wav files to the encoder and get the ogg files?

is there any website that explains the basic stuff ? something that explains how i even get started ... eg. which libs i need, what i need to compile & how i can pass my .wav files to the encoder?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.