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

is there a way to detect if certain segments of audio contain identifiable information #51

Open
Rahul-Brito opened this issue May 21, 2024 · 1 comment

Comments

@Rahul-Brito
Copy link
Contributor

No description provided.

@ibevers
Copy link
Contributor

ibevers commented May 21, 2024

One naive idea:

  • List features that constitute identifiable information
  • Determine sufficient parameters for estimating them
  • Determine constraints on an audio segment for estimating the sufficient parameters

A script could be written that takes in an audio segment or a hypothetical audio segment conforming to a specification (e.g. sample rate, length, etc) and outputs a list of identifiable information that could be determined from it.

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

No branches or pull requests

2 participants