question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to get the erased noise wav file?

See original GitHub issue

I am trying speech enhancement using vctk_noisy recipe. I use transformer, and the noises are disappeared and clear voices are inferenced.

I want to get not only clear voices but also the disappeared noises as wav files. Is it possible?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:14

github_iconTop GitHub Comments

1reaction
Emrys365commented, Jul 12, 2022

noises.append(self.enh_model.decoder(others[key], lengths)[0].cpu().numpy())

Oh yes, you are right.

0reactions
Taruguchicommented, Jul 12, 2022

@Emrys365 I changed code as you told, and I could get voice wav and noise wav! Thank you.

noises.append(self.decoder(others[key], lengths)[0].cpu().numpy())

I think, this code should be changed as below. Is it right?

noises.append(self.enh_model.decoder(others[key], lengths)[0].cpu().numpy())

I appriciate you and I hope this function will be added main repository.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove background noise & Clean up your Audio ...
In this video I go through the basic steps of cleaning up your audio which makes a big ... Edit Ogg Vorbis, MP3,...
Read more >
How to Reduce Audio Noise in Your Recordings - TechSmith
Use your audio editors noise reduction feature. In TechSmith Audiate, click the Filters and Effects button and then click the plus sign and...
Read more >
Remove Background Noise from Video Online, VEED.IO
Simply upload your video, click on the “Clean Audio” button, and voila - the background noise will be removed automatically. Export your video...
Read more >
How to Remove Ambient Noise From Audio Files Using Audacity
In most cases, you should be able to dispose of any background hiss or other ambient noise using Audacity. I've successfully removed noises...
Read more >
Podtopia.net - How to remove noise with Audacity
With Audacity, you can remove background noise or "white noise" from your recordings (your sound files). What you basically want to do, is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found