Re: Can I specify the pulseaudio "application name"?
John W <[email protected]>
| Newsgroups | gmane.comp.audio.sox |
|---|---|
| Message-ID | <CADO30spbfnhE81gja6LJnrBpTn9-CmsHvB_npGTAaHLui5cGYQ@mail.gmail.com> |
>> There is currently no way to set the name. > > If one made a copy of sox.exe and used a binary editor, could one > alter the 'sox' literal that's inside the .exe to something else Ah, too bad it's hardcoded. Yeah, I suppose outside of hex editing the binary another option would be creating my own 'play-xyz' command that uses libsox to do the heavy lifting. Maybe with a python wrapper of libsox, or similar. Thanks -John