Skip to content
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

Injested audio has tail end cut off #255

Closed
kcwebby opened this issue Aug 19, 2022 · 8 comments
Closed

Injested audio has tail end cut off #255

kcwebby opened this issue Aug 19, 2022 · 8 comments
Assignees

Comments

@kcwebby
Copy link

kcwebby commented Aug 19, 2022

When ingesting audio (dirwatch if it matters) the tail end of the audio file is cut off, leaving some of the recorded audio behind.
Audio Sample.zip

This is done with "audio conversion" set to disabled. This happens with every single audio file.

It does not seem to get further trimmed if passed to a downstream RDIO server.

@chuot
Copy link
Owner

chuot commented Aug 19, 2022

Are these files from ProScan?

@kcwebby
Copy link
Author

kcwebby commented Aug 19, 2022

Not sure if its relevant, but this is Proscan / RDIO for windows. 6.5.3

@chuot
Copy link
Owner

chuot commented Aug 19, 2022

I have an issue with ProScan where it sometimes continues to write the file after a long pause. I need to find a way around this to know when the file is really full and done.

@chuot chuot self-assigned this Aug 19, 2022
@chuot chuot added the bug Something isn't working label Aug 19, 2022
@kcwebby
Copy link
Author

kcwebby commented Aug 19, 2022

So would a good work around be to expand the "pick up" delay from 5000 ms to 7500 or 10000 ms?

@chuot
Copy link
Owner

chuot commented Aug 19, 2022

Some users set it up to 60 seconds, but that defeats the purpose of the dirwatch. Again, issue #254 and issue #255 seems to be related.

@chuot
Copy link
Owner

chuot commented Sep 1, 2022

Can you try to configure ProScan to create wav files instead of mp3 file and see if it helps? You will have to change the file extention in your dirwatch definition accordingly.

@chuot chuot added investigating Issue under investigation and removed bug Something isn't working labels Oct 4, 2022
@cpg178
Copy link

cpg178 commented Nov 1, 2022

This is related to an issue I had where ProScan constantly appends the recorded file during the recording, unlike SDRTrunk which does not write the file to the directory until the end of the recording. I was able to work around this issue by enabled the proscan option to append the end time of the recording which then adds 'TO (endtime)' to each file once it is COMPLETE. I then have a script which scans a folder that ProScan sends too and only moves files containing 'TO' (Complete recordings) to another directory that Rdio has a dirwatch on. It would be cool to add the ability for the Rdio dirwatch to only pull in file names that contain a certain string such TO as that would not only fix this issue that kcwebby and other proscan users have, but also remove the need for the complicated workaround.

@kcwebby
Copy link
Author

kcwebby commented Nov 2, 2022 via email

@chuot chuot removed the investigating Issue under investigation label Mar 12, 2023
@chuot chuot closed this as completed Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants