Trevor Parscal

Results 6 issues of Trevor Parscal

When converting a lot of files the progress bar, which uses a 1:1 mapping between files and ticks in the bar, ends up taking multiple lines and generally breaks. The...

**Describe the bug** The audio mixer node does not allow mapping a controller to any of the level controls. **To Reproduce** Steps to reproduce the behavior: 1. Create an audio...

bug

**Is your feature request related to a problem? Please describe.** When loading a graph that processes live audio input while not connected to the same audio interface it was setup...

feature

Any URL that looks like a data URI should be skipped over. Otherwise image data will occasionally be corrupted, and in the case of the PHP port I've already seen...

Type: Problem

When using an audio interface with more than 2 channels, getUserMedia should be able to return a media stream with more than 2 channels by providing a channelCount constraint. Browsers...

I added this to my own module.d.ts and it worked. ```TypeScript declare module 'node-web-audio-api' { export const mediaDevices: Navigator[ 'mediaDevices' ]; } ``` However, I expect `mediaDevices` was omitted from...