An open API service indexing awesome lists of open source software.

https://github.com/mrl-amrl/amrl-audio-transporter

ROS node that provides audio-type topics.
https://github.com/mrl-amrl/amrl-audio-transporter

Last synced: 3 months ago
JSON representation

ROS node that provides audio-type topics.

Awesome Lists containing this project

README

        

## Audio Transporter ROS Nodes
ROS nodes that provides audio-type topics. It's a fork of `rosjack` ROS package.

#### Installation

```
$ sudo apt install libjack-dev
$ sudo apt install jack jackd
```

#### List of your sound cards

```
$ cat /proc/asound/cards
```

#### Running JACK server

```
$ jackd -R -P1 -dalsa -p512 -n4 -D -Chw:0 -Phw:0
```