Giter Site home page Giter Site logo

Comments (3)

seanernestmurray avatar seanernestmurray commented on June 17, 2024

I believe I figured out most of the issues listed above.

For real-time data, a soundcard interface may be specified in the 'raw' section of the .cfg file. This is outlined below - no firmware needs to be flashed for this.

raw:
{
    fS = 44100;
    hopSize = 512;
    nBits = 32;
    nChannels = 16;

    # Input with raw signal from microphones
    interface: {
        type = "soundcard";
        card = 2;
        device = 0;
    }
}

One small point to note is that in order to run ALSA with the board, the PC must not be registering the input as an active audio source - i.e. audio input from the board should be disabled in general settings before trying to access the audio data in ODAS. (This may be an obvious troubleshoot, but a speedbump nevertheless.)

from 16soundsusb.

doumdi avatar doumdi commented on June 17, 2024

@seanernestmurray. Happy you got the system working. You are right, there is no need to flash the sound card firmware. The procedure you found is for flashing the firmware the first time, when people build the PCB themselves. The best way to get started is with sample configurations. Here is one with 16 inputs : https://github.com/introlab/odas/blob/master/config/odaslive/azimut_oma.cfg

For ODAS questions, It would be better to fill issues here : https://github.com/introlab/odas/issues or here : https://github.com/introlab/odas_web

Depending on your Linux configuration and if 16SoundsUSB is your only sound card in the system, it is possible that the sound card was already opened by another process. Thanks for sharing this problem with us.

Regards,

Dominic

from 16soundsusb.

seanernestmurray avatar seanernestmurray commented on June 17, 2024

Thanks Dominic!

from 16soundsusb.

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.