Skip to content

Commit

Permalink
Add 384000 sampling rate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Am6er committed Mar 28, 2024
1 parent 5945323 commit cda9f32
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
5 changes: 3 additions & 2 deletions BecquerelMonitor/AudioInputDeviceForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions BecquerelMonitor/AudioInputDeviceForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,9 @@
<data name="comboBox2.Items3" xml:space="preserve">
<value>192000</value>
</data>
<data name="comboBox2.Items4" xml:space="preserve">
<value>384000</value>
</data>
<data name="comboBox2.Items1" xml:space="preserve">
<value>48000</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions BecquerelMonitor/AudioInputDeviceForm.ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@
<data name="comboBox2.Items3" xml:space="preserve">
<value>192000</value>
</data>
<data name="comboBox2.Items3" xml:space="preserve">
<value>384000</value>
</data>
<data name="comboBox3.Items" xml:space="preserve">
<value>16</value>
</data>
Expand Down
2 changes: 1 addition & 1 deletion BecquerelMonitor/BecquerelMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>2024.03.25.1</ApplicationVersion>
<ApplicationVersion>2024.03.28.1</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
4 changes: 2 additions & 2 deletions BecquerelMonitor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2024.03.25.1")]
[assembly: AssemblyVersion("2024.03.28.1")]
[assembly: AssemblyProduct("BecquerelMonitor")]
[assembly: AssemblyCopyright("free")]
[assembly: AssemblyTrademark("none")]
[assembly: AssemblyConfiguration("")]
[assembly: Guid("40110b38-4882-47c1-ad94-a71e58dcb5f8")]
[assembly: AssemblyFileVersion("2024.03.25.1")]
[assembly: AssemblyFileVersion("2024.03.28.1")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("free")]
[assembly: CompilationRelaxations(8)]
Expand Down

0 comments on commit cda9f32

Please sign in to comment.