-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delay between PTT assertion and audio packet - Causes dead air for seconds #194
Comments
A couple people have run into this and the cause remains elusive. One report indicated that it happened only when there was no Ethernet cable connected. Do you have an Ethernet cable connected? |
It is connected to the internet via Ethernet cable. I have tried it standalone too without any connection to the internet without the igate turned on. I will try via wireless later today also. I have also tried various sampling rates and rate divisions while watching the processor load. I was thinking the problem may be that the program that generates the tones was being blocked by processor overload but that doesn't seem to be it either. It is below 30% and no buffer issues are present. I'll play around with it more today and see if I can get it to behave. Thanks |
Is there some process doing a DNS lookup and failing? Seems strange
but that's sometimes the case when there's a multiple second delay
like this.
…On Thu, Feb 7, 2019 at 12:51 PM ve7ltd ***@***.***> wrote:
It is connected to the internet via Ethernet cable. I have tried it standalone too without any connection to the internet without the igate turned on. I will try via wireless later today also.
I have also tried various sampling rates and rate divisions while watching the processor load. I was thinking the problem may be that the program that generates the tones was being blocked by processor overload but that doesn't seem to be it either. It is below 30% and no buffer issues are present.
I'll play around with it more today and see if I can get it to behave.
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
There is nothing else running on the Pi, besides consoles running SSH sessions to control it. I have done the following tests to see if I could recreate the issue, or at least direct what the system could be doing that could affect the symptoms:
My stats over 10 minutes: I think the next thing I will do is insert some debug in the source code once I figure out what function calls the PTT, and what function plays the audio, and see if there is some sort of race condition I can find. I have a lot of experience coding real-time sound application in Linux and troubleshooting delays. Dave |
Can we continue this on e-mail? I can fill you in on what I have tried. theories, and possible experiments. Too lengthy for here. wb2osz \ comcast \ net |
Actually, could this discussion be put on the public Yahoo list? Several random pockets of smart people seem to be experiencing this and by including everyone, I hope/assume the issue could be narrowed down more quickly. Just my $0.02 |
Hi @ve7ltd, this issue sounds a little like what I and meinja have been discussing here: I have posted a patch that enables more debug output here: But with this patch I wasn't able to reproduce the issue anymore.
I am with @dranch: Can't we have a public discussion? I would really like to help solving this issue. Regards |
This has been isolated to a small test case. |
@wb2osz Thank you for the test case. I don't have my development setup ready at the moment. But I can add another datapoint:
I will integrate your test case into my system and try to reproduce the problem. DB1FI |
just a data point, i randomly observe dead air before audio, but never more than half a second, on pi3, raspbian stretch (installed version February '19). |
I have same strange behavior. |
Based on my research, I have to conclude that it is an operating system problem. |
Still no response to Raspbian bug report. |
Raspberry PI 3 A+ also affected :( This bug list is dead? Btw. more people can fire this bug UP. Just login and follow instruction:
|
Seems to be isolated to USB audio. I switched to an Fe-Pi audio "hat" and it works as expected. |
@craigerl Thanks for the report and this test was on my to-do list as well. One other test needed is if this can be reproduced on vanilla Debian running on Raspberry Pi vs. Raspbian. If seen on Debian, another bug report should be filed there too. |
I tried a Raspberry Pi 3b with CentOS 7/ARM and it produced the same
results. I also tried Raspbian on a Pi Zero W as I felt it may be due to
the USB Hub architecture on the Pi 2/3, but it also behaved the same. Could
it be due to the RPi firmware instead of the OS? The RPi firmware is a
binary blob on CentOS 7/ARM, but it's still present.
73,
VA7ACQ
…On Mon, Apr 1, 2019 at 8:47 AM David Ranch ***@***.***> wrote:
@craigerl <https://github.com/craigerl> Thanks for the report and this
test was on my to-do list as well. One other test needed is if this can be
reproduced on vanilla Debian running on Raspberry Pi vs. Raspbian. If seen
on Debian, another bug report should be filed there too.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#194 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXWcXZA0EBHfOcsdLgDakOU1tHTx0BWvks5vciosgaJpZM4amlTT>
.
|
This was reported over a month ago and still hasn't received any attention. |
Has this been reported to the Alsa people? They would probably know more about this than the Raspberry Pi community. Maybe it's an ARM thing? --David |
Hi |
It was reported here more than 2 months ago but it is not getting any attention.
https://bugs.launchpad.net/raspbian/+bug/1819560
If more people added notes saying that it impacts a lot of people, it might get some attention.
|
I still cannot reproduce on my RaspberryPi Zero W anymore. Could someone try to disable power management for all connected USB-devices and see if it changes the behavior of @wb2osz Test-Tool? Disabling power management for all should be possible with the following command: I am interested if this changes the behavior on affected systems. Cheers |
I am experiencing this 'dead air' extra delay at times. I appended usbcore.autosuspend=-1 to the end of my cmdline.txt file in /boot/cmdline.txt I verfied that usbcore has autosuspend off (-1) now by checking:
now contains -1. Before it had 2. Nothing is 'broke' for me that I can tell, I will see if this has any affect and report back myself. |
Both autosuspend and autosuspend_delay_ms for my usb soundcard were 2 and 2000 prior. |
Linux 4.9.35-v7+ armv7l Made no difference for the test program. Here are my typical results. Weird that the 'odd' number of seconds shows no delays? 0 ------ spacing of 9 seconds ------ 0 ------ spacing of 10 seconds ------ 0 ------ spacing of 11 seconds ------ 0 |
Debian 10 Buster show no changes with the test program for me. Still indicates the delays. |
The problem is completely gone on my Raspberry Pi 4B running Raspbian
Buster!
The RPi4 uses a real USB 3.0 interface that is connected to the SoC via
PCIe, instead of a janky USB Hub and Ethernet combo over GPIO. I tried with
both the USB 2.0 and 3.0 ports, and they both work great with my CM108
audio adapters.
pi@rpi4:~/rpi-usb-audio-bug $ ./bug 1
Audio out device: plughw:1,0
Debug: audio buffer size is 1024 bytes.
…------ spacing of 8 seconds ------
0
252
0
258
0
258
0
258
0
258
0
257
0
257
0
258
0
257
0
257
------ spacing of 9 seconds ------
0
256
0
256
0
257
0
257
0
257
0
257
0
256
0
256
0
257
0
257
------ spacing of 10 seconds ------
0
256
0
257
0
257
0
257
0
258
0
257
0
257
0
257
0
257
0
257
------ spacing of 11 seconds ------
0
257
0
257
0
257
0
257
0
257
0
257
0
256
0
257
0
257
0
257
------ spacing of 12 seconds ------
0
257
0
256
0
257
0
258
0
257
0
257
0
256
0
257
0
256
0
257
------ spacing of 13 seconds ------
0
257
0
256
0
257
0
257
0
256
0
257
0
257
0
257
0
257
0
257
------ spacing of 14 seconds ------
0
256
0
256
0
256
0
257
0
257
0
256
0
256
0
257
0
257
0
257
------ spacing of 15 seconds ------
0
257
0
257
0
257
0
257
0
257
0
257
0
257
0
256
0
256
0
256
Success.
Cheers,
VA7ACQ
On Sun, Jun 30, 2019 at 8:54 AM mpannen1979 ***@***.***> wrote:
Debian 10 Buster show no changes with the test program for me. Still
indicates the delays.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#194?email_source=notifications&email_token=AF2ZYXJA57KEFTXOHT2U3GTP5DJKZA5CNFSM4GU2KTJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4OZXA#issuecomment-507047132>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF2ZYXPSCVMXHNBFSMMIL5DP5DJKZANCNFSM4GU2KTJQ>
.
|
The problem was reported here but no one seems interested. |
Same as #170 |
Another data point. I noticed this issue after switching my IGate setup from a desktop to Ubuntu Server 18.04.3 LTS on a Raspberry Pi 3B. The pi is headless, on wifi, and connected to the radio via a RIM-Alinco. Yesterday, I tried switching to Arch Linux ARMv7 on the same hardware and the delay issue has not appeared. Cheers, update:
|
The problem was reported here but no one seems interested. |
I installed Arch Linux ARMv8 for rpi3, the AArch64 version, and built the dev version 1.6 of direwolf. I do not hear a delay anymore. I did compile and use the 'bug' program, and the output is clean, too. |
great info on aarch64! fwiw, I've given up, and use a gpio hat for audio now (not usb), multiple digi's operating using this hardware https://fe-pi.com/products/fe-pi-audio-z-v2 arguably sounds better too, and it's US$14. There's no reasonable case for it, but then, neither is there for a usb dongle. |
I believe the problem was fixed in a later Raspberry Pi OS version. |
I have not seen this issue since I switch to 64 bit Raspbian lite.
I have not tried 32 bit since.
…On Mon, Apr 10, 2023, 2:45 PM wb2osz ***@***.***> wrote:
I believe the problem was fixed in a later Raspberry Pi OS version.
Does anyone think this needs to stay open?
—
Reply to this email directly, view it on GitHub
<#194 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG54POBCWM2TYVFKPR5AAYTXARPNDANCNFSM4GU2KTJQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I solved the issue by using OSS instead of alsa or pulseaudio. Just started direwolf with aoss and the problem went away. Dave
-------- Original message --------From: mpannen1979 ***@***.***> Date: 2023-04-10 12:48 p.m. (GMT-08:00) To: wb2osz/direwolf ***@***.***> Cc: ve7ltd ***@***.***>, Mention ***@***.***> Subject: Re: [wb2osz/direwolf] Delay between PTT assertion and audio packet - Causes dead air for seconds (#194)
I have not seen this issue since I switch to 64 bit Raspbian lite.
I have not tried 32 bit since.
On Mon, Apr 10, 2023, 2:45 PM wb2osz ***@***.***> wrote:
I believe the problem was fixed in a later Raspberry Pi OS version.
Does anyone think this needs to stay open?
—
Reply to this email directly, view it on GitHub
<#194 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG54POBCWM2TYVFKPR5AAYTXARPNDANCNFSM4GU2KTJQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I believe this issue was fixed in a later Raspberry Pi OS release. |
I looked through the issues, and was surprised not to see this anywhere. I had the same problem the last time I tried Direwolf a few years ago.
What happens is on SOME digipeated and beacon transmissions, there is a long delay between when the PTT is asserted and when the audio comes out of the sound card. Yet most transmission are very quick (no obvious delay). I have played around with the DWAIT, TXDELAY, and TXTAIL, and they don't seem to affect the issue. The delay can be anywhere from two seconds to about 15. It just sends dead air before the packet is sent. This obviously ties up the channel and is not good practice.
One thing I did notice seemed to be that DCD was sometimes being triggered WHILE the PTT was active. I would see:
PTT 0 = 1
[0H] VE7WOL-9>TY0SWP,CHURCH,VA7IP-10*,WIDE2-1:`2,]l!8>/
DCD 0 = 1
DCD 0 = 0
PTT 0 = 0
The radio is sending unsquelched discriminator audio to the sound card. The levels are within normal range. I can not hear the transmitted packet in the incoming audio.
My setup is a Raspberry Pi3B+ with a SYBA CM-UAUD USB sound card, running 48000 Hz (native rate). Radio is a Motorola Spectra, modified for headless operation.
Any help or suggestions on the issue are appreciated. Thanks.
The text was updated successfully, but these errors were encountered: