Skip to main content

Roboflex Audio input library using ALSA

Project description

roboflex.audio_alsa

Support for reading audio data on linux from the Advanced Linux Sound Architecture (ALSA).

System dependencies

Requires ALSA to be installed. More than likely, it already is installed in your distro. But if not:

apt-get install libasound2 alsa-utils alsa-oss

Import

import numpy
import roboflex.audio_alsa as raa

Nodes

There is only one: AudioSensor

# all parameters optional: below are the defaults
audio_sensor = raa.AudioSensor(
    name = "WebcamSensor",
    channels = 1,
    sampling_rate = 48000,
    capture_frames = 512,
    produce_frames = 1024,
    bit_depth = raa.BitDepth.S16LE,
    device_name = "default",
)

# must be started (like all sensors)!
audio_sensor.start()

Messages

from roboflex.audio_alsa import AudioData, AudioData32

API:

# the timestamp just before reading from device
message.t0 -> Float

# the timestamp just after reading from device
message.t1 -> Float

# the audio data read from the device
message.data -> np.array
    shape = [C, P] where C is channels, P is produce_frames
    dtype = np.int16

DYNOFLEX:

# the timestamp just before reading from device
message["t0"] -> Double

# the timestamp just after reading from device
message["t1"] -> Double

# the audio data read from the device
message.data -> np.array
    shape = [C, P] where C is channels, P is produce_frames
    dtype = np.int32

Other

Available BitDepths:

enum raa.BitDepth:
    S16LE,
    S24LE,
    S32LE,
    S24_3LE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

roboflex.audio_alsa-0.1.10.tar.gz (10.5 kB view details)

Uploaded Source

File details

Details for the file roboflex.audio_alsa-0.1.10.tar.gz.

File metadata

  • Download URL: roboflex.audio_alsa-0.1.10.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for roboflex.audio_alsa-0.1.10.tar.gz
Algorithm Hash digest
SHA256 90f74f3e55d533c93f5a80199984e466f18cb54da744d1862e136a5af700c718
MD5 74f5bafdc9988e84484927dd8c72eedd
BLAKE2b-256 33129335384ae4439df49a92e981919e6bd35168b31c22519dfb194fe38ab8d7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page