rodio icon indicating copy to clipboard operation
rodio copied to clipboard

No Sound but no errors.

Open AnneKitsune opened this issue 7 years ago • 21 comments

Using pulseaudio-alsa-jack bridged, as well as pulseaudio + alsa only.

None of the examples of rodio produce sound, but they do create the audio sink inside of pulseaudio (pavucontrol).

There is no errors. cpal's examples are working fine.

Using arch linux, latest version of everything mentionned previously.

jojolepro-8% aplay -v Playing raw data 'stdin' : Unsigned 8 bit, Rate 8000 Hz, Mono Plug PCM: ALSA <-> PulseAudio PCM I/O Plugin Its setup is: stream : PLAYBACK access : RW_INTERLEAVED format : U8 subformat : STD channels : 1 rate : 8000 exact rate : 8000 (8000/1) msbits : 8 buffer_size : 4000 period_size : 1000 period_time : 125000 tstamp_mode : NONE tstamp_type : GETTIMEOFDAY period_step : 1 avail_min : 1000 period_event : 0 start_threshold : 4000 stop_threshold : 4000 silence_threshold: 0 silence_size : 0 boundary : 9007199254740992000

AnneKitsune avatar Aug 04 '18 16:08 AnneKitsune

Hi there!

I have exactly the same problem here, no errors, but no sound using Pop_OS! on Oryx Pro. But in pavucontrol I can say that a Sink is launched

Ilphrin avatar Oct 01 '18 20:10 Ilphrin

Exactly the same symptoms here :slightly_smiling_face:

Aplay works:

$ aplay -v /tmp/rodio/examples/beep.wav
Playing WAVE '/tmp/rodio/examples/beep.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
Plug PCM: ALSA <-> PulseAudio PCM I/O Plugin
Its setup is:
  stream       : PLAYBACK
  access       : RW_INTERLEAVED
  format       : S16_LE
  subformat    : STD
  channels     : 1
  rate         : 44100
  exact rate   : 44100 (44100/1)
  msbits       : 16
  buffer_size  : 22050
  period_size  : 5512
  period_time  : 125000
  tstamp_mode  : NONE
  tstamp_type  : GETTIMEOFDAY
  period_step  : 1
  avail_min    : 5512
  period_event : 0
  start_threshold  : 22050
  stop_threshold   : 22050
  silence_threshold: 0
  silence_size : 0
  boundary     : 6206523236469964800
^CAborted by signal Interrupt...

If there's anything I can do to debug this, let me know.

dbrgn avatar Jan 02 '19 16:01 dbrgn

I still have the issue, by the way :)

AnneKitsune avatar Jan 02 '19 16:01 AnneKitsune

I too am having these problems. I can't seem to figure out what's going on but I suspect it might have something to do with my default device being detected incorrectly? Originally it was pulling from an old ~/asoundrc and assuming I had jack despite me no longer having it installed. I removed that and set a default in /etc/puse/default.pa and now then I at least presume i got a proper default device back.

Forcing the device selection to "pulse" or the actual name of my device results in errors like (snd_pcm_dmix_open) unable to open slave.

Also, for some reason despite no errors being shown for the default I dont see the sink registered in pavucontrol like other reporters.

Unsure how my normal audio through pulse functions, but however it does it doesnt match up with whatever Rodio is trying to do.

sparky8251 avatar Jun 15 '20 19:06 sparky8251

Hello, I confirm I have the same issue. I'm on Arch Linux, rodio 0.13.

peperunas avatar Feb 26 '21 15:02 peperunas

Same issue here. I'm on Manjaro 21.2.6, rodio 0.15

Kingtous avatar Apr 25 '22 11:04 Kingtous

I solved the issue on Arch reinstalling pipewire. Apparently it was something related to pipewire messing up permissions.

Nadorrano avatar May 09 '22 20:05 Nadorrano