index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
audio_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix possible crash on AudioDriver::input_buffer_write
Marcelo Fernandez
2019-03-02
1
-6
/
+12
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-2
/
+2
*
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #24324 from volzhs/access-mic
Rémi Verschelde
2018-12-14
1
-0
/
+1
|
\
|
*
Request mic access only when is needed
volzhs
2018-12-14
1
-0
/
+1
*
|
Merge pull request #22910 from marcelofg55/nothreads_rec
Rémi Verschelde
2018-12-13
1
-0
/
+24
|
\
\
|
|
/
|
/
|
|
*
Fix AudioEffectRecord not working without thread support
Marcelo Fernandez
2018-12-12
1
-0
/
+24
*
|
Fix EditorAudioBuses not updating when changing to a device with different ch...
Marcelo Fernandez
2018-12-11
1
-0
/
+8
*
|
Ability to remove buses while they are being used on 2D and 3D stream players...
Juan Linietsky
2018-11-13
1
-0
/
+8
*
|
Use `ResourceLoader::exists` to check for default audio bus layout
merumelu
2018-11-12
1
-1
/
+1
*
|
Merge pull request #22779 from Superwaitsum/LimitSettings
Rémi Verschelde
2018-10-25
1
-0
/
+1
|
\
\
|
*
|
Add some limits on the Editor Settings
Superwaitsum
2018-10-24
1
-0
/
+1
*
|
|
Fix possible audio input buffer issues
Marcelo Fernandez
2018-10-20
1
-0
/
+8
|
|
/
|
/
|
*
|
Add missing BIND_ENUM for SPEAKER_SURROUND_31
Marcelo Fernandez
2018-10-08
1
-0
/
+1
|
/
*
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+4
*
log to console if falling back to dummy audio driver
thfrwn
2018-08-27
1
-1
/
+5
*
Fix arg name in docs, some copy-paste errors
Poommetee Ketson
2018-08-21
1
-2
/
+2
*
Add Dummy AudioDriver into the AudioDriverManager list
Marcelo Fernandez
2018-08-13
1
-11
/
+8
*
Renamed AudioDriver audio_input_* vars to input_*
Marcelo Fernandez
2018-07-27
1
-0
/
+11
*
Implemented capture device selection for CoreAudio
Marcelo Fernandez
2018-07-27
1
-3
/
+7
*
Modified Microphone implementation to handle only one device at a time (WIP)
Marcelo Fernandez
2018-07-27
1
-124
/
+13
*
Experimental microphone support.
Saracen
2018-07-27
1
-0
/
+135
*
Merge pull request #15967 from Gamblify/AudioRecordingModule
Rémi Verschelde
2018-07-26
1
-2
/
+2
|
\
|
*
Audio Recording module
Gustav Lund
2018-07-26
1
-2
/
+2
*
|
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-37
/
+37
|
/
*
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-3
/
+3
*
Add Audio Server profiling time to the profiler
Marcelo Fernandez
2018-07-17
1
-0
/
+88
*
Added Performance.AUDIO_OUTPUT_LATENCY
Marcelo Fernandez
2018-07-17
1
-0
/
+9
*
Remove audio latency print
George Marques
2018-06-20
1
-23
/
+0
*
Removed unused AudioServer::update function
Marcelo Fernandez
2018-06-15
1
-3
/
+0
*
Added new audio device functions to set/get the audio device
Marcelo Fernandez
2018-03-26
1
-0
/
+30
*
Fix possible crash when audio channels change
Marcelo Fernandez
2018-03-19
1
-11
/
+30
*
AudioServer emit bus_layout_changed signal when adding, moving or deleting a bus
MrCdK
2018-02-23
1
-0
/
+6
*
Fix typos with codespell
luz.paz
2018-02-21
1
-2
/
+2
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-8
/
+8
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
found via cppcheck:
firefly2442
2018-01-03
1
-1
/
+0
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Delete AudioServer buses after driver shutdown
Bernhard Liebl
2017-12-29
1
-4
/
+4
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-5
/
+5
*
Merge pull request #12014 from hi-ogawa/fix-video-playback
Rémi Verschelde
2017-11-13
1
-0
/
+2
|
\
|
*
Fix video playback
Matt Hughes
2017-10-14
1
-0
/
+2
*
|
Improved WASAPI driver logic when devices are connected or disconnected
Marcelo Fernandez
2017-10-31
1
-1
/
+1
|
/
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
*
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Rémi Verschelde
2017-09-17
1
-0
/
+39
|
\
|
*
Fix crash when no audio driver is available
Marcelo Fernandez
2017-09-13
1
-0
/
+39
*
|
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-0
/
+4
[next]