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

Create a platform layer and get linux audio working #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adamac
Copy link

@adamac adamac commented Dec 30, 2024

If this seems useful, let me know and I can clean it up.

I could only get Linux audio upload working at 48000/2. I don't see any negotiation code so I'm not sure how 8000/1 works on other platforms.

@juberti-oai
Copy link

The audio is being upsampled internally by the Opus encoder. But it's good to have this configurable, actual shipping products will want to run at at least 16000.

Create platform implementations for linux and esp32s3.
Get linux audio working using pulseaudio.
@seaduboi-openai
Copy link
Collaborator

Amazing! This is so great @adamac Doing dev/CI locally is so nice.

I think I would even prefer to do this for userland Linux devices. I would like to have one build system if possible. I assumed I would need to have two, but this might cover everything

@adamac
Copy link
Author

adamac commented Dec 31, 2024 via email

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.

3 participants