Ken Cooke
|
a875542142
|
Merge pull request #7053 from birarda/integrate-new-hrtf
Integrate the new audio HRTF in AudioMixer
|
2016-02-10 07:34:50 -08:00 |
|
Stephen Birarda
|
ac0db04892
|
repair to wrapped memcpy from AudioRingBuffer
|
2016-02-09 16:39:22 -08:00 |
|
Stephen Birarda
|
cafcb6b109
|
remove degree conversion that is not used
|
2016-02-09 15:25:10 -08:00 |
|
Stephen Birarda
|
5c9f673e38
|
fix for missing M_PI
|
2016-02-09 15:05:19 -08:00 |
|
Stephen Birarda
|
7b2726f89b
|
ensure that injectors are cleaned up once inactive
|
2016-02-09 14:30:59 -08:00 |
|
Stephen Birarda
|
1773233af4
|
cleanup management of HRTF objects across connected Nodes
|
2016-02-09 14:30:44 -08:00 |
|
Stephen Birarda
|
a6a694c704
|
fix mixing bugs post HRTF integration
|
2016-02-09 11:58:55 -08:00 |
|
Stephen Birarda
|
fd96f0d960
|
leverage new HRTF in audio-mixer mix preparation
|
2016-02-08 18:12:25 -08:00 |
|
James B. Pollack
|
ad36e84e24
|
Merge pull request #7023 from ericrius1/acSoundSearcher
AC Sound Searcher
|
2016-02-08 17:54:15 -08:00 |
|
ericrius1
|
b60ba0c5a7
|
can now change loop
|
2016-02-08 16:22:05 -08:00 |
|
Stephen Birarda
|
445662f5ae
|
clean sweep of old now unused audio files
|
2016-02-08 15:38:12 -08:00 |
|
Ken Cooke
|
0968118ef7
|
Removed the commented-out AVX2 detection
|
2016-02-08 14:51:14 -08:00 |
|
ericrius1
|
bad4a5d601
|
changed ac script to take into account duration
|
2016-02-08 12:49:56 -08:00 |
|
ericrius1
|
c169a7cdd5
|
calculating clip length
|
2016-02-08 12:36:14 -08:00 |
|
ericrius1
|
6b240dfd5f
|
calculating length of wav file
|
2016-02-08 12:34:46 -08:00 |
|
Ken Cooke
|
e2066c7719
|
Disabled AVX support on Mac. XCode is still missing __builtin_cpu_supports (added to Clang in Jul 2015?)
|
2016-02-06 11:22:19 -08:00 |
|
Ken Cooke
|
3d684dd0e7
|
Refactor AVX code for separate compilation and runtime dispatch
|
2016-02-06 10:55:23 -08:00 |
|
Ken Cooke
|
96f1191a97
|
Compiler fixes
|
2016-02-05 17:46:26 -08:00 |
|
Ken Cooke
|
7a07e57144
|
Compiler fixes
|
2016-02-05 17:27:33 -08:00 |
|
Ken Cooke
|
ad0383114b
|
Compiler fixes
|
2016-02-05 16:34:04 -08:00 |
|
Ken Cooke
|
1a1b34296c
|
Compiler fixes
|
2016-02-05 15:44:31 -08:00 |
|
Ken Cooke
|
721fa9d43a
|
HRTF-based audio spatialization engine
|
2016-02-05 15:24:09 -08:00 |
|
Ryan Huffman
|
4ed38c4104
|
Merge pull request #6986 from birarda/injector-restart
fix for injector restart not restarting
|
2016-01-29 16:27:34 -08:00 |
|
Stephen Birarda
|
d7990bf88a
|
reset hasSentFirstFrame to false for double frame on first send
|
2016-01-29 14:55:08 -08:00 |
|
Stephen Birarda
|
d3028606c5
|
retart the nextFrame and frameTimer on injector restart
|
2016-01-29 14:47:27 -08:00 |
|
Stephen Birarda
|
20cfe80036
|
use a vector instead of priority queue to avoid double sort
|
2016-01-29 14:04:45 -08:00 |
|
Stephen Birarda
|
8d17df338b
|
allow AIM event processing during repeated injection
|
2016-01-29 14:04:45 -08:00 |
|
Ryan Huffman
|
c67f39a6c0
|
Merge pull request #6976 from birarda/injector-dos
fix for overflow on injector playNextFrameAt
|
2016-01-28 16:37:12 -08:00 |
|
Stephen Birarda
|
0c2805db7e
|
remove debug added to catch injector DOS
|
2016-01-28 15:50:04 -08:00 |
|
Stephen Birarda
|
311f1ac0e3
|
fix for overflow on time of next frame
|
2016-01-28 15:38:33 -08:00 |
|
Ryan Huffman
|
15db8040d8
|
Merge pull request #6961 from birarda/resampling-error
fix a couple of resampling errors in Sound downSample
|
2016-01-28 13:22:00 -08:00 |
|
Stephen Birarda
|
79c6ed9739
|
add some debug for AudioInjector DOS case
|
2016-01-28 12:22:36 -08:00 |
|
Stephen Birarda
|
0a386cdde8
|
remove trimFrames call from Sound
|
2016-01-27 16:10:18 -08:00 |
|
Stephen Birarda
|
dc716461e3
|
fix for a couple of resampling edge cases
|
2016-01-27 14:33:03 -08:00 |
|
Ryan Huffman
|
2ec201b85e
|
Fix conversion warning
|
2016-01-27 14:13:23 -08:00 |
|
Ryan Huffman
|
7e5eec55da
|
Fix non-looped injected audio possibly looping
|
2016-01-27 13:47:32 -08:00 |
|
Ryan Huffman
|
4de8e7a3c8
|
Add audio resizing in injector
|
2016-01-27 13:47:09 -08:00 |
|
Ryan Huffman
|
8764eda479
|
Merge branch 'master' of https://github.com/highfidelity/hifi into injector-timing-fixes
|
2016-01-27 11:03:52 -08:00 |
|
Ryan Huffman
|
607f23618d
|
Fix compiler warning for float->int conversion
|
2016-01-27 10:36:44 -08:00 |
|
Ryan Huffman
|
a3b2dd2295
|
Add proper loop handling in injector
|
2016-01-27 10:14:05 -08:00 |
|
Stephen Birarda
|
b6f478e087
|
add some debug for audio injector wrap case
|
2016-01-26 13:10:02 -08:00 |
|
Ryan Huffman
|
b56668892e
|
Fix else style
|
2016-01-26 09:39:11 -08:00 |
|
Ryan Huffman
|
3160aa3068
|
Change 0LL to INT64_C(0)
|
2016-01-26 09:36:52 -08:00 |
|
Ryan Huffman
|
5268ef8ac2
|
Fix else indentation
|
2016-01-26 09:36:40 -08:00 |
|
Ryan Huffman
|
0e1742588b
|
Fix indentation
|
2016-01-26 09:35:35 -08:00 |
|
Ryan Huffman
|
641a6e9c30
|
Fix injector handling for when it falls behind
|
2016-01-26 09:29:02 -08:00 |
|
Stephen Birarda
|
ba89c8a97a
|
remove some extra debug that isn't needed
|
2015-12-21 16:23:23 -07:00 |
|
Atlante45
|
b7478c4594
|
Fix gcc warning
|
2015-12-11 16:38:19 -08:00 |
|
Ken Cooke
|
86db12acae
|
Fix naming clash with reserved word
|
2015-12-07 14:03:11 -08:00 |
|
Ken Cooke
|
4803b3bd9f
|
Merge branch 'master' of https://github.com/highfidelity/hifi into audio-reverb
|
2015-12-07 13:08:21 -08:00 |
|
Ken Cooke
|
8683bb5002
|
New reverb parameters
|
2015-12-07 13:05:30 -08:00 |
|
Ryan Huffman
|
89c412c324
|
Merge branch 'master' of https://github.com/highfidelity/hifi into proto-received-message
|
2015-12-04 11:38:28 -08:00 |
|
Brad Hefta-Gaub
|
ab63f19b6a
|
Merge pull request #6546 from kencooke/audio-reverb
Reverb
|
2015-12-04 10:19:56 -08:00 |
|
Atlante45
|
cd26422ca0
|
Fix warnings on OS X
|
2015-12-04 08:47:06 -08:00 |
|
Ken Cooke
|
1d01f08324
|
Fix compiler warnings
|
2015-12-03 16:27:35 -08:00 |
|
Ken Cooke
|
fbd7549430
|
Better reverb script defaults
|
2015-12-02 11:05:06 -08:00 |
|
Ken Cooke
|
f005afd7c0
|
Fix stdint.h includes
|
2015-12-02 09:33:47 -08:00 |
|
Ken Cooke
|
a725c8b12e
|
Merge branch 'master' of https://github.com/highfidelity/hifi into audio-reverb
|
2015-12-01 09:12:24 -08:00 |
|
Clément Brisset
|
e168966b87
|
Merge pull request #6409 from birarda/injector-hybrid
more efficient threading of networked AudioInjector objects
|
2015-11-30 15:36:41 -08:00 |
|
Ryan Huffman
|
1b0413f8e3
|
Merge branch 'master' of https://github.com/highfidelity/hifi into proto-received-message
|
2015-11-30 10:23:40 -08:00 |
|
Ryan Huffman
|
99dd9646bc
|
Merge branch 'master' of https://github.com/highfidelity/hifi into proto-received-message
|
2015-11-30 10:20:13 -08:00 |
|
Andrew Meadows
|
49a6f63663
|
remove whitespace and fix warning (unused var)
|
2015-11-30 10:00:05 -08:00 |
|
Andrew Meadows
|
e26081e981
|
always update physics properties when they change
and move activation check logic to MotionState
|
2015-11-24 10:20:19 -08:00 |
|
Stephen Birarda
|
c8b5f6f737
|
fix for top on deque when empty
|
2015-11-20 16:03:18 -08:00 |
|
Stephen Birarda
|
9ddebc8d13
|
resolve conflicts on merge with upstream/master
|
2015-11-20 15:29:44 -08:00 |
|
Stephen Birarda
|
5f9c3eea76
|
use a priority queue to ensure ordering of injectors
|
2015-11-19 17:42:14 -08:00 |
|
Stephen Birarda
|
adf41fce19
|
use alias for unique_lock and mutex
|
2015-11-19 17:29:20 -08:00 |
|
Stephen Birarda
|
3b56df6e99
|
use deleteLater immediately not that finish is right thread
|
2015-11-19 17:27:18 -08:00 |
|
Ryan Huffman
|
07d21514c5
|
Merge branch 'master' of https://github.com/highfidelity/hifi into proto-received-message
|
2015-11-19 10:47:37 -08:00 |
|
Ken Cooke
|
2c98976ef2
|
Fix bug from implicit cast
|
2015-11-19 10:05:10 -08:00 |
|
Ken Cooke
|
998f6e099f
|
Merge branch 'master' of https://github.com/highfidelity/hifi into audio-reverb
|
2015-11-19 08:39:55 -08:00 |
|
Ken Cooke
|
2489eaa30e
|
Changed the audio pipeline to allow stereo reverberation, using separate source (loopback audio) and listener (received audio) reverbs.
|
2015-11-19 08:32:13 -08:00 |
|
Ryan Huffman
|
2a416ebc61
|
Merge branch 'master' of https://github.com/highfidelity/hifi into received-message
|
2015-11-18 16:52:23 -08:00 |
|
Brad Davis
|
5b8047ded4
|
Make recording and playback work in interface, playback in agent
|
2015-11-18 14:04:45 -08:00 |
|
Ken Cooke
|
cc90662bf0
|
PR feedback
|
2015-11-18 12:17:27 -08:00 |
|
Ken Cooke
|
8ae3fa61c5
|
Fix compiler issues
|
2015-11-18 10:06:40 -08:00 |
|
Ken Cooke
|
0f214555c1
|
New algorithmic stereo reverb
|
2015-11-18 09:13:03 -08:00 |
|
Stephen Birarda
|
2aa56b5384
|
include memory header for unique_ptr
|
2015-11-17 17:26:45 -08:00 |
|
Stephen Birarda
|
35dd5fb564
|
include NLPacket in AudioInjector for unique_ptr
|
2015-11-17 17:26:07 -08:00 |
|
Stephen Birarda
|
1c485bacff
|
include the condition_variable header in AIM
|
2015-11-17 17:11:40 -08:00 |
|
Stephen Birarda
|
d20fd6d7e7
|
cap max to 40, clarify comment
|
2015-11-17 17:08:48 -08:00 |
|
Stephen Birarda
|
cf2ad9a877
|
remove atomic include from AudioInjector
|
2015-11-17 17:07:29 -08:00 |
|
Stephen Birarda
|
62b218632d
|
don't use unneeded atomic for AudioInjector State
|
2015-11-17 17:06:21 -08:00 |
|
Stephen Birarda
|
8e4d7c69ce
|
handle AudioInjectorManager for scripted ACs
|
2015-11-17 17:01:11 -08:00 |
|
Stephen Birarda
|
935c0cc137
|
handle AudioInjectorManager cleanup in Application
|
2015-11-17 16:39:23 -08:00 |
|
Stephen Birarda
|
ab5c8e072f
|
handle blocked AudioInjectorManager for restart
|
2015-11-17 16:31:18 -08:00 |
|
Stephen Birarda
|
d764ff2e87
|
remove static variables in AudioInjector.cpp
|
2015-11-17 15:12:04 -08:00 |
|
Stephen Birarda
|
7da6ec46c4
|
more handling of various AudioInjector states
|
2015-11-17 14:20:59 -08:00 |
|
Stephen Birarda
|
4fa934dccf
|
make sure AudioInjectorManager process is on AI thread
|
2015-11-16 18:54:16 -08:00 |
|
Stephen Birarda
|
80115d38e9
|
tweak the AudioInjectorManager for injector threading
|
2015-11-16 18:53:09 -08:00 |
|
Stephen Birarda
|
aa77c4894c
|
add an AudioInjectorManager for more efficient threading
|
2015-11-16 16:04:10 -08:00 |
|
Stephen Birarda
|
52716b8f95
|
emit a ready signal if Sound has downloaded
|
2015-11-16 10:55:25 -08:00 |
|
Atlante45
|
ffafd3194e
|
Recording audio fixes
|
2015-11-05 16:46:59 -08:00 |
|
Brad Davis
|
63df9fb959
|
Fixing raw sound playback and air guitar
|
2015-10-22 22:37:18 -07:00 |
|
Ryan Huffman
|
9ddcfdf94d
|
Cleanup PacketReceier and ReceivedMessage
|
2015-10-16 09:21:10 -07:00 |
|
Ryan Huffman
|
7682ab00e3
|
Add ReceivedMessage and receive progress
|
2015-10-15 14:09:53 -07:00 |
|
Ken Cooke
|
3555e90cf6
|
Improved random generator for SIMD dither
|
2015-10-01 20:32:48 -07:00 |
|
Ken Cooke
|
e1e34b2ce5
|
Fix to allow arbitrary input/output buffers from caller. SIMD padding is no longer required.
|
2015-10-01 20:17:04 -07:00 |
|
Ken Cooke
|
4e29d8382d
|
SSE2 optimization of new resampler. 3.5x faster for all modes. Dither is always enabled.
|
2015-10-01 03:24:10 -07:00 |
|
Ken Cooke
|
aa01dca0a8
|
Fix compiler warnings
|
2015-09-27 19:14:31 -07:00 |
|
Ken Cooke
|
7faada24a8
|
Moved table to the top, so it can be declared static
|
2015-09-27 15:45:00 -07:00 |
|
Ken Cooke
|
c000c635b1
|
CR feedback
|
2015-09-27 15:31:11 -07:00 |
|
Ken Cooke
|
956d83c872
|
Size optimization of new resampler. Reduced size of precomputed tables by 8x. Even with 32x oversampling of the prototype filter, aliasing from Lagrange interpolation is (12+24/octave) = -132dB which is fine.
|
2015-09-25 21:28:48 -07:00 |
|
Ken Cooke
|
4a1458e152
|
Algorithmic optimization of new resampler. All common sample rates now use a rational mode that does direct FIR filtering instead of coefficient interpolation. Complexity reduced by 2x for mono, 1.5x for stereo.
|
2015-09-25 19:05:55 -07:00 |
|
Brad Hefta-Gaub
|
5e82b9c433
|
more warning fixes
|
2015-09-24 08:26:56 -07:00 |
|
Ken Cooke
|
478eab3843
|
CR feedback
|
2015-09-23 12:07:17 -07:00 |
|
Ken Cooke
|
4b9c2ed6b6
|
In AudioInjector, replace SOXR with AudioSRC.
Used for pitch shifting in playSound(). Setup time (once per sound) is drastically improved.
|
2015-09-22 23:08:05 -07:00 |
|
Ken Cooke
|
b983ba7056
|
Fix Mac and Linux builds
|
2015-09-22 08:46:00 -07:00 |
|
Ken Cooke
|
2d1150115f
|
New low-latency sample rate conversion library
|
2015-09-22 08:14:08 -07:00 |
|
Philip Rosedale
|
b968911fcc
|
Merge pull request #5820 from kencooke/audio-fix
fix audio int16_t to float scaling
|
2015-09-16 10:26:36 -07:00 |
|
Ken Cooke
|
def24a15ad
|
fix audio int16_t to float scaling
|
2015-09-16 09:00:41 -07:00 |
|
Ken Cooke
|
ffe3fcf4ce
|
Replace repeated division with multiply by inverse
|
2015-09-15 10:18:53 -07:00 |
|
Ken Cooke
|
5045f8558e
|
Fix incorrect scale factor for converting int16_t to/from float
|
2015-09-15 10:08:24 -07:00 |
|
Stephen Birarda
|
ed19987b7d
|
resolve conflicts on merge with upstream/master
|
2015-09-04 12:31:46 -06:00 |
|
Howard Stearns
|
d003ec9c58
|
Delete collision sounds (and their threads) after use.
This has been broken ever since I added avatar collision sounds around https://github.com/highfidelity/hifi/pull/5159 or so.
|
2015-08-31 15:49:17 -07:00 |
|
Stephen Birarda
|
80cf7b6c76
|
resolve conflicts on merge with upstream/master
|
2015-08-27 14:50:04 -07:00 |
|
Ryan Huffman
|
aa7d8678e1
|
Merge branch 'protocol' of github.com:birarda/hifi into atp-server
|
2015-08-26 12:26:11 -07:00 |
|
Atlante45
|
179ee73e26
|
Merge branch 'master' of https://github.com/highfidelity/hifi into update_protocol
|
2015-08-26 16:50:33 +02:00 |
|
Brad Davis
|
d311e4f2ea
|
Fixing problems reported by static analysis tool
|
2015-08-25 19:18:55 -07:00 |
|
Brad Davis
|
380b0cb23c
|
Removing tabs from our javascript and C++
|
2015-08-24 15:26:46 -07:00 |
|
Stephen Birarda
|
e93b360908
|
expose options property to AI script interface
|
2015-08-20 12:12:43 -07:00 |
|
Stephen Birarda
|
6860f3d126
|
add readWithoutCopy for clarity in Packet read
|
2015-08-19 14:32:26 -07:00 |
|
Ryan Huffman
|
5884fcb17b
|
Merge branch 'ordered-sending' into atp-server
|
2015-08-19 12:23:31 -07:00 |
|
Ryan Huffman
|
4827d326f4
|
Update ResourceCache to allow multiple downloads on the same resource
|
2015-08-19 12:11:47 -07:00 |
|
Ryan Huffman
|
ae93d74d8b
|
Update Sound to use new ResourceCache
|
2015-08-03 16:27:34 -07:00 |
|
Stephen Birarda
|
9e7fb9ae16
|
shuffle Packet headers, use static enum for PacketType
|
2015-07-23 13:56:47 -07:00 |
|
Stephen Birarda
|
0177513285
|
resolve conflicts on merge with upstream/master
|
2015-07-20 12:29:38 -07:00 |
|
Stephen Birarda
|
1fd4a1f0c3
|
resolve conflicts on merge with upstream master
|
2015-07-17 16:07:45 -07:00 |
|
Stephen Birarda
|
331bb54144
|
remove unused variable
|
2015-07-17 15:59:39 -07:00 |
|
Stephen Birarda
|
39272652e5
|
fix seeks in InboundAudioStream
|
2015-07-17 15:59:24 -07:00 |
|
Stephen Birarda
|
0f534b9f7b
|
fixes for new read and NLPacketList
|
2015-07-17 15:43:20 -07:00 |
|
Howard Stearns
|
2d277a2abd
|
Fix https://app.asana.com/0/30233891560551/41734486809354/f
|
2015-07-17 11:28:25 -07:00 |
|
Stephen Birarda
|
e5722098f6
|
resolve conflicts on merge with upstream/master
|
2015-07-17 11:06:01 -07:00 |
|
Stephen Birarda
|
a6641908fb
|
check if audio mixer is alive before packet send
|
2015-07-16 15:49:15 -07:00 |
|
Stephen Birarda
|
c5047ec76d
|
fix sequence number packing for audio injector
|
2015-07-16 15:47:25 -07:00 |
|
Stephen Birarda
|
333cd77d9c
|
cleanup call to parseAudioData
|
2015-07-15 17:20:02 -07:00 |
|
Stephen Birarda
|
9318f464a4
|
fix position of read in InboundAudioStream
|
2015-07-15 16:42:58 -07:00 |
|
Stephen Birarda
|
273e92f1fd
|
pass correct size for audio read
|
2015-07-15 16:34:00 -07:00 |
|
Stephen Birarda
|
05dde9d8f5
|
resolve conflicts on merge with upstream/master
|
2015-07-15 16:18:47 -07:00 |
|
Stephen Birarda
|
52fdce4a44
|
fix fromRawData call for silent audio packet
|
2015-07-15 15:41:45 -07:00 |
|
Stephen Birarda
|
e127c5c06d
|
rename Packet methods for clarity
|
2015-07-15 10:40:40 -07:00 |
|
Atlante45
|
fbb6a94579
|
Merge branch 'receive_packets' of https://github.com/huffman/hifi into protocol
|
2015-07-14 16:36:28 -07:00 |
|
Stephen Birarda
|
fbd287472d
|
make NodeData parseData take only packet
|
2015-07-14 14:09:00 -07:00 |
|
Atlante45
|
c80df94b06
|
Update includes for moved files
|
2015-07-13 15:28:55 -07:00 |
|
Stephen Birarda
|
ede39515d8
|
update parseData for new network API
|
2015-07-13 14:26:10 -07:00 |
|
Atlante45
|
957e6394a9
|
sendPacket function take Node& not a pointer
|
2015-07-13 11:57:20 -07:00 |
|
Atlante45
|
6c591131ba
|
Made Animations safe for resource reload
|
2015-07-10 12:01:51 -07:00 |
|
Stephen Birarda
|
a363f42bb2
|
pass const NLPacket& for all sendUnreliablePacket calls
|
2015-07-09 11:42:18 -07:00 |
|
Stephen Birarda
|
f3eb6982e6
|
fix writing to packet in AudioInjector
|
2015-07-08 16:39:24 -07:00 |
|
Atlante45
|
7329ad6334
|
Templated read/write in Packet
|
2015-07-08 13:45:12 -07:00 |
|
Atlante45
|
6bf05fbf1f
|
Pointer fixes
|
2015-07-08 10:50:51 -07:00 |
|
Atlante45
|
7713219718
|
Compile fixes
|
2015-07-08 10:40:35 -07:00 |
|
Stephen Birarda
|
74940a2132
|
replace lingering PacketTypes in old format
|
2015-07-08 10:18:13 -07:00 |
|
Stephen Birarda
|
eac3a2a640
|
packet repairs for AudioInjector
|
2015-07-07 15:50:32 -07:00 |
|
Stephen Birarda
|
ffa6edc904
|
fix spaces created by xcode find/replace
|
2015-07-07 15:01:19 -07:00 |
|
Stephen Birarda
|
e1c098233a
|
use sendUnreliablePacket for repeated send in AI
|
2015-07-06 18:03:41 -07:00 |
|
Stephen Birarda
|
b3c3e5a6c8
|
more PacketType to PacketType::Value replacements
|
2015-07-02 16:49:19 -07:00 |
|
Stephen Birarda
|
0d64e82fe2
|
replace PacketType declarations with PacketType::Value
|
2015-07-02 16:38:52 -07:00 |
|
Howard Stearns
|
3b8a46b87d
|
Allow scripted audio injectors to have options set.
|
2015-06-23 21:01:34 -07:00 |
|
Howard Stearns
|
b506fe0f1d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into refactor-playSound
|
2015-06-19 14:22:04 -07:00 |
|
Howard Stearns
|
dc10e15e96
|
Put the common stuff on AudioInjector rather than AudioClient, so that assignment-client (which depends on script-engine) does not need to depend on audio-client.
|
2015-06-19 14:20:00 -07:00 |
|
Seth Alves
|
b258aeaa3d
|
merge from master
|
2015-06-18 10:04:14 -07:00 |
|
Howard Stearns
|
b4dfaba55e
|
Incorporate ctrlaltdavid's changes.
|
2015-06-17 11:59:15 -07:00 |
|
Seth Alves
|
508ae276c6
|
enable -Wdouble-promotion
|
2015-06-16 18:23:10 -07:00 |
|
Howard Stearns
|
6d99d50f72
|
Don't clip local audio sounds (https://app.asana.com/0/32622044445063/37633564937422)
and quiet some warnings (of https://app.asana.com/0/32622044445063/37620738098871).
|
2015-06-16 10:51:42 -07:00 |
|
Howard Stearns
|
8e41c58fad
|
Merge branch 'master' of https://github.com/highfidelity/hifi into restartable-non-local-sound
|
2015-06-08 15:45:30 -07:00 |
|
Howard Stearns
|
564b0b48ef
|
Alternate version that uses signal rather than polling.
|
2015-06-08 14:29:43 -07:00 |
|
Stephen Birarda
|
666830c04d
|
add a sound once first AM packet received
|
2015-06-08 11:30:12 -07:00 |
|
Howard Stearns
|
6668de56cd
|
Fix AudioInjector::restart() for the non-local case.
|
2015-06-08 10:34:56 -07:00 |
|
Stephen Birarda
|
6b3cf1ba4a
|
remove dependency of PacketHeaders on NodeList
|
2015-05-05 12:19:42 -07:00 |
|
Stephen Birarda
|
6cff75f7c1
|
resolve conflicts on merge with upstream/master
|
2015-05-04 10:05:44 -07:00 |
|
Atlante45
|
1dcc2f7988
|
Fix local injector modifying system volume
|
2015-05-04 15:53:58 +02:00 |
|
Stephen Birarda
|
b9c9ff6a14
|
clean up various warnings
|
2015-05-01 16:49:13 -07:00 |
|
Stephen Birarda
|
841da65eaf
|
fix abs value call warning
|
2015-05-01 16:34:34 -07:00 |
|
Stephen Birarda
|
94739cf8d3
|
move number constants out of SharedUtil to NumericalConstants
|
2015-05-01 10:26:53 -07:00 |
|
David Rowe
|
9576ad19a7
|
Move "Stereo Audio" option into developerMenu.js
And rename it "Stereo Input" to better relect what it does.
|
2015-04-28 14:14:10 -07:00 |
|
Seth Alves
|
0fb1a83e3b
|
quiet compiler, remove some trailing control-Ms
|
2015-04-25 09:20:00 -07:00 |
|
Atlante45
|
8f8e4d8dc6
|
Add generated audio methods to audio interface
|
2015-04-15 15:49:11 +02:00 |
|
Seth Alves
|
ef5dffecf6
|
fix filenames in comments
|
2015-04-07 10:03:14 -07:00 |
|
Seth Alves
|
9014397167
|
try again without macro
|
2015-04-07 09:59:04 -07:00 |
|
Seth Alves
|
7af32bd67a
|
put audio and script-engine logging into their own QLoggingCategory
|
2015-04-06 15:57:18 -07:00 |
|
Stephen Birarda
|
3f079e10aa
|
user AudioConstants for size of int16_t
|
2015-04-02 11:35:23 -07:00 |
|
Stephen Birarda
|
41290dd3e3
|
push data pointer for recursive read from front
|
2015-04-02 11:34:39 -07:00 |
|
Stephen Birarda
|
164c06a190
|
fix resampled stereo audio array size
|
2015-04-02 10:41:52 -07:00 |
|
Seth Alves
|
4bf86bb824
|
another [] needed after delete
|
2015-03-29 17:59:57 -07:00 |
|
Seth Alves
|
78b46cff2b
|
quiet compiler
|
2015-03-28 17:11:36 -07:00 |
|
Seth Alves
|
faa3ed6c29
|
valgrind wants []
|
2015-03-28 17:11:23 -07:00 |
|
Stephen Birarda
|
8ede9fb39b
|
fix stereo to stereo resampling
|
2015-03-10 15:50:30 -07:00 |
|
Stephen Birarda
|
271a4e2cae
|
cleanup some divides for manual sound resampling
|
2015-03-10 13:04:35 -07:00 |
|
Stephen Birarda
|
dc0ad09953
|
fix for check of num source samples
|
2015-03-10 13:04:34 -07:00 |
|
Stephen Birarda
|
7ecde7be30
|
add fix for out of bounds Sound resampling
|
2015-03-10 13:04:34 -07:00 |
|
Andrew Meadows
|
505c50ebe1
|
correct gain variance in linearFade()
|
2015-02-17 12:07:32 -08:00 |
|
ZappoMan
|
1fc0225939
|
change ScriptCache and SoundCache to derive from Dependency
|
2015-02-13 15:33:41 -08:00 |
|
Stephen Birarda
|
13fc0b1fcd
|
fix AudioInjector debug line to be more clear
|
2015-02-13 09:36:16 -08:00 |
|
Stephen Birarda
|
5f4e3528c2
|
override seek to handle warning once stopped
|
2015-02-12 11:29:55 -08:00 |
|
Stephen Birarda
|
060b0bbfd6
|
tell injector it is not finished once restarted
|
2015-02-12 11:13:03 -08:00 |
|
Stephen Birarda
|
ea52cea5dd
|
more cleanup for AudioInjector mem management
|
2015-02-12 10:56:40 -08:00 |
|
Stephen Birarda
|
43e777163e
|
use a QPointer to trigger delayed delete
|
2015-02-11 19:15:33 -08:00 |
|
Stephen Birarda
|
79674fb94f
|
use a wrapper on audio injector for script ownership
|
2015-02-11 17:20:00 -08:00 |
|
Stephen Birarda
|
449719bc7c
|
add option to restart a local audio injector
|
2015-02-11 16:58:30 -08:00 |
|
Stephen Birarda
|
f9174366dc
|
fixes for new injector API in other scripts
|
2015-02-11 16:20:48 -08:00 |
|
Stephen Birarda
|
4894a5b414
|
better handling of cleanup for local injector
|
2015-02-11 16:11:55 -08:00 |
|
Stephen Birarda
|
0498c5c708
|
provide old ASI APIs in AudioInjector
|
2015-02-11 15:57:32 -08:00 |
|
Stephen Birarda
|
7b485829c4
|
cleanup AudioInjector memory management
|
2015-02-11 15:52:00 -08:00 |
|
Stephen Birarda
|
219e78425b
|
resolve conflicts on merge with upstream master
|
2015-02-06 09:49:46 -08:00 |
|
Stephen Birarda
|
c9c53453c3
|
repairs to local audio injector cleanup
|
2015-02-04 14:47:18 -08:00 |
|
Seth Alves
|
bcf0846310
|
merge from master
|
2015-02-04 11:30:22 -08:00 |
|
Seth Alves
|
a645d784d8
|
uint32_t rather than uint, which mac doesn't like
|
2015-02-04 11:26:05 -08:00 |
|
Stephen Birarda
|
11f3161029
|
resolve conflicts on merge with upstream/master
|
2015-02-04 10:38:05 -08:00 |
|
Atlante45
|
78a9d002db
|
Remove settings from InboundAudioStream
|
2015-02-03 12:47:25 -08:00 |
|
Atlante45
|
27459ba861
|
Settings update
|
2015-02-03 12:27:30 -08:00 |
|
Atlante45
|
1cfd98b2d7
|
Name threads
|
2015-01-31 00:50:12 -08:00 |
|
Atlante45
|
4ef87b9919
|
Merge branch 'master' of https://github.com/highfidelity/hifi into android
Conflicts:
interface/src/Application.cpp
interface/src/Application.h
interface/src/DatagramProcessor.cpp
interface/src/Menu.cpp
interface/src/ui/PreferencesDialog.cpp
interface/src/ui/Stats.cpp
libraries/audio-client/src/AudioClient.cpp
libraries/audio-client/src/AudioClient.h
|
2015-01-28 13:13:32 -08:00 |
|
Stephen Birarda
|
0eced09f1d
|
intial removal of Audio to audio-client
|
2015-01-21 11:49:06 -08:00 |
|
Atlante45
|
8d37f5ae00
|
More setting handles
|
2015-01-20 15:35:22 -08:00 |
|
Atlante45
|
8f5f634308
|
Took audio settings out of Menu
Hooked to actual settings in Audio class
|
2015-01-17 21:22:02 -08:00 |
|
Atlante45
|
f77fab2fe0
|
Merge branch 'master' of https://github.com/highfidelity/hifi into applications_diet_cpp11
|
2015-01-13 20:38:52 -08:00 |
|
Atlante45
|
2a82ff9768
|
Merge branch 'master' of https://github.com/highfidelity/hifi into applications_diet_cpp11
Conflicts:
assignment-client/src/voxels/VoxelServer.cpp
interface/src/Application.cpp
interface/src/Audio.cpp
interface/src/DatagramProcessor.cpp
interface/src/Menu.cpp
interface/src/Util.cpp
interface/src/avatar/MyAvatar.cpp
interface/src/ui/ApplicationOverlay.cpp
interface/src/ui/PreferencesDialog.cpp
libraries/networking/src/NodeList.cpp
libraries/shared/src/DependencyManager.h
|
2015-01-13 11:03:14 -08:00 |
|
Atlante45
|
74d819fe25
|
Merge branch 'master' of https://github.com/highfidelity/hifi into body_not_rotating
|
2015-01-12 16:42:35 -08:00 |
|
Stephen Birarda
|
661221a189
|
repairs to AudioScriptingInterface playSound
|
2015-01-12 16:04:00 -08:00 |
|
Atlante45
|
8415098fc2
|
Set different caches size depending on cache type
|
2015-01-12 15:36:36 -08:00 |
|
Philip Rosedale
|
336378679f
|
Merge pull request #4068 from ctrlaltdavid/type-definitions
Fix miscellaneous types and casts
|
2015-01-09 08:40:08 -08:00 |
|
Philip Rosedale
|
285e588266
|
Merge pull request #4072 from Atlante45/network_replies_cleanup
Windows crash fix
|
2015-01-09 07:42:36 -08:00 |
|
David Rowe
|
a5b3ae397a
|
Code review
|
2015-01-08 18:20:23 -08:00 |
|
David Rowe
|
07b30da2ac
|
Fix miscellaneous types and casts
|
2015-01-08 13:44:51 -08:00 |
|
Atlante45
|
be050b0469
|
Added missing deletes
|
2015-01-05 15:13:07 -08:00 |
|
Stephen Birarda
|
dfb02aea0c
|
resolve conflicts on merge, add cstring inc
|
2015-01-05 09:25:30 -08:00 |
|
Atlante45
|
0bd9ed469e
|
Changed NodeList::getInstance() calls to use the DM
|
2014-12-17 15:28:25 -08:00 |
|
Stephen Birarda
|
e0752cef54
|
remove collision sound creation calls
|
2014-12-16 15:35:37 -08:00 |
|
Stephen Birarda
|
1db12453d4
|
move audio stats into member of Audio
|
2014-12-16 14:47:24 -08:00 |
|
Stephen Birarda
|
1e91d0fe93
|
fix incorrect sample rate constant
|
2014-12-16 13:15:38 -08:00 |
|
Stephen Birarda
|
7f2baa056e
|
some cleanup in audio library
|
2014-12-16 12:02:10 -08:00 |
|
Stephen Birarda
|
c734bc89a3
|
move the audio scope into its own class
|
2014-12-16 11:54:59 -08:00 |
|
Andrzej Kapolka
|
50c1e9fb40
|
Fixes for missing audio device.
|
2014-12-15 22:41:35 -08:00 |
|
Philip Rosedale
|
c5247ca65b
|
Add ability to set injector properties during playing, and orbitingSound.js
|
2014-12-05 08:45:00 -08:00 |
|
Brad Hefta-Gaub
|
925e2fab66
|
Merge pull request #3835 from birarda/lobby
lobby changes, Sound and AudioInjectorOptions stereo tweaks
|
2014-11-19 16:59:54 -08:00 |
|
Stephen Birarda
|
987b75d8f7
|
switch to next musak when finished
|
2014-11-19 14:52:57 -08:00 |
|
Atlante45
|
0a9a6f1ef8
|
Fix parsing of silent packets properties
|
2014-11-19 14:32:50 -08:00 |
|
Stephen Birarda
|
45450c4fe3
|
handle offset passed in AudioInjectorOptions for mixer injections
|
2014-11-19 13:42:24 -08:00 |
|
Stephen Birarda
|
81c5f9ba5a
|
inject lobby music at a random starting point
|
2014-11-19 13:36:27 -08:00 |
|
Stephen Birarda
|
03bfaa4869
|
handle RAW stereo audio files by using stereo.raw extension
|
2014-11-19 12:20:12 -08:00 |
|
Atlante45
|
46eebe9d40
|
Give noisy mutes their own packet type
|
2014-11-17 10:26:47 -08:00 |
|
Atlante45
|
2585013615
|
JS signal when AM mutes client
|
2014-11-17 09:54:43 -08:00 |
|
Stephen Birarda
|
7630aab963
|
only debug request sound if there is a network request
|
2014-11-13 16:18:19 -08:00 |
|
Stephen Birarda
|
e10d132f75
|
avoid Qt QTimer thread bug by putting SoundCache on same thread
|
2014-11-13 14:47:28 -08:00 |
|
Stephen Birarda
|
fd6b9c3550
|
changes to sound class to allow caching of sounds
|
2014-11-13 10:16:42 -08:00 |
|
Stephen Birarda
|
ed9a2bf676
|
fix for AudioInjector QScriptValue conversion typos
|
2014-11-11 20:48:34 -08:00 |
|
Stephen Birarda
|
9a45a70764
|
repairs to Sound script conversion typos
|
2014-11-11 20:47:40 -08:00 |
|
Stephen Birarda
|
9aa950e657
|
fix audio injector cleanup for local only injectors
|
2014-11-11 17:34:03 -08:00 |
|
Stephen Birarda
|
cb5d5dd3a8
|
handle looping via AudioInjectorLocalBuffer
|
2014-11-11 16:57:25 -08:00 |
|
Stephen Birarda
|
a5a02b5f8a
|
add AudioInjectorLocalBuffer for more control
|
2014-11-11 16:34:00 -08:00 |
|
Stephen Birarda
|
0e30c65e60
|
handle cleanup of local injection, volume
|
2014-11-11 15:12:11 -08:00 |
|
Stephen Birarda
|
83529c1fed
|
fix QIODevice fail in AudioInjector by passing explicit size
|
2014-11-11 14:45:33 -08:00 |
|
Stephen Birarda
|
cd3877b584
|
handle local audio output via AudioInjector directly for control
|
2014-11-11 14:14:43 -08:00 |
|
Stephen Birarda
|
d0e8c294da
|
handle passing of local audio interface to AudioInjector
|
2014-11-11 11:22:16 -08:00 |
|
Stephen Birarda
|
3d1bb68c72
|
fix for playSound argument to match QScriptValue conversion
|
2014-11-11 11:04:33 -08:00 |
|
Stephen Birarda
|
ef2c181c98
|
repairs to audio classes for Sound* to QScriptValue
|
2014-11-11 10:55:07 -08:00 |
|
Stephen Birarda
|
a8681cd5b6
|
changes to allow AudioInjectorOptions to operate as a hash from js
|
2014-11-11 10:24:21 -08:00 |
|
Stephen Birarda
|
d083e75d2d
|
groundwork for better locally looped audio
|
2014-11-11 09:59:10 -08:00 |
|
Stephen Birarda
|
2ca673175a
|
rename StdDev to StDev, patch its leak
|
2014-11-07 17:15:54 -08:00 |
|
Philip Rosedale
|
54ff9062c0
|
Merge pull request #3757 from PhilipRosedale/master
fix bug with audio mixer muting too often
|
2014-11-07 14:42:19 -08:00 |
|
Philip Rosedale
|
12eb67c734
|
fix bug with audio mixer muting too often
|
2014-11-07 14:18:57 -08:00 |
|
Stephen Birarda
|
bd8b71a02a
|
complete handling of local audio loopback
|
2014-11-07 11:05:01 -08:00 |
|
Stephen Birarda
|
f1a238a6c2
|
piping for local UI sounds
|
2014-11-07 10:08:09 -08:00 |
|
AndrewMeadows
|
843aaf4e95
|
Merge pull request #3747 from PhilipRosedale/master
First pass audio mixer muting, improved tour guide, hair, injector loudness in JS
|
2014-11-06 10:36:46 -08:00 |
|
AndrewMeadows
|
3f3e6ea581
|
Merge pull request #3745 from Atlante45/ignore_penumbra
Ignore penumbra
|
2014-11-06 09:59:31 -08:00 |
|
Philip Rosedale
|
54957a2fa1
|
merge fix
|
2014-11-05 21:08:24 -08:00 |
|
Philip Rosedale
|
688bd0f34f
|
first pass audio mixer automatic muting of noisy streams, tour guide improvements, new lightExample.js, hair hangs over cone 'body'
|
2014-11-05 16:58:58 -08:00 |
|
Stephen Birarda
|
663167d684
|
wait on AudioInjectors when shutting down interface
|
2014-11-05 10:37:22 -08:00 |
|
Stephen Birarda
|
2c667d209d
|
make the AudioInjectorScriptingInterface a singleton
|
2014-11-05 10:10:05 -08:00 |
|
Atlante45
|
4b73a5ac35
|
Modify injected audio stream to send the ignore penumbra option
|
2014-11-05 16:22:06 +01:00 |
|
Atlante45
|
49526e69f8
|
Added ignorePenumbra option to injected stream
|
2014-11-05 16:21:06 +01:00 |
|
Atlante45
|
85a59249df
|
Move ignorePenumbra to positional audio
|
2014-11-05 16:19:26 +01:00 |
|
Atlante45
|
fb33634171
|
ignore penumbra member variable
|
2014-11-04 16:44:39 +01:00 |
|
Philip Rosedale
|
cf121a9fe5
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-10-28 20:22:40 -07:00 |
|
Philip Rosedale
|
f10aeaffab
|
working on audio mixer muting
|
2014-10-28 20:22:33 -07:00 |
|
Atlante45
|
12f0237dc7
|
Cleanup
|
2014-10-24 15:02:09 -07:00 |
|
Atlante45
|
847ef64b66
|
move audio env data over to new packet
|
2014-10-24 14:27:55 -07:00 |
|
Atlante45
|
5e49c08e27
|
extra space
|
2014-10-23 14:08:36 -07:00 |
|
Atlante45
|
d4ec337cae
|
Don't send reverb data as often
|
2014-10-23 13:39:56 -07:00 |
|
Atlante45
|
9a7ca8b132
|
Fix header
|
2014-10-20 17:23:58 -07:00 |
|
Atlante45
|
6f9557fe67
|
Do not destroy script reverb settings
|
2014-10-20 15:06:02 -07:00 |
|
Atlante45
|
997f1db835
|
handle JSON for audioEffectOptions args
|
2014-10-20 13:37:49 -07:00 |
|
Atlante45
|
ce949b7350
|
Coding Standard default values
|
2014-10-20 12:11:29 -07:00 |
|
Atlante45
|
37b47b52d3
|
Stream reverb settings from mixer to interface
|
2014-10-20 11:49:57 -07:00 |
|
Atlante45
|
4a3f72ab0b
|
Merge branch 'master' of https://github.com/highfidelity/hifi into reverb
|
2014-10-14 15:13:50 -07:00 |
|
NextPrior
|
a0a5530641
|
Initial reverb implementation
Conflicts:
interface/CMakeLists.txt
interface/src/Audio.cpp
interface/src/Audio.h
libraries/script-engine/src/ScriptEngine.cpp
|
2014-10-13 18:13:51 -07:00 |
|
Atlante45
|
0fa95ba61d
|
Removed Unattenuated zones from mixer
|
2014-10-09 14:46:32 -07:00 |
|
Stephen Birarda
|
f19c5c9850
|
repair NetworkAccessManager returns, handle custom AS port in assignment-client
|
2014-10-06 14:57:38 -07:00 |
|
Atlante45
|
dbc81fcdca
|
Update audio injector volume every frame
|
2014-09-30 11:19:45 -07:00 |
|
Atlante45
|
5a8b9082b2
|
Check _currentSendPosition instead of overriding
|
2014-09-26 19:47:26 -07:00 |
|
Atlante45
|
dfe70ed2e3
|
Initialize InjectedAudioStream with correct stereo value
|
2014-09-26 19:23:36 -07:00 |
|
Atlante45
|
6df430660d
|
Uninitialized member
|
2014-09-26 15:23:17 -07:00 |
|
Atlante45
|
83ad0e4eb0
|
Fix mono injection
|
2014-09-26 11:14:27 -07:00 |
|
Atlante45
|
a4a5d71caa
|
Merge branch 'fix_attachment_bug_with_recording' of github.com:Atlante45/hifi into radio_js
Conflicts:
libraries/audio/src/AudioInjector.cpp
|
2014-09-26 10:45:34 -07:00 |
|
Atlante45
|
72f5b9b77b
|
code cleanup
|
2014-09-25 19:19:03 -07:00 |
|
Atlante45
|
453869c8e9
|
Stereo flag + specific resample in Sound class
|
2014-09-25 18:12:11 -07:00 |
|
Atlante45
|
7f4ece2be1
|
Resize ringbuffer of injected stereo stream
|
2014-09-25 17:54:53 -07:00 |
|
Atlante45
|
7dc07a1c51
|
Compute correct number of bytes to send when stereo
|
2014-09-25 17:54:11 -07:00 |
|
Atlante45
|
75dc26c9ff
|
Slider can moved when recording paused or stoped
|
2014-09-24 16:19:47 -07:00 |
|
Atlante45
|
7ab8c7750c
|
Extra spaces
|
2014-09-23 14:37:43 -07:00 |
|
Atlante45
|
c4105f61b5
|
Merge branch 'master' of https://github.com/highfidelity/hifi into fix_attachment_bug_with_recording
|
2014-09-22 14:12:17 -07:00 |
|
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 |
|
Atlante45
|
1d014358ee
|
Added possibility to change AudioInjector position
|
2014-09-19 17:06:03 -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 |
|