Commit Graph
34 Commits
Author SHA1 Message Date
Hugo Locurcio d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Keelar d234445104 Fix typo in the 'Using the system clock to sync' section (#3320) 2020-03-28 22:04:34 +01:00
Clemens Tolboom 584c8300b8 Remove duplicated code (#3150)
Not sure I got this right but it seems like duplicate code to me.

Furthermore I'm not sure what we can use this **time** for as $player.play has no timing arguments to compensate for. There is no `$player.playDelayed(time)`.
2020-03-03 20:13:32 +01:00
TaleTN d0745b4c26 Use sound pressure level rather than power
See https://en.wikipedia.org/wiki/Decibel#Acoustics (or any audio editor, DAW, analog mixing console, etc.).
2019-12-27 23:40:14 +01:00
Rémi Verschelde b6f0e1d5a0 Fix reST warnings 2019-11-29 14:26:02 +01:00
Rémi Verschelde dfbc52694d Merge pull request #2942 from skyace65/AudioBus
Update Audio Bus page for Godot 3.2
2019-11-29 13:53:57 +01:00
ZX-WT 75eebd384e added microphone tutorial (#2898) 2019-11-29 13:46:32 +01:00
skyace65 39aeecc7a1 Update Audio Bus page for Godot 3.2 2019-11-20 16:55:19 -05:00
frido 6a6464aea1 Fix various typos and grammar issues in tutorial articles 2019-10-09 23:56:08 +02:00
Hugo Locurcio 733a3a0e2f Improve "Audio buses", "Audio streams" and "Importing audio samples"
This improves writing style and formatting, and adds more links
to refer to other pages.
2019-09-01 17:00:50 +02:00
Ember 236817abe0 Update sync_with_audio.rst 2019-08-04 22:12:28 -06:00
skyace65 aacdf37349 Update audio stream images for Godot 3.1 2019-07-25 22:38:21 -04:00
Dominic Cooney 4815bb53fb Fix sync_with_audio spelling and grammar
- Use correct spelling and grammar
- Omit meaningless intensifier "very"
- Refer consistently to chunks; don't casually call them blocks
- Some minor changes for flow
2019-06-21 06:46:12 +09:00
Rémi Verschelde be669ab8b9 Fix some classref warnings 2019-06-11 10:56:26 +02:00
Michael Alexsander Silva Dias 3a262a0281 Small corrections for new audio syncing tutorial 2019-04-28 01:02:06 -03:00
Juan Linietsky 3bc7797da5 Fix typo 2019-04-27 16:57:06 -03:00
Juan Linietsky 6e17fc8c1b Corrections to audio sync tutorial 2019-04-27 16:11:26 -03:00
Juan Linietsky 903725aa0a Add tutorial for syncinc music with gameplay. 2019-04-27 15:26:09 -03:00
Michael Alexsander Silva Dias c555544b8d Fix minor issues in audio-related tutorials 2019-04-16 10:41:55 -03:00
bitbutter a6ef7af397 Update audio_buses.rst (#2360)
* Update audio_buses.rst

Many changes.

* Review changes incorporated
2019-04-15 17:50:48 -07:00
bitbutter ab4b468e51 Update audio_streams.rst (#2361)
* Update audio_streams.rst

Removing redundant language. Disambiguation.

* review request resolved
2019-04-15 17:49:06 -07:00
skyace65 5b5ff44834 update_audio_buses 2019-03-30 11:07:22 -04:00
Rémi Verschelde 5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
corrigentia 051e231160 Fix some grammar and punctuation in audio_streams
Fix some grammar and punctuation in audio_streams.
2018-12-19 17:18:17 +02:00
corrigentia 280bcef75f Fix some grammar and punctuation in audio_buses
Fix some grammar and punctuation in audio_buses.
2018-12-19 16:04:07 +02:00
Rémi Verschelde 4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
merumelu b18245b6a7 Audio bus tutorial: update link missed in 939f38c 2018-10-24 19:33:35 +02:00
merumelu 939f38cbc3 Audio buses tutorial: link to proper pages 2018-10-23 16:21:05 +02:00
Rémi Verschelde e29dc58cbb Heading capitalization fixes + misc edits 2018-08-23 10:57:22 +02:00
Jason Anderson 65255f31e0 Fixed bullet points formattingi 2018-07-11 18:29:39 -05:00
Max Hilbrunner 8dcb570b74 Audio Buses: Fix TODOs 2018-06-18 04:18:13 +02:00
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
letheed 599b3390ea Fix and improve dB explanations 2018-01-26 14:18:35 +01:00
Nathan 18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00