Windows 10 get input from Hardware input 3












0














I have a focusrite scarlett 18i8 and usually have my mic plugged into input number 3. Is there a way to get arbitrary applications (eg. discord) to use that channel as the mic input.



I usually use linux with JACK Audio where you can route audio from anywhere to anywhere. I tried installing JACK for windows but it doesn't see all of the audio inputs either.



I don't need all of the power of jack audio for windows but it would be nice if I didn't have to adjust mic cables whenever I want to play some game I can't make run on linux.



I am running Windows 10 Home Edition on an HP envy 15 laptop with a focusrite scarlett 18i8 audio interface.










share|improve this question


















  • 1




    This is dependent on the drivers for the 18i8. If the driver exposes the various inputs as individual devices, then it's up to your application (e.g. discord) to enumerate those devices and offer them to you. The Windows sound applet would also let you select any of them as your default "recording" device. If the 18i8's drivers don't do that then there is nothing that any app can do about it.
    – Jamie Hanrahan
    Sep 13 '18 at 21:22
















0














I have a focusrite scarlett 18i8 and usually have my mic plugged into input number 3. Is there a way to get arbitrary applications (eg. discord) to use that channel as the mic input.



I usually use linux with JACK Audio where you can route audio from anywhere to anywhere. I tried installing JACK for windows but it doesn't see all of the audio inputs either.



I don't need all of the power of jack audio for windows but it would be nice if I didn't have to adjust mic cables whenever I want to play some game I can't make run on linux.



I am running Windows 10 Home Edition on an HP envy 15 laptop with a focusrite scarlett 18i8 audio interface.










share|improve this question


















  • 1




    This is dependent on the drivers for the 18i8. If the driver exposes the various inputs as individual devices, then it's up to your application (e.g. discord) to enumerate those devices and offer them to you. The Windows sound applet would also let you select any of them as your default "recording" device. If the 18i8's drivers don't do that then there is nothing that any app can do about it.
    – Jamie Hanrahan
    Sep 13 '18 at 21:22














0












0








0







I have a focusrite scarlett 18i8 and usually have my mic plugged into input number 3. Is there a way to get arbitrary applications (eg. discord) to use that channel as the mic input.



I usually use linux with JACK Audio where you can route audio from anywhere to anywhere. I tried installing JACK for windows but it doesn't see all of the audio inputs either.



I don't need all of the power of jack audio for windows but it would be nice if I didn't have to adjust mic cables whenever I want to play some game I can't make run on linux.



I am running Windows 10 Home Edition on an HP envy 15 laptop with a focusrite scarlett 18i8 audio interface.










share|improve this question













I have a focusrite scarlett 18i8 and usually have my mic plugged into input number 3. Is there a way to get arbitrary applications (eg. discord) to use that channel as the mic input.



I usually use linux with JACK Audio where you can route audio from anywhere to anywhere. I tried installing JACK for windows but it doesn't see all of the audio inputs either.



I don't need all of the power of jack audio for windows but it would be nice if I didn't have to adjust mic cables whenever I want to play some game I can't make run on linux.



I am running Windows 10 Home Edition on an HP envy 15 laptop with a focusrite scarlett 18i8 audio interface.







windows audio microphone






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 13 '18 at 21:13









Samuel

11818




11818








  • 1




    This is dependent on the drivers for the 18i8. If the driver exposes the various inputs as individual devices, then it's up to your application (e.g. discord) to enumerate those devices and offer them to you. The Windows sound applet would also let you select any of them as your default "recording" device. If the 18i8's drivers don't do that then there is nothing that any app can do about it.
    – Jamie Hanrahan
    Sep 13 '18 at 21:22














  • 1




    This is dependent on the drivers for the 18i8. If the driver exposes the various inputs as individual devices, then it's up to your application (e.g. discord) to enumerate those devices and offer them to you. The Windows sound applet would also let you select any of them as your default "recording" device. If the 18i8's drivers don't do that then there is nothing that any app can do about it.
    – Jamie Hanrahan
    Sep 13 '18 at 21:22








1




1




This is dependent on the drivers for the 18i8. If the driver exposes the various inputs as individual devices, then it's up to your application (e.g. discord) to enumerate those devices and offer them to you. The Windows sound applet would also let you select any of them as your default "recording" device. If the 18i8's drivers don't do that then there is nothing that any app can do about it.
– Jamie Hanrahan
Sep 13 '18 at 21:22




This is dependent on the drivers for the 18i8. If the driver exposes the various inputs as individual devices, then it's up to your application (e.g. discord) to enumerate those devices and offer them to you. The Windows sound applet would also let you select any of them as your default "recording" device. If the 18i8's drivers don't do that then there is nothing that any app can do about it.
– Jamie Hanrahan
Sep 13 '18 at 21:22










1 Answer
1






active

oldest

votes


















0














The solution I found was to use Jack Audio and VB audio ASIO Bridge.
Jack has JackRouter an ASIO driver that allows ASIO devices to connect to jack. ASIO bridge connects to an ASIO device and routes it to a normal windows device. This allows jack to route any input on my interface to a non-ASIO compatible device.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1357995%2fwindows-10-get-input-from-hardware-input-3%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The solution I found was to use Jack Audio and VB audio ASIO Bridge.
    Jack has JackRouter an ASIO driver that allows ASIO devices to connect to jack. ASIO bridge connects to an ASIO device and routes it to a normal windows device. This allows jack to route any input on my interface to a non-ASIO compatible device.






    share|improve this answer


























      0














      The solution I found was to use Jack Audio and VB audio ASIO Bridge.
      Jack has JackRouter an ASIO driver that allows ASIO devices to connect to jack. ASIO bridge connects to an ASIO device and routes it to a normal windows device. This allows jack to route any input on my interface to a non-ASIO compatible device.






      share|improve this answer
























        0












        0








        0






        The solution I found was to use Jack Audio and VB audio ASIO Bridge.
        Jack has JackRouter an ASIO driver that allows ASIO devices to connect to jack. ASIO bridge connects to an ASIO device and routes it to a normal windows device. This allows jack to route any input on my interface to a non-ASIO compatible device.






        share|improve this answer












        The solution I found was to use Jack Audio and VB audio ASIO Bridge.
        Jack has JackRouter an ASIO driver that allows ASIO devices to connect to jack. ASIO bridge connects to an ASIO device and routes it to a normal windows device. This allows jack to route any input on my interface to a non-ASIO compatible device.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 21 '18 at 2:37









        Samuel

        11818




        11818






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1357995%2fwindows-10-get-input-from-hardware-input-3%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