Skip to content

Listening/quality modes #1

Description

@jmcker

Offer listening/quality modes like:

  • Low latency: Stream audio as quickly as possible. This may increase power consumption and cause some dropouts but is useful when listening to the audio for a video.
  • Medium latency: Balance stream quality and power consumption with speed. If you don't have any specific needs, this is your pick.
  • Higher latency: Don't need your audio right away? Trade a little bit of delay for quality and better battery life.

These could/would correspond to a few different things behind the scenes:

  • AudioContext latencyHint options ('interactive', 'balanced', and 'playback' respectively)
  • HulaLoop/processor node buffer size (small buffer -> large buffer)
  • How often/if we should clear the HulaLoop ring buffer to prevent falling behind

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions