This repository contains code to reproduce the "opus decode failed" issue.
- Clone this repository.
- Run
npm install
. - Create a
.env
file based on.env.example
. - Run
npm run dev
. - Wait for the "app is registered" log.
- Make a call to your softphone app.
- Press "2" rapidly several times.
- Obtain the "opus decode failed" message in the console.
- OS: macOS 15.2 / Ubuntu 24.04.1
- CPU: Apple M1 Pro / Intel I7 13th Gen
- GPU: Apple M1 Pro / Nvidia RTX 4070
- RAM: 32GB
- Node.js: 20.17.0
- Npm: 10.2.3