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

cannot extract audio file name #2

Open
adubkov opened this issue Nov 24, 2022 · 1 comment
Open

cannot extract audio file name #2

adubkov opened this issue Nov 24, 2022 · 1 comment

Comments

@adubkov
Copy link

adubkov commented Nov 24, 2022

I'm getting this cannot extract audio file name because regex explicitly looking for patter in upper case characters:

AUDIO_FILE_REGEX = re.compile(r'FILE "(.*)" WAVE')

But in my case it was:

FILE "..." wave
@yinyanghu
Copy link
Owner

Yes, you are right. I didn't consider this case. Feel free to make a pull request and I could review and approve it. Thanks.

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

2 participants