1 / 8

Segmenting Popular Music Sentence by Sentence

Segmenting Popular Music Sentence by Sentence. Wan-chi Lee. Basic Idea. In a song, The energy of audio signal will be low in the gap between sentences. Trying to detect the energy gap. Problem: There will be accompaniment sound.

Download Presentation

Segmenting Popular Music Sentence by Sentence

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Segmenting Popular Music Sentence by Sentence Wan-chi Lee

  2. Basic Idea • In a song, The energy of audio signal will be low in the gap between sentences. • Trying to detect the energy gap. • Problem: • There will be accompaniment sound. • The dynamic range of audio signal varies a lot: hard to choose threshold.

  3. Examples of audio signal

  4. Methods • Band-pass Filtering the signal: • Here I use 6 order elliptic filter with pass band 800Hz~1.6KHz. • For a short sliding window, calculating the average energy of the signal • I use a 0.1 second window. • Detecting the valley of average energy by piecewise linear approximation.

  5. Piece-wise Linear Approximation • I used a top-down method in determining the approximation. • Specify an error bound. • Find a segmentation point that best improve the approximation. • Calculate linear regression for each segment as the approximation. • If the error bound is not achieved, repeat above steps.

  6. Segmentation Point • After finding the linear approximation, choose points representing the gap in energy. • Place some restrictions to make the segments be in reasonable length.

  7. Demo and Discussion • I only used one feature. Other features can be incorporated. • Heuristic method: no training needed, but lots of parameters to tune. • It should be integrated with onset detection to let the segmenting points coincide with the onset.

More Related