Skip to content

User space configuration tool for RME HDSPe MADI / AES / RayDAT / AIO and AIO Pro cards driven by the snd-hdspe driver.

License

Notifications You must be signed in to change notification settings

chrko/hdspeconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdspeconf

User space configuration tool for RME HDSPe MADI / AES / RayDAT / AIO and AIO Pro cards, driven by the snd-hdspe driver.

Building hdspeconf

  • Prerequisites: hdspeconf builds upon ALSA lib and wxWidgets. On ubuntu,

    apt-get install libasound2-dev wx3.0-headers libwxgtk3.0-dev

The GUI panels were designed with wxGlade. You do not need wxGlade as long as you do not need or want to update the panel designs. If you do, make sure to use wxGlade version 1.0.3 or later. Older versions of wxGlade (such as the stock version on Ubuntu 20.04) will not work.

  • Clone the hdspeconf repository to your local disk. cd to the clone folder. Type

    make depend
    make
    

This will build the hdspeconf executable in your repository clone folder.

Installation

  • Copy hdspeconf and dialog-warning.png to a folder of your choice, e.g. ~/bin. Add that folder to your $PATH.

Usage

  • cd to your repository clone folder, or make sure hdspeconf is in a folder in your $PATH, and type

    hdspeconf

on the command line, or make a desktop launcher for it and double click that. There are no command line arguments (yet, at this time).

  • If you have a supported RME HDSPe card on your system, and the snd-hdspe driver is running, a panel comes up with configuration options and settings for your card(s). If either condition is not fulfilled, hdspeconf will tell you as well.

When multiple cards, or TCO module, are present on the system, the drop-down chooser on top of the panel allows to choose the card to configure.

Card configuration and screen shots

Status

  • At this time, hdspeconf is still work in progress.
  • RME HDSPe AIO, AIO Pro and RayDAT cards, TCO, Word Clock module and audio I/O extension boards are fully supported.
  • RME HDSPe MADI and AES configuration panels TODO.
  • Developed and tested on Ubuntu Studio 20.04 only so far.

Acknowledgements

  • Thanks to RME for providing the necessary information and code for developing the driver.
  • Thanks to Amptec Belgium for hardware support.

License and (No) Warranty

See LICENSE.

Author

Philippe Bekaert, November 2021.

About

User space configuration tool for RME HDSPe MADI / AES / RayDAT / AIO and AIO Pro cards driven by the snd-hdspe driver.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Makefile 0.2%