Code Monkey home page Code Monkey logo

Comments (3)

Rexoyy avatar Rexoyy commented on May 29, 2024

FlexASIO.log

I found the log problem, what seems to be the issue?

from flexasio.

Rexoyy avatar Rexoyy commented on May 29, 2024

image

It's telling me it can't find my output, even though its spelt correctly and written exactly how it's read in log

image

from flexasio.

dechamps avatar dechamps commented on May 29, 2024

FlexASIO.log

I found the log problem, what seems to be the issue?

2024-04-16T12:47:47.5678497+01:00 9244 21992 Selecting input device
2024-04-16T12:47:47.5678672+01:00 9244 21992 Selecting PortAudio device with host API index 2, minimum channel counts: 1 input, 0 output
2024-04-16T12:47:47.5678890+01:00 9244 21992 Searching for a PortAudio device named `Microphone (Analouge 1 + 2 (Focusrite USB A Wave)`
2024-04-16T12:47:47.5679088+01:00 9244 21992 No matching devices found

The error is correct: there is no device named Microphone (Analouge 1 + 2 (Focusrite USB A Wave) under Host API 2 (WASAPI backend). I guess you meant Analogue 1 + 2 (Focusrite USB Audio):

2024-04-16T12:47:47.5671936+01:00 9244 21992 Found device: PortAudio device index 41 (name: 'Analogue 1 + 2 (Focusrite USB Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))

image

It's telling me it can't find my output, even though its spelt correctly and written exactly how it's read in log

image

Your screenshots refer to a portion of the logfile that is not included in your earlier attachment, so it's difficult for me to comment. That said, I suspect the problem is you seem to be looking at devices under Host API 3 (WDM-KS), whereas you are presumably still on Host API 2 (WASAPI). If you look at devices for Host API 2 you will find:

2024-04-16T12:47:47.5670390+01:00 9244 21992 Found device: PortAudio device index 35 (name: 'Speakers (2- SteelSeries Arctis 1 Wireless)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))

Which indicates the proper spelling for that device under WASAPI is Speakers (2- SteelSeries Arctis 1 Wireless), not Speakers (SteelSeries Arctis 1 Wireless).

Note the PortAudioDevices tool will list device names and the backend they are under in a more readable way than the log, so it may be easier to use that instead.

from flexasio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.