Craig Hansen-Sturm
|
75858b07c6
|
coding standard + missing frame-offsets in audiobuffer
|
2014-09-22 11:21:18 -07:00 |
|
Craig Hansen-Sturm
|
66ec43c066
|
coding standard - else clause
|
2014-09-22 11:04:21 -07:00 |
|
Craig Hansen-Sturm
|
4372410fa7
|
unrolling for int16_t<->float32_t conversion/scaling and copy in/out
|
2014-09-20 14:49:41 -07:00 |
|
Craig Hansen-Sturm
|
1b2ee4023a
|
out of line inline members for coding standard
|
2014-09-20 05:46:27 -07:00 |
|
Craig Hansen-Sturm
|
90379ee7eb
|
frame and channel counts are now consistently uint32_t / float32_t replaces float
|
2014-09-20 04:50:11 -07:00 |
|
Craig Hansen-Sturm
|
47c6ba708f
|
new audio edit buffer object / click removal / apply linear fade to sound clip endpoints
|
2014-09-20 04:45:58 -07:00 |
|
Craig Hansen-Sturm
|
2383379a35
|
default sine gain set to -6db
|
2014-09-18 13:52:53 -07:00 |
|
Craig Hansen-Sturm
|
256bd627fa
|
clamp to 0.0f when within EPSILON neighborhood of 0.0f
|
2014-09-18 13:12:53 -07:00 |
|
ZappoMan
|
ab447e20ee
|
move filter to single instance in mixer, and do filtering on pre-mix buffer not the mixed buffer
|
2014-09-17 12:48:47 -07:00 |
|
ZappoMan
|
9cbc53abc3
|
pack position and orientation in silent frames
|
2014-09-16 13:06:46 -07:00 |
|
Philip Rosedale
|
d01b73bdaa
|
Merge pull request #3423 from chansensturm/audio-temp
Head Penumbra filter changes (feedback from testing with Freddy)
|
2014-09-15 20:00:11 -07:00 |
|
Craig Hansen-Sturm
|
b6c38b82dc
|
stray inline keyword
|
2014-09-15 18:41:41 -07:00 |
|
Craig Hansen-Sturm
|
8de32f1170
|
out-of-line inline's for performance critical member functions
|
2014-09-15 18:38:36 -07:00 |
|
Craig Hansen-Sturm
|
d8a4d71b08
|
out-of-line inline's for performance critical member functions
|
2014-09-15 18:38:32 -07:00 |
|
Brad Hefta-Gaub
|
a9206e0e85
|
Merge pull request #3422 from chansensturm/audio-temp
Implement Gordon-Smith 2-pole quadrature oscillator
|
2014-09-15 18:24:11 -07:00 |
|
Atlante45
|
f3e2507ed3
|
Merge branch 'master' of https://github.com/highfidelity/hifi into radio_js
|
2014-09-15 15:54:31 -07:00 |
|
Craig Hansen-Sturm
|
7a9cf193b4
|
Merge branch 'master' of https://github.com/highfidelity/hifi into audio-noise
|
2014-09-15 13:47:24 -07:00 |
|
Craig Hansen-Sturm
|
1c955384fb
|
coding standard/typo
|
2014-09-15 09:56:11 -07:00 |
|
Craig Hansen-Sturm
|
0ba952b2f8
|
cleanup/remove stray static _frameOffset
|
2014-09-14 12:32:48 -07:00 |
|
Craig Hansen-Sturm
|
4a63f9f764
|
implement Gordon-Smith 2-pole quadrature oscillator
|
2014-09-14 12:22:32 -07:00 |
|
Craig Hansen-Sturm
|
85f68662b0
|
implement Gordon-Smith 2-pole quadrature oscillator
|
2014-09-14 12:22:29 -07:00 |
|
ZappoMan
|
ac27c36c3d
|
one more shot at these warnings
|
2014-09-13 09:40:44 -07:00 |
|
ZappoMan
|
d92d2d57a0
|
one more shot at these warnings
|
2014-09-13 09:28:28 -07:00 |
|
ZappoMan
|
04772f6e5d
|
fix more signed/unsigned warnings
|
2014-09-13 09:09:18 -07:00 |
|
ZappoMan
|
be8994f3a3
|
attempt to fix warning
|
2014-09-13 08:47:18 -07:00 |
|
Craig Hansen-Sturm
|
1d0ba52445
|
implemented new audio panning object which implements constant power sin^2+cos^2=1 law
|
2014-09-11 17:15:49 -07:00 |
|
Craig Hansen-Sturm
|
893d4686db
|
comments
|
2014-09-11 11:18:05 -07:00 |
|
Craig Hansen-Sturm
|
0d5f28c7df
|
audio buffer framing issue / comments
|
2014-09-11 11:05:27 -07:00 |
|
Craig Hansen-Sturm
|
18975aef57
|
log audio device framing errors, copy as much data as we can, but don't assert
|
2014-09-10 16:48:35 -07:00 |
|
Atlante45
|
da740e8a88
|
First cut at radio.js
|
2014-09-08 15:31:53 -07:00 |
|
Craig Hansen-Sturm
|
cb4aab3902
|
allocate 8x buffer size (for pulse audio) / more audioGain loop unrolling w/frame alignment check
|
2014-09-08 15:28:55 -07:00 |
|
Craig Hansen-Sturm
|
5a6f8015f6
|
unroll audio gain rendering loop
|
2014-09-08 14:05:47 -07:00 |
|
Craig Hansen-Sturm
|
5b996046ba
|
Hot FIX: stereo input devices shouldn't trigger an assert
|
2014-09-08 12:05:29 -07:00 |
|
Craig Hansen-Sturm
|
431fcbcf6c
|
coding standard / SLOT selectAudioSourceSine440 linkage / tone gen amplitude parameter
|
2014-09-08 11:18:14 -07:00 |
|
Craig Hansen-Sturm
|
2700d8c59d
|
ubuntu build fix (remove std::memset ...)
|
2014-09-06 04:05:52 -07:00 |
|
Craig Hansen-Sturm
|
76adb952a3
|
ubuntu build fix (remove std::memset ...)
|
2014-09-06 03:57:11 -07:00 |
|
Craig Hansen-Sturm
|
e64c81420e
|
ubuntu build fix (remove std::memset ...)
|
2014-09-06 03:29:14 -07:00 |
|
Craig Hansen-Sturm
|
e2f3392f09
|
formatting/renaming
|
2014-09-06 02:51:11 -07:00 |
|
Craig Hansen-Sturm
|
1eba20bc3b
|
minor cleanup
|
2014-09-06 02:32:13 -07:00 |
|
Craig Hansen-Sturm
|
5bab1ee7f5
|
dependency on new audiobuffer and audioformat objects/render call now uses audiobuffers
|
2014-09-06 02:22:27 -07:00 |
|
Craig Hansen-Sturm
|
8ecf0870e7
|
dependency on new audiobuffer and audioformat objects
|
2014-09-06 02:20:14 -07:00 |
|
Craig Hansen-Sturm
|
0b33c344ff
|
new audio buffer object
|
2014-09-06 02:18:35 -07:00 |
|
Craig Hansen-Sturm
|
f439475f3c
|
new audio gain/mute object
|
2014-09-06 02:18:04 -07:00 |
|
Craig Hansen-Sturm
|
3a9a4a6402
|
new pink noise generator audio source object
|
2014-09-06 02:16:00 -07:00 |
|
Craig Hansen-Sturm
|
c6911274f6
|
new tone generator audio source object
|
2014-09-06 02:14:47 -07:00 |
|
Craig Hansen-Sturm
|
1cdb01e072
|
Merge branch 'master' of https://github.com/highfidelity/hifi into audio-noise
|
2014-09-05 18:31:02 -07:00 |
|
Atlante45
|
619aebcd67
|
move isStereo packing to the correct position
|
2014-09-05 16:18:02 -07:00 |
|
Atlante45
|
507419162c
|
Added stereo option to the AudioInjector
|
2014-09-05 14:34:55 -07:00 |
|
Craig Hansen-Sturm
|
974c88442c
|
new audio format object
|
2014-08-29 14:36:11 -07:00 |
|
Craig Hansen-Sturm
|
3e3090f1ea
|
coding standard
|
2014-08-28 11:12:17 -07:00 |
|