kmatheussen / jack_capture

A program for recording soundfiles with jack
http://www.notam02.no/arkiv/src/
Other
75 stars 28 forks source link

Ogg VBR Quality Feature #33

Closed dx9s closed 4 years ago

dx9s commented 4 years ago

Added the ability to specify the Vorbis quality target value when capturing to OGG file.

[Special thanks goes to Erik (libsndfile) that float (32-bit) is not double (64-bit).. had brain fart]

dx9s commented 4 years ago

The comments in commit 3eba39a is technically incorrect "--ogg-vbr-quality" isn't in the feature patch.. it should read "--ogg-quality" ! Minor cosmetic, doesn't effect the feature patch.

kmatheussen commented 4 years ago

Thanks!