Commit Graph

24 Commits

Author SHA1 Message Date
Michel Roux 3e713f1feb Merge pull request 'Configure Renovate' (#1) from renovate/configure into master
Reviewed-on: #1
2021-06-24 14:10:58 +00:00
Michel Roux b81dedc74c Add renovate.json 2021-06-24 12:10:05 +00:00
Xéfir Destiny f889a22b25 Merge pull request #3 from notthetup/master
Refactor to remove need for magic constant.
2016-08-09 11:48:02 +02:00
Chinmay Pendharkar a8142b20c3 Refactor to remove need for magic constant.
- Removed need for magic constant (largest Number)
- Refactored code to find minimum samples available.
2016-08-09 17:45:35 +08:00
Xéfir Destiny d98126947b Merge pull request #2 from notthetup/master
Stop trying to read if no inputs are connected
2016-08-07 08:46:42 +02:00
Chinmay Pendharkar 72d7965521 Stop trying to read if no inputs are connected
If no inputs are connected, the `_read` function still keeps looping ( using `setImmediate(this._read.bind(this));` ) to wait for more samples to be available. This can cause the CPU usage to go up (60% on my 2014 MBP) even when no audio is being played.

This fix stops the looping if `this.inputs` array is empty and starts it again when new inputs are connected.
2016-08-07 14:44:24 +08:00
Xéfir Destiny 46a25d4dd5 Merge pull request #1 from notthetup/master
Removes input when it's finished.
2016-08-06 18:25:22 +02:00
Chinmay Pendharkar 564d31654f Removes input when it's finished.
Removes an input from the array of inputs when it's 'finished'.
2016-08-06 21:22:28 +08:00
Michel Roux 528317ccbc No more TODO 2015-12-09 15:54:37 +01:00
Michel Roux 6f1fcefe69 Implement int24 for bitDepth24 2015-12-09 15:45:19 +01:00
alfred 797d1f28a0 cleaned out most debug console.logs 2014-01-01 03:49:53 +00:00
alfred b39809e4b3 removed aptget info for the example code 2014-01-01 03:49:11 +00:00
alfred b6032e1970 grandpa credits for example1.mp3 too 2014-01-01 03:35:47 +00:00
alfred 793f723e0d fixed funny file permissions at example1.mp3 2014-01-01 03:34:06 +00:00
alfred 2aaea9450f mixing two streams works fine 2014-01-01 03:32:24 +00:00
alfred 20cf18ec4c Credits to grandpa in README 2014-01-01 03:03:49 +00:00
alfred 43c2556d8a working example with one input to the mixer 2014-01-01 02:58:53 +00:00
alfred e32bd04065 added 24 bits to the todo 2014-01-01 00:28:53 +00:00
alfred 08c3a63dc1 average mixing 2014-01-01 00:27:03 +00:00
alfred 362a00c967 dont fill up our input buffers too much/too fast 2013-12-31 10:18:59 +00:00
alfred 126266e4d9 input objects with mono/stereo conversion 2013-12-31 10:06:42 +00:00
alfred 16b2285694 outlining the mixer object 2013-12-30 10:50:54 +00:00
alfred 382b9a2625 npm package.json added 2013-12-30 08:36:53 +00:00
Alfred Godoy ac1ad39997 Initial commit 2013-12-30 00:32:00 -08:00