Skip to content

Commit

Permalink
Update username
Browse files Browse the repository at this point in the history
  • Loading branch information
pol-rivero authored Nov 20, 2024
1 parent a1b0ae8 commit 95cd0d9
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion DiscordAudioStream/CustomComponents/AudioMeter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void Paint(Graphics g, double meterPercent, Size meterSize)

protected override void OnPaint(PaintEventArgs pe)
{
// Draw an audio meter, see https://github.com/p-rivero/DiscordAudioStream/issues/15
// Draw an audio meter, see https://github.com/pol-rivero/DiscordAudioStream/issues/15

double db = 20.0 * Math.Log10(Amplitude);
db = Math.Min(db, MaxDb);
Expand Down
4 changes: 2 additions & 2 deletions DiscordAudioStream/DiscordAudioStream.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<Authors>DiscordAudioStream</Authors>
<Product>Discord Audio Stream</Product>
<Description>Utility for streaming the entire screen (or use OBS) with Discord... with audio!</Description>
<PackageProjectUrl>https://github.com/p-rivero/DiscordAudioStream</PackageProjectUrl>
<PackageProjectUrl>https://github.com/pol-rivero/DiscordAudioStream</PackageProjectUrl>
<PackageIcon>icon-128.png</PackageIcon>
<RepositoryUrl>https://github.com/p-rivero/DiscordAudioStream</RepositoryUrl>
<RepositoryUrl>https://github.com/pol-rivero/DiscordAudioStream</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion DiscordAudioStream/Helpers/GitHubRelease.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public record GitHubRelease(string tag_name, Uri html_url)
public Version Version => Version.Parse(RemovePrefix(tag_name, TAG_PREFIX));
public Uri DownloadUrl => html_url;

public static async Task<GitHubRelease> GetLatest(string author = "p-rivero", string repoName = "DiscordAudioStream")
public static async Task<GitHubRelease> GetLatest(string author = "pol-rivero", string repoName = "DiscordAudioStream")
{
try
{
Expand Down
12 changes: 6 additions & 6 deletions DiscordAudioStream/Properties/Resources.Designer.cs

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

12 changes: 6 additions & 6 deletions DiscordAudioStream/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@
May increase CPU usage (and can make the window unresponsive in high frame rates).</value>
</data>
<data name="URL_UpdatesLink" xml:space="preserve">
<value>https://github.com/p-rivero/DiscordAudioStream/releases</value>
<value>https://github.com/pol-rivero/DiscordAudioStream/releases</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="white_speaker" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\imgs\light\white-speaker.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="URL_LicenseLink" xml:space="preserve">
<value>https://github.com/p-rivero/DiscordAudioStream/blob/master/LICENSE</value>
<value>https://github.com/pol-rivero/DiscordAudioStream/blob/master/LICENSE</value>
</data>
<data name="Tooltip_OutputLog" xml:space="preserve">
<value>Log most actions taken inside the program to help find bugs and crashes.
Expand All @@ -158,7 +158,7 @@ App restart required.</value>
<value>..\resources\imgs\resize.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="URL_AuthorLink" xml:space="preserve">
<value>https://github.com/p-rivero</value>
<value>https://github.com/pol-rivero</value>
</data>
<data name="white_mixer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\imgs\light\white-mixer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand All @@ -167,10 +167,10 @@ App restart required.</value>
<value>..\resources\imgs\light\white-record.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="URL_IssuesLink" xml:space="preserve">
<value>https://github.com/p-rivero/DiscordAudioStream/issues</value>
<value>https://github.com/pol-rivero/DiscordAudioStream/issues</value>
</data>
<data name="URL_ProjectLink" xml:space="preserve">
<value>https://github.com/p-rivero/DiscordAudioStream</value>
<value>https://github.com/pol-rivero/DiscordAudioStream</value>
</data>
<data name="URL_ScreenRecorderLink" xml:space="preserve">
<value>https://github.com/ModuleArt/quick-screen-recorder</value>
Expand Down Expand Up @@ -199,7 +199,7 @@ This will trigger the Discord stream to end automatically.</value>
<value>..\resources\imgs\lock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="URL_CaptureMethodsInfoLink" xml:space="preserve">
<value>https://github.com/p-rivero/DiscordAudioStream/blob/master/docs/CaptureMethods.md</value>
<value>https://github.com/pol-rivero/DiscordAudioStream/blob/master/docs/CaptureMethods.md</value>
</data>
<data name="Tooltip_ShowAudioInputs" xml:space="preserve">
<value>The Audio capture dropdown will also show audio input devices (microphones, capture cards).
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ Made out of necessity and continuous frustration. Built with WinForms (C#).
<img alt="Logo" src="DiscordAudioStream/resources/imgs/icon.svg" width="110">
</p>
<p align="center">
<a href="https://github.com/p-rivero/DiscordAudioStream/releases">
<img alt="Total downloads" src="https://img.shields.io/github/downloads/p-rivero/DiscordAudioStream/total?label=total%20downloads">
<a href="https://github.com/pol-rivero/DiscordAudioStream/releases">
<img alt="Total downloads" src="https://img.shields.io/github/downloads/pol-rivero/DiscordAudioStream/total?label=total%20downloads">
</a>
<a href="https://github.com/p-rivero/DiscordAudioStream/releases">
<img alt="Downloads of latest release" src="https://img.shields.io/github/downloads/p-rivero/DiscordAudioStream/latest/total?label=downloads%20(latest%20release)">
<a href="https://github.com/pol-rivero/DiscordAudioStream/releases">
<img alt="Downloads of latest release" src="https://img.shields.io/github/downloads/pol-rivero/DiscordAudioStream/latest/total?label=downloads%20(latest%20release)">
</a>
<br>
<a href="https://github.com/p-rivero/DiscordAudioStream/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/p-rivero/DiscordAudioStream">
<a href="https://github.com/pol-rivero/DiscordAudioStream/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/pol-rivero/DiscordAudioStream">
</a>
<a href="https://github.com/p-rivero/DiscordAudioStream/pulls">
<img alt="Pull requests" src="https://img.shields.io/github/issues-pr/p-rivero/DiscordAudioStream">
<a href="https://github.com/pol-rivero/DiscordAudioStream/pulls">
<img alt="Pull requests" src="https://img.shields.io/github/issues-pr/pol-rivero/DiscordAudioStream">
</a>
<a href="https://github.com/p-rivero/DiscordAudioStream/blob/master/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/p-rivero/DiscordAudioStream">
<a href="https://github.com/pol-rivero/DiscordAudioStream/blob/master/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/pol-rivero/DiscordAudioStream">
</a>
</p>

Expand Down Expand Up @@ -59,7 +59,7 @@ Unfortunately, GPLv3 forces any derivative work to also be licensed under GPLv3,

# How do I use it?

First, download the program from the [GitHub releases page](https://github.com/p-rivero/DiscordAudioStream/releases). You should be able to execute it directly without installing anything.
First, download the program from the [GitHub releases page](https://github.com/pol-rivero/DiscordAudioStream/releases). You should be able to execute it directly without installing anything.

The following steps depend on what you want to do.

Expand Down
2 changes: 1 addition & 1 deletion docs/ReportingBugs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reporting a bug or crash

If the program crashes, it will attempt to generate a trace file called `DiscordAudioStream_stack_trace.txt`. This file will be located in the same folder as your executable (`DiscordAudioStream.exe`).
Create a [new issue](https://github.com/p-rivero/DiscordAudioStream/issues/new) and make sure to attach your trace file to help me solve your crash more easily.
Create a [new issue](https://github.com/pol-rivero/DiscordAudioStream/issues/new) and make sure to attach your trace file to help me solve your crash more easily.

If the stack trace is not generated automatically, go to Settings [<img src="img/settings-light.png" align="top"></img>](#gh-light-mode-only)[<img src="img/settings-dark.png" align="top"></img>](#gh-dark-mode-only) > Debug and enable *Output log file*.
Close and reopen the program for this change to take effect.
Expand Down

0 comments on commit 95cd0d9

Please sign in to comment.