HydrogenAudio

Lossy Audio Compression => Ogg Vorbis => Ogg Vorbis - General => Topic started by: PatchWorKs on 2007-05-26 09:11:30

Title: [news] HarddiskOgg has been open sourced !
Post by: PatchWorKs on 2007-05-26 09:11:30
Well, i noticed a very interesting news from the Fridgesoft's news page (http://www.fridgesoft.de/news.php):
Quote
Friday, 01-26-2007

HarddiskOgg is now Open Source! I finally decided to release the source code to the public, as I just do not find enough time for big updates. You can find the source code at SourceForge (http://sourceforge.net/projects/harddiskogg/). If you find the source code useful, or want to contribute, please let me know.


(http://www.fridgesoft.de/images/hdoggscreenshot.gif)

Official website (http://www.fridgesoft.de/harddiskogg.php)

I also suggested it as a possible Windows Sound Recorder substitute (http://www.reactos.org/forum/viewtopic.php?p=30936) for ReactOS (http://www.reactos.org/).
Title: [news] HarddiskOgg has been open sourced !
Post by: pepoluan on 2007-05-27 17:27:51
Looks cool. So, it can record from any sound being produced by the sound card?

Now, if only it has timed recording like Mp3MyMp3...
Title: [news] HarddiskOgg has been open sourced !
Post by: B on 2007-05-31 21:19:21
harddiskogg has several command line options, in combination with windows scheduled tasks you can create timed recording. works good.
Title: [news] HarddiskOgg has been open sourced !
Post by: aabxx on 2007-06-02 15:31:32
Cool.

I actually could use something like this.
Title: [news] HarddiskOgg has been open sourced !
Post by: hybridfan on 2007-07-17 11:56:12
Looks cool. So, it can record from any sound being produced by the sound card?

Now, if only it has timed recording like Mp3MyMp3...


Command line mode for easy integration or scheduled recordings.  Not that I would now how to use this LOL  Looks like great software though.
Title: [news] HarddiskOgg has been open sourced !
Post by: polemon on 2011-06-13 06:29:14
Is anybody willing to pick up this project?

I'm still using this recorder, because I can't find something similar. It's still working and all, but there are newer libraries around now, and I'd like to be able to encode into FLAC.

If this abandonware is unlikely to get revived, I'd like some suggestions for similar programs. I need something that I can easily record audio with, preferably with a multitude of encoders, like LAME MP3, FLAC, Ogg/Vorbis, etc. I should be free or open source software.

I'll try digging through the code myself, but I believe rewriting would be easier...
Title: [news] HarddiskOgg has been open sourced !
Post by: romor on 2011-06-13 13:30:51
sox -d out.flac

encodes to flac from default sound device (wave out/line-in/mic/...)

sox -d -t wav - | celtenc - out.oga

encodes with custom encoder

As additional tip look at "silence" parameter, as magic trigger