Hi!, I wondering if It's possible to change 48khz sample rate limit?, I'm Planing to encode with OGG codec a audio signal but I need that OGG Encoder works with 192khz of sample rate. It's Possible? Any Suggestions?
Good evening, On Tue, 2023-02-21 at 21:02 -0300, Henry Linux wrote:> Hi!, I wondering if It's possible to change 48khz sample rate limit?, > I'm Planing to encode with OGG codec a audio signal but I need that > OGG Encoder works with 192khz of sample rate. > It's Possible?Beside that this sounds like a strange request, it... should just work. Also tested over here, and generated a few test files with a few programs. None had any problems with a setting of 192kHz.> Any Suggestions?Maybe to provide a bit of background so we can understand the problem. :) With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: loewenfelsen.net Follow us: linkedin.com/company/loewenfelsen Gesch?ftsf?hrer/CEO: Philipp Schafft L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part URL: <lists.xiph.org/pipermail/vorbis-dev/attachments/20230222/491b03fe/attachment.sig>
You asked in the Vorbis list, but your text only mentions OGG. The codec commonly used in OGG containers that is limited to 48 khz is Opus. Maybe you are trying to use the wrong codec (i.e. Opus instead of Vorbis)? Using a 44.1 khz wav file, I was able to encode a 192 khz ogg-vorbis file with the following command: $ oggenc --resample 192000 input.wav Of course, if your original material is already at 192 khz, there should be no need for resampling. BTW, a 192 khz signal may be audio, but certainly not human audio. Is that one of those songs for cats or dogs? -- Lucas Clemente Vella lvella at gmail.com