Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • S spice
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • spice
  • spice
  • Merge requests
  • !199

Allow the record data to vary in chunk size

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Geoffrey McRae requested to merge geoff/spice:master into master Jan 07, 2022
  • Overview 17
  • Commits 1
  • Pipelines 7
  • Changes 1

This code replaces the logic that buffers the audio record samples as the existing code would only allow streaming buffers of 4096 frames at a time causing 85.5ms of latency. This new code replaces the fixed size ringbuffer with a variable size allowing any size write or read up to the maximum buffer size.

Signed-off-by: Geoffrey McRae geoff@hostfission.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master