Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lambda-sh
/
lambda
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
12
Code
Issues
65
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(lambda-rs): Add audio device enumeration & playback
- #165
#165
Merged
vmarcella
merged 17 commits into
main
lambda-sh/lambda:main
from
vmarcella/audio-devices
lambda-sh/lambda:vmarcella/audio-devices
Copy head branch name to clipboard
Jan 31, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
feat(lambda-rs): Add audio device enumeration & playback
#165
vmarcella
merged 17 commits into
main
lambda-sh/lambda:main
from
vmarcella/audio-devices
lambda-sh/lambda:vmarcella/audio-devices
Copy head branch name to clipboard
Commits
Commits on Jan 29, 2026
[add] initial specification for adding audio to lambda.
vmarcella
committed
65cbbee
View commit details
Copy full SHA for 65cbbee
Browse repository at this point
[update] specification.
vmarcella
committed
e894456
View commit details
Copy full SHA for e894456
Browse repository at this point
[add] initial scaffolding.
vmarcella
committed
4681477
View commit details
Copy full SHA for 4681477
Browse repository at this point
[update] specification.
vmarcella
committed
2f76e0a
View commit details
Copy full SHA for 2f76e0a
Browse repository at this point
[add] basic cpal implementation for enumerating devices and audio output.
vmarcella
committed
aa150c3
View commit details
Copy full SHA for aa150c3
Browse repository at this point
[update] lambda to define audio output devices and to implement a high level implemenation for audio playback.
vmarcella
committed
3116004
View commit details
Copy full SHA for 3116004
Browse repository at this point
[add] error types and audio output writing.
vmarcella
committed
6759146
View commit details
Copy full SHA for 6759146
Browse repository at this point
Commits on Jan 30, 2026
[add] cpal as a dependency and implement the actual device enumeration + audio streams.
vmarcella
committed
92ac531
View commit details
Copy full SHA for 92ac531
Browse repository at this point
[update] build_with_output_callback to create and play the output stream
vmarcella
committed
59c548c
View commit details
Copy full SHA for 59c548c
Browse repository at this point
[add] example audio sine wave example.
vmarcella
committed
939c07c
View commit details
Copy full SHA for 939c07c
Browse repository at this point
[update] feature format and document audio flags.
vmarcella
committed
b71ba57
View commit details
Copy full SHA for b71ba57
Browse repository at this point
[fix] titles.
vmarcella
committed
e179f7d
View commit details
Copy full SHA for e179f7d
Browse repository at this point
[update] audio features to be enabled by default.
vmarcella
committed
7e7851d
View commit details
Copy full SHA for 7e7851d
Browse repository at this point
[update] specification to match the audio implementation.
vmarcella
committed
df62c62
View commit details
Copy full SHA for df62c62
Browse repository at this point
[update] action to install alsa on linux builds and update documentation to specify the requirement for it.
vmarcella
committed
2ae6419
View commit details
Copy full SHA for 2ae6419
Browse repository at this point
Commits on Jan 31, 2026
[update] audio to be an optional feature and create separate matrices for testing audio out (Will make a headless/game feature set to group certain features together in the future)
vmarcella
committed
f870c0f
View commit details
Copy full SHA for f870c0f
Browse repository at this point
[update] test names.
vmarcella
committed
a85dd98
View commit details
Copy full SHA for a85dd98
Browse repository at this point
You can’t perform that action at this time.