r/AstroGaming

Astro A50 gen 5

does anyone have any actual good EQ setting for r6?? been tryna look some up but apparently theres no websites for it or anything that i can find atleast.

reddit.com
u/SWOOPINANDKILL1 — 14 hours ago
▲ 2 r/AstroGaming+1 crossposts

Gen5 A50 Base Station No Longer Working

When I dock my A50s to charge, there arent any lights shown on the Base Station indicating any activity. I've plugged in the headset via usb to charge and there are no issues. I've also "reset" the headset hoping that would fix the dock, but still no dice. However, I noticed that it is hotter than usual whenever I dock the headset.

Is the dock defective, and was there a possibility that too much power was sent to the base station, sorta "frying" it?

Update: So when I connect it to power, the mode lights (XBOX, PC, PS, etc) are VERY FAINT. Left it connected without the headset docked for ~1 min. Now that its hotter than usual, and sad to report there is now a slight "electronics aroma" it might be safe to say the logic board inside the Base Station is officially fried

reddit.com
u/MPMel32 — 1 day ago
▲ 14 r/AstroGaming+1 crossposts

[Script] Automatically switch Windows audio to speakers when docking your Astro A50 gen 5 (or any Logitech headset)

Hey everyone,

I’ve always been frustrated that Windows doesn’t automatically switch the audio output to my desktop speakers when I place my Astro A50s on their base station. Since Logitech G HUB doesn't offer an official API or option for this, I (me and Gemini) wrote a lightweight PowerShell script to act as a seamless "zero-click" auto-switcher.

How it works: The script quietly hooks into Windows OS events to monitor the settings.db-wal (Write-Ahead Log) file that G HUB uses locally. By intercepting real-time telemetry, it detects exactly when the headset enters or exits the "isCharging": true state.

  • Undocked (Lifted): Instantly sets Windows default audio to the Headset.
  • Docked (Charging): Instantly routes audio back to your Speakers/Soundbar.

Technical note: I specifically implemented a JSON block-isolation regex. This means if you plug in another Logitech device to charge (like a G502 Lightspeed mouse), the script won't get confused and trigger a false audio switch! I also built it as an event-driven script rather than a polling loop, meaning it sits at literally 0% CPU usage in the background until G HUB writes to the file.

Prerequisites:

  • You must be using Logitech G HUB (not the old Astro Command Center).
  • Windows PowerShell.
  • If this is your first time ever running a PowerShell module installation, a prompt might ask you to install the 'NuGet provider'. Simply press Y and hit Enter to allow it.

Troubleshooting: Script closes immediately or shows a red error?

Windows protects your PC by blocking scripts downloaded from the internet by default. To fix this, follow these steps:

  1. Unblock the downloaded file: Right-click the AutoSwitch.ps1 file, select Properties, check the Unblock box at the bottom of the General tab, and click OK. (Alternatively, run Unblock-File -Path .\AutoSwitch.ps1 in PowerShell).
  2. Enable local script execution: If the script still doesn't run, your system might have PowerShell scripts completely disabled. Open PowerShell as Administrator, paste this command: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser, press Y to confirm, and try running the script again.

How to set it up:

  1. Download the script from Github.
  2. Open it in a text editor (like Notepad).
  3. Look for the USER CONFIGURATION section at the top.
  4. Change $global:SpeakerName to a partial name of your speakers as they appear in Windows (e.g., "Realtek", "Creative", etc.).
  5. Save the file as AutoSwitch.ps1.
  6. Right-click the file and select Run with PowerShell. (On its first run, it will automatically install the 'AudioDeviceCmdlets' module required to change Windows audio).

Note: This will open a PowerShell window. You must leave this window open (you can minimize it) for the switcher to work. If you close it, the script stops. For a fully invisible experience, use the Task Scheduler method below.

How to run it invisibly on Startup (Task Scheduler)

If you want this to run silently in the background every time you turn on your PC without showing a console window:

  1. Open Task Scheduler and click Create Task.
  2. General tab: Give it a name (e.g., "Astro AutoSwitch") and select Run only when user is logged on.
  3. Triggers tab: Click New -> Begin the task: At log on.
  4. Actions tab: Click New -> Action: Start a program.
    • Program/script: powershell.exe
    • Add arguments: -WindowStyle Hidden -ExecutionPolicy Bypass -NoProfile -File "C:\Path\To\Your\AutoSwitch.ps1" (Make sure to update the path!)

