[Peek] Add Audio Previewer (#31619)

* add audio previewer

* fix button on activation

* revert change
This commit is contained in:
Davide Giacometti
2024-03-20 15:50:48 +01:00
committed by GitHub
parent 58e598815c
commit 42fb394bf3
14 changed files with 459 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation
// Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

View File

@@ -306,4 +306,16 @@
<value>Unknown</value>
<comment>Used for unknown drive type or file system</comment>
</data>
<data name="Audio_Album" xml:space="preserve">
<value>Album: {0}</value>
<comment>{0} is the title of the album read from file metadata</comment>
</data>
<data name="Audio_Artist" xml:space="preserve">
<value>Artist: {0}</value>
<comment>{0} is the artist read from file metadata</comment>
</data>
<data name="Audio_Length" xml:space="preserve">
<value>Length: {0}</value>
<comment>{0} is the duration of the audio read from file metadata</comment>
</data>
</root>