Skip to content

Commit

Permalink
Merge pull request #3 from melchiorrecaruso/audiometer-dev
Browse files Browse the repository at this point in the history
New 0.4.6 version
  • Loading branch information
melchiorrecaruso authored Dec 1, 2024
2 parents 22b3e0b + 953804a commit 2db67ab
Show file tree
Hide file tree
Showing 11 changed files with 1,330 additions and 314 deletions.
12 changes: 11 additions & 1 deletion audiometer.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
</Parsing>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
<TargetCPU Value="x86_64"/>
<Optimizations>
<OptimizationLevel Value="2"/>
</Optimizations>
Expand Down Expand Up @@ -75,6 +76,15 @@
<FormatVersion Value="2"/>
</RunParams>
<RequiredPackages>
<Item>
<PackageName Value="playwavepackage"/>
</Item>
<Item>
<PackageName Value="lmDSP"/>
</Item>
<Item>
<PackageName Value="BGRABitmapPack"/>
</Item>
<Item>
<PackageName Value="fcl"/>
</Item>
Expand Down Expand Up @@ -126,13 +136,13 @@
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<TargetCPU Value="x86_64"/>
<Optimizations>
<OptimizationLevel Value="0"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<RunWithoutDebug Value="True"/>
<DebugInfoType Value="dsDwarf2Set"/>
<UseHeaptrc Value="True"/>
</Debugging>
Expand Down
2 changes: 1 addition & 1 deletion audiometer.lpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
Description: AudioMeter application.
Copyright (C) 2020-2023 Melchiorre Caruso <melchiorrecaruso@gmail.com>
Copyright (C) 2020-2024 Melchiorre Caruso <melchiorrecaruso@gmail.com>
This source is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Expand Down
Binary file added images/play-gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/play-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions images/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stop-gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stop-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions images/stop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2db67ab

Please sign in to comment.