Skip to content

Use fixed-resample for proper input stream resampling#22

Merged
SolarLiner merged 6 commits into
mainfrom
feat/fixed-resampling
Mar 25, 2025
Merged

Use fixed-resample for proper input stream resampling#22
SolarLiner merged 6 commits into
mainfrom
feat/fixed-resampling

Conversation

@SolarLiner

@SolarLiner SolarLiner commented Mar 11, 2025

Copy link
Copy Markdown
Owner

Description

Integrates fixed-resample to accurately resample the input stream in the duplex system.

Closes #9

Closes #11

Type of Change

Please delete options that are not relevant.

  • Feature addition

How Has This Been Tested?

Not sure how to test this, but I have added a loopback example to head the input into the output.

Checklist:

  • My code follows the style guidelines of this project
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Wherever possible, I have added tests that prove my fix is effective or that my feature works. For changes that need to be validated manually (i.e. a new audio driver), use examples that can be run to easily validate them.
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

@SolarLiner SolarLiner added the feature New feature or request label Mar 11, 2025
@github-project-automation github-project-automation Bot moved this to Todo in Backlog Mar 11, 2025
@SolarLiner SolarLiner self-assigned this Mar 11, 2025
@SolarLiner
SolarLiner force-pushed the feat/fixed-resampling branch from bfce674 to 131d2f9 Compare March 16, 2025 14:14
@SolarLiner
SolarLiner force-pushed the feat/fixed-resampling branch from 473e80a to 204bf3f Compare March 17, 2025 16:22
@SolarLiner SolarLiner moved this from Todo to In Progress in Backlog Mar 17, 2025
@SolarLiner
SolarLiner marked this pull request as ready for review March 17, 2025 22:13
@SolarLiner
SolarLiner requested a review from geom3trik March 17, 2025 22:13
@SolarLiner SolarLiner mentioned this pull request Mar 19, 2025
3 tasks
@SolarLiner
SolarLiner force-pushed the feat/fixed-resampling branch from e2766a8 to 880e988 Compare March 20, 2025 09:07
@SolarLiner SolarLiner moved this from In Progress to Can be merged in Backlog Mar 20, 2025
Comment thread src/duplex.rs
Comment thread src/duplex.rs
@SolarLiner
SolarLiner force-pushed the feat/fixed-resampling branch from 880e988 to 23125ea Compare March 25, 2025 20:59
@SolarLiner
SolarLiner merged commit 0686928 into main Mar 25, 2025
@SolarLiner
SolarLiner deleted the feat/fixed-resampling branch March 25, 2025 21:12
@github-project-automation github-project-automation Bot moved this from Can be merged to Done in Backlog Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Drift correction for emulated Duplex streams Proper resampling in the InputProxy

2 participants