-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge existing split .opus files instead of re-encoding them? #9
Comments
Currently, the results of
(the files seem to be marked as 44100 Hz). Strangely enough, renaming the
Update: If I pass genuine tonie files through |
When I started the project I was under the impression all genuine content was sampled at 48 kHz. If you really want 44.1 kHz content you could probably get away with just changing the constant at the start of the script and the three occurrences of "48000". Right now I do not feel like adding support for 44.1 kHz sample rate properly, but feel free to do it and post a merge request. Also to answer your original statement: When you supply 48 kHz ".opus" files the script will not transcode anything. So this basically the |
May we have a
--merge
option (the opposite of--split
which doesn't touch the stream data) that just merges existing .opus files (after checking their encoding parameters are OK, of course), to avoid extra loss?The text was updated successfully, but these errors were encountered: