kmatheussen / jack_capture

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

Determine file format from output filename #29

Closed mrffr closed 4 years ago

mrffr commented 4 years ago

Based off issue #24 "jack_capture output.ogg" will now try to produce an ogg file rather defaulting to wav. This will work for flac, mp3, wav and other supported formats. Formatting arguments will override this behaviour. So that "jack_capture -f ogg output.mp3" will still produce an ogg file.

kmatheussen commented 4 years ago

Thanks!