Using this with other Logitech Headsets (G Pro X, G935, etc.)

The script is configured for the Astro A50 out of the box, but it should work with almost any wireless Logitech headset (testing needed). You just need to find your specific battery key following this guide or using BatteryKeyFinder.ps1:

  1. Press Win + R, paste %LocalAppData%\LGHUB and hit Enter.
  2. Open settings.db with Notepad++.
  3. Press Ctrl + F and search for "isCharging".
  4. Look a few lines above that to find your headset's battery identifier (it will look something like "battery/device_1234/percentage" or "battery/gprox/percentage").
  5. Open the script and change $global:BatteryKey = "battery/a50/percentage" to match your specific string.

V1.1 Update: Dual-Switch (Audio & Microphone)

The script now supports switching both Playback (Speakers) and Recording (Microphone) devices simultaneously!

If you use a dedicated external microphone (like a Blue Yeti or QuadCast) alongside your headset, you can enable this feature:

  1. Open the script and find the [RECORDING / MICROPHONE INPUT] section.
  2. Change $global:SwitchMicrophone = $false to $true.
  3. Update $global:ExternalMicName with the name of your standalone microphone.
  4. Update $global:HeadsetMicName with your headset's mic name (defaults to "A50 Mic").

The script will now seamlessly route both your audio output and your microphone input when you dock or undock your headset. If you only care about audio output, leave it set to $false and it will ignore your microphones completely.

Disclaimer & Limitations

Please note that I wrote this script primarily for my personal setup.

  • Use Case: My daily usage is strictly focused on PC gaming and general audio listening. While the script runs flawlessly for these scenarios, it has not been exhaustively tested across all possible edge cases, complex studio configurations, or multiple audio routing software.
  • Windows Only: This script is designed and tested exclusively on Windows. I do not use my headset with any consoles (PlayStation / Xbox). Therefore, I cannot guarantee how the script will behave if your base station is set up in a dual-environment or console mode.

Use it freely, but please understand that your mileage may vary depending on your specific hardware and software environment.

Let me know if you find it useful or if you have any questions.

EDIT:Add disclaimer and v1.1 infos

EDIT2:Add troubleshooting section

EDIT3:AddBatteryKeyFinder.ps1 link

u/xAle33x — 2 days ago

New A50 not playing sound on PC

Hello, I bought the a50 today, set it up, it was working for a few hour then the headset sudendly stoped playing the sound? It's not battery (95%), i updated the firmware, I tried different usb port, I tried rebooting it, the dock light work, it is set up on PC, the sound is high enough on both pc and headset so its not just quiet.
I'm on windows 11, the PC does detect the headset and it set up for the sound to go out from the headset, it is setup as default.
I know it can emit sound since It produce the "tututu" when switched on/off or rebooted.

Is this a know problem ? Is there a solution ?

reddit.com
u/L0kumi — 1 day ago

Is there any difference?

So, guys, is there any difference between keeping one option enabled versus the other?

u/saymonlindo — 2 days ago

A20 X not charging

Heya! I just got my shiny new A20 X. It arrived with 0% charge out of the box and doesn't seem to be accepting any charge. I've tried the included cable plugged into my PC, my phone charger, and my Steam Deck charger. G Hub says it's charging but I've kept it plugged in for about 90 minutes now and it's still at 0.

I tried googling but all I'm finding is A20 stuff, not A20 X, and of course google discontinued the quotation mark trick in favor of their AI hallucinations.

G Hub is telling me to do a firmware update, but when I try to do that, it refuses because the battery is low.

Is there anything I can do? I found a button combo to hard reset an A20 but I can't find anything like that for the A20 X and the included manual doesn't seem helpful at all.

reddit.com
u/SavvySillybug — 2 days ago

Are these worth it? I’m worried about the battery life.

Coming from A40, after years and years my headband has finally broke and the ear pads are very worn, so I thought it’s time for an upgrade and I’m liking the look of the A50X.

Found them for a decent price $400 (AUD).

Just a little concerned about the battery life and such.

First time having a wireless headset.

u/bowlessy — 4 days ago

A50’s won’t pick up my voice in voice but in game it will

Done every troubleshooting option available multiple times and nothing will change. Has there been an update recently that my hub maybe didn’t download again

