14.4 Network sample of sound source separation

There are four kinds of network samples for sound source separation as shown in Table 14.11. The left column indicates network files, the middle column indicates shell script files to operate the networks and the right column indicates processing contents.

You can run these samples using demo.sh as follows.

> ./demo.sh offline        # Offline processing without HRLE
> ./demo.sh offline HRLE   # Offline processing with HRLE
> ./demo.sh online         # Online processing without HRLE
> ./demo.sh online HRLE    # Online processing with HRLE
Table 14.11: Sound source separation network list.

Network file name

Network execution script

Processing content

demoOffline.n

demoOffline.sh

Sound source separation of 4ch audio

demoOfflineHRLE.n

demoOfflineHRLE.sh

Processing for which noise estimation

   

by HRLE as a postprocessing

demoOnline.n

demoOnline.sh

Sound source separation of captured audio

demoOnlineHRLE.n

demoOnlineHRLE.sh

Processing for which noise estimation

   

by HRLE as a postprocessing