Chris Needham
Chris Needham
The A-frame example at http://bbc.github.io/VideoContext/examples/aframe.html reports an error in Chrome (76). Here's the console output: ``` VideoContext - playing ucarecdn.com/:1 GET https://ucarecdn.com/bcece0a8-86ce-460e-856b-40dac4875f15/ 404 medianode.js:118 Error with element aframe.html:1 Uncaught...
The [external player demo page](https://github.com/bbc/peaks.js/blob/fa4ba2a3a7eee05601fc78c952683b79d77adb4b/demo/external-player.html) doesn't produce any sound. This page uses Tone.js but I'm not familiar with it. Does anyone have a suggestion for how to fix this?
There are a few bugs in the `1.x-dev` branch (both in the branch HEAD and at commit fa99d94, before I merged the latest changes from master. - [ ] Dragging...
Changing the zoom level can cause the following exception to be thrown: ``` Uncaught RangeError: options.output_index should be a positive integer value. [-74] ``` To reproduce the error, open the...
Examples: ``` $ cat test.flac | ./audiowaveform --input-format flac -o 1.dat -b 8 -z 64 Failed to read input: System error : Illegal seek. ``` ``` $ cat test.oga |...
From user feedback sent via email: Could it be made possible to generate a waveform from a RAW audio file? That is to say from a headerless WAV file, by...
Related to [this audiowaveform issue](https://github.com/bbc/audiowaveform/issues/85), there is a difference between Chrome and Firefox when using [`decodeAudioData()`](https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-decodeaudiodata). It appears that Chrome 75 skips information frames in MP3, while Firefox 67 does...
From #100: I was also wondering if you might consider adding MicroMike access which was a wonderful accessibility system that enabled children (and adults) to paint, and play games with...
Feature request from @richard-broadhurst: add light pen emulation, controlled from mouse or touch input
We had a request to create a portable version of BeebEm, i.e., one that can run from any folder and doesn't need to be installed into Program Files.