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

Audio playback #53

Merged
merged 2 commits into from
Jan 5, 2025
Merged

Audio playback #53

merged 2 commits into from
Jan 5, 2025

Conversation

craigthomas
Copy link
Owner

This PR adds audio playback capability. No unit tests were added to cover this functionality. This PR closes #23

Copy link

codecov bot commented Jan 5, 2025

Codecov Report

Attention: Patch coverage is 12.72727% with 48 lines in your changes missing coverage. Please review.

Project coverage is 90.09%. Comparing base (189fee5) to head (eeabfb3).

Files with missing lines Patch % Lines
src/cpu.c 12.72% 48 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
- Coverage   91.68%   90.09%   -1.59%     
==========================================
  Files           9        9              
  Lines        2681     2736      +55     
  Branches      237      252      +15     
==========================================
+ Hits         2458     2465       +7     
- Misses        218      266      +48     
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@craigthomas craigthomas merged commit edce0d4 into main Jan 5, 2025
2 of 4 checks passed
@craigthomas craigthomas deleted the audio-playback branch January 5, 2025 19:26
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.

Add audio playback operation
1 participant