Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure 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
  • Meta
  • create-react-app
  • Issues
  • #10641
Closed
Open
Issue created Mar 03, 2021 by Administrator@rootContributor

Support AudioWorklet

Created by: FezVrasta

Is your proposal related to a problem?

The AudioContext#createScriptProcessor method is deprecated, the new way to process audio is through AudioWorklet.

Reference: https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createScriptProcessor

Right now, there's no way to use the new API with Create React App because it doesn't support web worklets.

This issue is related to #3660 but aims to have a narrower scope in order to only support AudioWorklet.

Describe the solution you'd like

CRA should allow the creation of AudioWorklet instances.

Describe alternatives you've considered

The only alternative right now is to use the deprecated API.

Additional context

No.

Assignee
Assign to
Time tracking