Skip to content
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

Save Opus to disk #29

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Save Opus to disk #29

wants to merge 4 commits into from

Conversation

nassah221
Copy link
Collaborator

@nassah221 nassah221 commented May 21, 2023

I have tried to implement an opus track saver with oggwriter. Initially, I used just an oggwriter which seemed to work fine with initial ffmpeg test consisting of just the sine wave tone, however, on capturing desktop audio it fell apart - too much cuts and garbage noise.

After some research, I looked at this example and used the oggwriter with samplebuilder. This has seemingly made the audio free of garbage however now it seems to suffer from playback speed where I perceive the audio speed to be greatly varied in some spots.

When playing the audio back through ffplay there's also a ton of the following logs observed.

image

wdyt @clone1018

@nassah221 nassah221 requested a review from clone1018 May 21, 2023 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant