Hey, Been using your tool for some time now. It works really well, but there's one thing that is a bit annoying: I have to manually switch the audio endpoint of Spotify every time I want to start a recording session (and switch back when I actually want to listen to music again). This can become quite tedious over time. I experimented a bit and it seems that you can set the audio endpoint of a process with some undocumented (Windows 10+) COM API called IAudioPolicyConfigFactory and SetPersistedDefaultAudioEndpoint. The EarTrumpet project seems to be using exactly that interface. Couldn't quite get it running locally, but I guess with some tinkering it can be done. Before I invest more time in this though: Do you think such a feature makes sense?
Hey, Been using your tool for some time now. It works really well, but there's one thing that is a bit annoying: I have to manually switch the audio endpoint of Spotify every time I want to start a recording session (and switch back when I actually want to listen to music again). This can become quite tedious over time. I experimented a bit and it seems that you can set the audio endpoint of a process with some undocumented (Windows 10+) COM API called
IAudioPolicyConfigFactoryandSetPersistedDefaultAudioEndpoint. The EarTrumpet project seems to be using exactly that interface. Couldn't quite get it running locally, but I guess with some tinkering it can be done. Before I invest more time in this though: Do you think such a feature makes sense?