ik1xpv / ExtIO_sddc

ExtIO_sddc.dll - BreadBoard RF103 / HDSDR
Other
73 stars 26 forks source link

Test dynamic extio_len #158

Closed howard0su closed 3 years ago

howard0su commented 3 years ago

works intially. if i change to a lower samplerate, it also works. However chaing to a higher samplerate, the audio output is broken.

howard0su commented 3 years ago

Only check the last commit. other two are duplicate of PR #156

@hayguen looks like HDSDR bug to me.

ik1xpv commented 3 years ago

..."works initially. if i change to a lower samplerate, it also works. However chaing to a higher samplerate, the audio output is broken." This I what I got in my early tentative (2017) with ExtIO_sdcc. I limited to 2MHz and I found the patch of keeping the extio_len constant. I fear of ring buffer allocation in HDSDR.

howard0su commented 3 years ago

@hayguen can you confirm if this is a bug in HDSDR?