reddit.com
u/terrorizeplushies — 3 days ago

I need settings

The gaming mode on the Astro A50X has a very dry sound, does anyone have a better settings for shooters? I can only use the app

reddit.com
u/QuietSugar1805 — 4 days ago

Those of you the bought the Astro A50X headset (PS5), did you found a better way to charge the headset?

And I mean like another way rather than removing cable/ports every time the headset needs to be charged. I try using the adapter from the previous generation I had for my PS4 Pro but that didn't work. On the previous Gen, I just plug the USB cable into the extender USB dock that would plug directly to my laptop. I never interfered with the ports of the base station, headset or console for it.

reddit.com
u/Pelon97 — 5 days ago

The 2 middle lights gave out on my head

Anyone know a fix? I tried hard resetting the head set and unplugging it

u/Rasky20 — 4 days ago

Just got the A50s and can’t use them

I’m abouta return ts like why is it not just plug and play? I followed the video, plugged the red end into the station and then the other into an outlet. Turned the headset on and put it into the dock. Then I plugged it into the PC using the other cord. And now the station turns off and acts like it has no power. The headset won’t connect to the PC still. I don’t get why I would even plug the station into the PC if it can’t charge or draw power from the PC at all anyways?

reddit.com
u/Cismet — 6 days ago
▲ 2 r/AstroGaming+1 crossposts

Audio help please

I want to talk in discord on PC while playing games on Xbox. I have my USB going from my mix amp to my pc, then my optical cable going from mix amp to Xbox. When i first plugged everything in it worked great. i could talk and listen to my friends on pc while gaming and hearing audio on Xbox. it worked for 2 days then when i went to leave my set up i accidentally pulled my headphone jack from my mix amp, i plugged it in and that's when everything got messed up. my friends would hear my game audio through my headset and sometimes id hear buzzing. would love some help on this

reddit.com
u/Guhrillaaa — 6 days ago

Astro A50 Gen 5 with Macbook + PC + PS5?

Thinking about getting the Astro A50 Gen 5 and wanted to hear from people who use it

My setup is a macbook, pc, and PS5. Ideally, I want all three connected at the same time so I can switch between them without constantly unplugging stuff

I care a lot about sound quality and mic quality since I use Discord pretty often, and I’ll also be using the headset for work, so comfort matters too

Would the A50 Gen 5 be a good fit for this setup? Also, can I reliably use the PC port for my macbook and xbox usb port for my PC?

u/Earrorx404 — 9 days ago

Astro A40 MLG speaker tag

Just trying to see how much these would go for? Just found them cleaning out my closet, all three still in great condition with box and all.

u/ky_yell — 11 days ago

Weird Interaction Between A50X and Gigabyte monitor

Hey all,

I have the Astro A50x (Gen 5 I think? I bought them a little over a year ago but can't remember from where now) and a GIGABYTE - GS32QC - 32" VA Curved Gaming Monitor. I have the charging base plugged directly into my PC but it sits under my monitor (I have the monitor raised on a desk arm). For some reason, when I put the headset on the base station to charge, occasionally, it will cause my monitor to either fully lose connection to my PC (it says "No signal" and swaps to my two outer monitors) OR it will cause severe interference on my main monitor (the image will start cracking and breaking as if my GPU is going bad).

This ONLY occurs when I put the headset on the rest. I've never had it happen any other time and it's random (does not occur all the time but about once a day). Has anyone else had a problem like this? Do you have a solution? If so, what is it 'cause I have NO idea what could be causing this (monitor is wired and both monitor and headset are hardwired into the PC, not run through each other in any way).

u/kangarutan — 9 days ago

Astro A50 Gen 4 upgraded to Gen 5

Hello,
I upgraded today from the Gen 4 to the Gen 5.

I lost all the EQ settings and windows sound settings.
I mean I knew it would happen, but everything I tried didn’t work.

The EQ aren’t as good as the old and also my pc now put all in A50 Game.

The Volumes are completely different in every app and also I converted the EQs with ChatGPT into g hub but the sound Stil isn’t the same.

Did someone had same issues ?

I’m really considering sending it back and use the gen4 till it’s completely dead.
(Have to reset it 2 times a month at least)

reddit.com
u/Wonderful_Ad2653 — 13 days ago