set_globals(verbosity=0) appears dont work to file overwritten on build
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 540
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
Hello guys! I cant remove this warning from my code. I think that can be an issue from this repo. If someone woud like to verify. Thanks.
my code:
tfm = sox.Transformer()
tfm.set_globals(verbosity=0)
tfm.oops()
tfm.build_file(temp_file,temp_out_of_phase)
this code always returns this warning:
output_file: R:\out_of_phase.wav already exists and will be overwritten on build
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported Transformer.set_globals(verbosity=0) and build_file sequence from the issue body. Inspect how the wrapper handles the overwrite warning; done means establishing whether verbosity=0 should suppress it and capturing the expected behavior in a regression test or documented resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100