local builtinMicName = "MacBook Pro Microphone"
hs.audiodevice.watcher.setCallback(function(e)
defaultMic = hs.audiodevice.defaultInputDevice():name()
if (e == "dIn " and defaultMic ~= builtinMic) then
local builtinMic = hs.audiodevice.findInputByName(builtinMicName)
builtinMic:setDefaultInputDevice()
end
end)
hs.audiodevice.watcher.start()
It doesn't seem fair to pay $20 per year for this. I'd be fine with one time payment.Show HN: A macOS app to prevent sound quality degradation on AirPods
11–20 of 356 posts
Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#12My only issue is that I'm mostly using the AirPods mic for meetings. I don't want to use my laptop mic because my impression is that it picks up too much background noise. AirPods do too, but I think less so?
Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#13Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#1423€ per year for an automatic source switcher ? I understand it might be more tricky that it looks, but it's more than I am willing to pay, event for a lifetime license.
I guess the target audience is audiophiles that are willing to pay $100 for gold plated connectors.
Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#1523€ per year for an automatic source switcher ? I understand it might be more tricky that it looks, but it's more than I am willing to pay, event for a lifetime license.
It's an extremely niche product, if I end up getting 1000 paying users, I will be making about 1000 USD/month from this after Apple's commission and sales tax.
I don't expect to have that many users, honestly. So if it happens that I get a few hundred paying users I can pay a freelancer to improve on the app occasionally or rationalize spending time on this fixing bugs and adding features.
Also, it's completely optional app that is for convenience only. As I explained, the same effect can be achieved by manually changing the input source from the settings or write and setup a script to automate things.
Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#16Couldn't I just make an aggregate audio device which uses the mic on my MacBook Pro, and speakers of the AirPods?
This is configured from 'Audio MIDI Setup.app'
Apps configured to use that as their input device then don't reconfigure themselves whenever a Bluetooth input device shows up.
I dont add output devices as I'm happy for that to flip between speakers/headphones - whatever is available.
Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#17Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#18Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#19> it's not one time payment because I don't know what would the right price be for supporting an app for years to come and still have people willing to pay for it I dislike this very, very, very much. You do realize that with this attitude, we'll soon be bickering with our toilets to please let the seat down without making a small 4$/month in-loo purchase first?
But since when has a toilet ever required ongoing maintenance by the manufacturer to remain functional in the environment around it? In this case the dev will have to provide updates and bug fixes, committing him to a level of work in perpetuity, whereas the toilet maker builds the shitter and never has to work on it again.
Re: Show HN: A macOS app to prevent sound quality degradation on AirPods
#20$20 per year subscription? That seems pretty steep for what the app does.