Skip to content

Commit f2341a1

Browse files
authored
Merge pull request #87552 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents ec42d51 + fee48fb commit f2341a1

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

articles/cognitive-services/Acoustics/what-is-acoustics.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,20 @@ ROBOTS: NOINDEX
1616
---
1717

1818
# What is Project Acoustics?
19-
Project Acoustics is a wave acoustics engine for 3D interactive experiences. It models wave effects like diffraction, portaling and reverb effects in complex scenes without requiring manual zone markup. It also includes game engine and audio middleware integration. Project Acoustics' philosophy is similar to static lighting: bake detailed physics offline to provide a physical baseline, and use a lightweight runtime with expressive design controls to meet your artistic goals.
19+
Project Acoustics is a wave acoustics engine for 3D interactive experiences. It models wave effects like occlusion, obstruction, portaling and reverberation effects in complex scenes without requiring manual zone markup or CPU intensive raytracing. It also includes game engine and audio middleware integration. Project Acoustics' philosophy is similar to static lighting: bake detailed physics offline to provide a physical baseline, and use a lightweight runtime with expressive design controls to meet your artistic goals for the acoustics of your virtual world.
2020

2121
![Screenshot from Gears of War 4 showing acoustics voxels](media/gears-with-voxels.jpg)
2222

2323
## Using wave physics for interactive acoustics
24-
Ray-based acoustics methods can check for occlusion using a single source-to-listener ray cast, or drive reverb by estimating local scene volume with a few rays. But these techniques can be unreliable because a pebble occludes as much as a boulder. Rays don't account for the way sound bends around objects, a phenomenon known as diffraction. Project Acoustics' simulation captures these effects using a wave-based simulation. The result is more predictable and reliable.
24+
Ray-based acoustics methods can check for occlusion using a single source-to-listener ray cast, or drive reverb by estimating local scene volume with a few rays. But these techniques can be unreliable because a pebble occludes as much as a boulder. Rays don't account for the way sound bends around objects, a phenomenon known as diffraction. Project Acoustics' simulation captures these effects using a wave-based simulation. The acoustics are more predictable, accurate and seamless.
2525

26-
Project Acoustics' key innovation is to couple acoustic simulation with traditional sound design concepts. It translates simulation results into traditional audio DSP parameters for occlusion, portaling and reverb. The designer uses controls over this translation process. For more details on the core technologies behind Project Acoustics, visit the [research project page](https://www.microsoft.com/en-us/research/project/project-triton/).
26+
Project Acoustics' key innovation is to couple real sound wave based acoustic simulation with traditional sound design concepts. It translates simulation results into traditional audio DSP parameters for occlusion, portaling and reverb. The designer uses controls over this translation process. For more details on the core technologies behind Project Acoustics, visit the [research project page](https://www.microsoft.com/en-us/research/project/project-triton/).
2727

2828
![Animation showing a horizontal 2D slice of wave propagation through a scene](media/wave-simulation.gif)
2929

30+
## Video Presentation from GDC 2019 (~30 min)
31+
[![Project Acoustics Video](https://img.youtube.com/vi/uY4G-GUAQIE/0.jpg)](https://www.youtube.com/watch?v=uY4G-GUAQIE "Click to play video")
32+
3033
## Setup
3134
[Project Acoustics Unity integration](unity-integration.md) is drag-and-drop and includes a Unity audio engine plugin. Augment the Unity audio source controls by attaching a Project Acoustics C# controls component to each audio object.
3235

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ The [next version of Sentiment Analysis](https://westcentralus.dev.cognitive.mic
134134
> [!NOTE]
135135
> * The Sentiment Analysis v3 request format and [data limits](../overview.md#data-limits) are the same as the previous version.
136136
> * At this time, Sentiment Analysis v3:
137-
> * Currently supports only the English language.
138-
> * Is available in the following regions: `Central US`, `Central Canada`, and `East Asia`.
137+
> * Currently supports English, Simplified Chinese, and Japanese languages.
138+
> * Is available in the following regions: `Central US`, `Central Canada`, and `East Asia`.
139139
140140
|Feature |Description |
141141
|---------|---------|

articles/logic-apps/logic-apps-using-sap-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tags: connectors
1515
# Connect to SAP systems from Azure Logic Apps
1616

1717
> [!IMPORTANT]
18-
> The earlier SAP Application Server and SAP Message Server connectors are scheduled for deprecation.
18+
> The earlier SAP Application Server and SAP Message Server connectors are scheduled for deprecation on November 30, 2019.
1919
> The current SAP connector consolidates these previous SAP connectors so that you don't have to change
2020
> the connection type, is fully compatible with previous connectors, provides many additional capabilities,
2121
> and continues to use the SAP .Net connector library (SAP NCo).

articles/virtual-desktop/create-fslogix-profile-container.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ This section is based on [Create a profile container for a host pool using a fil
190190
4. Run the following cmdlets to assign a user to a Remote Desktop group:
191191

192192
```powershell
193-
$tenant = "<your-wvd-tenant>"
194-
$pool1 = "<wvd-pool>"
195-
$appgroup = "Desktop Application Group"
196-
$user1 = "<user-principal>"
197-
Add-RdsAppGroupUser $tenant $pool1 $appgroup $user1
193+
$wvdTenant = "<your-wvd-tenant>"
194+
$hostPool = "<wvd-pool>"
195+
$appGroup = "Desktop Application Group"
196+
$user = "<user-principal>"
197+
Add-RdsAppGroupUser $wvdTenant $hostPool $appGroup $user
198198
```
199199

200200
## Make sure users can access the Azure NetApp File share

articles/virtual-network/virtual-networks-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Visit the [Virtual network documentation](https://docs.microsoft.com/azure/virtu
3737
Yes. You can use a VNet without connecting it to your premises. For example, you could run Microsoft Windows Server Active Directory domain controllers and SharePoint farms solely in an Azure VNet.
3838

3939
### Can I perform WAN optimization between VNets or a VNet and my on-premises data center?
40-
Yes. You can deploy a [WAN optimization network virtual appliance](https://azure.microsoft.com/marketplace/?term=wan+optimization) from several vendors through the Azure Marketplace.
40+
Yes. You can deploy a [WAN optimization network virtual appliance](https://azuremarketplace.microsoft.com/en-us/marketplace/?term=wan%20optimization) from several vendors through the Azure Marketplace.
4141

4242
## Configuration
4343

0 commit comments

Comments
 (0)