Skip to content

KanoeGitHub/removeSoundCentral-for-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

removeSoundCentral.swift

This code cancels out the center part of the stereo sound source by inversion processing.

It only works in the local environment. Not for iOSApp.

Locally, the process usually finishes before the sound source starts playing.

For this reason, we use the Sleep function to wait for the processing to finish for the number of seconds of the sound source.

Issues

Currently, the sound source is processed as stereo, which takes time to process. If we can separate the stereo sound source into mono and play it back while always multiplying one of the values by -1, we expect to be able to process it in real time.

Sample sound

The sample sound is a free sound source from a circle I belong to.

https://youtu.be/IMLdSlLi7Nc

Licence

The Unlicence

About

Removing the central component of a sound source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages