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

Implement frame poisoning #157

Merged
merged 3 commits into from
Jan 13, 2019
Merged

Implement frame poisoning #157

merged 3 commits into from
Jan 13, 2019

Conversation

gavv
Copy link
Member

@gavv gavv commented Jan 5, 2019

This PR adds the --poisoning flag. When enabled, every component that creates new frames begins to "poison" them (just fill with ones) before passing further to the pipeline. This simple technique helps to detect components that leaves some frame samples uninitialized, because now these samples become more audible.

@dshil could you please review this?

@gavv gavv force-pushed the poison branch 2 times, most recently from 9b445cd to 7262abc Compare January 9, 2019 09:25
src/modules/roc_audio/frame.h Outdated Show resolved Hide resolved
src/modules/roc_audio/resampler_writer.cpp Outdated Show resolved Hide resolved
src/modules/roc_pipeline/config.h Show resolved Hide resolved
src/tools/roc_recv/cmdline.ggo Outdated Show resolved Hide resolved
src/modules/roc_pipeline/sender.cpp Outdated Show resolved Hide resolved
src/modules/roc_pipeline/config.h Outdated Show resolved Hide resolved
src/modules/roc_pipeline/config.h Outdated Show resolved Hide resolved
src/tools/roc_conv/cmdline.ggo Outdated Show resolved Hide resolved
src/tools/roc_recv/cmdline.ggo Outdated Show resolved Hide resolved
src/tools/roc_send/cmdline.ggo Outdated Show resolved Hide resolved
@dshil
Copy link
Member

dshil commented Jan 13, 2019

LGTM, merged!

@dshil dshil merged commit 73ee327 into develop Jan 13, 2019
@dshil dshil deleted the poison branch January 13, 2019 09:06
@gavv gavv modified the milestones: 0.1.1, 0.1.0 Jun 23, 2019
tomd1990 pushed a commit to tomd1990/roc that referenced this pull request Sep 19, 2019
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.

2 participants