Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kuleshov committed Apr 22, 2017
1 parent 9837d8b commit a5dcd42
Showing 1 changed file with 2 additions and 185 deletions.
187 changes: 2 additions & 185 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,193 +83,10 @@ Your browser does not support the audio element.
Your browser does not support the audio element.
</audio> </div>

### Single Speaker (8x upscaling)

Next, we look at 8x upscaling. Again, the super-resolution algorithm recovers a large fraction of the high frequencies.

### Sample 1

<div> High resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.1.8.hr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Low resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.1.8.lr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Super-resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.1.8.pr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Cubic interpolation: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.1.8.sp.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

### Sample 2

<div> High resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.2.8.hr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Low resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.2.8.lr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Super-resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.2.8.pr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Cubic interpolation: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.2.8.sp.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

### Sample 3

<div> High resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.3.8.hr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Low resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.3.8.lr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Super-resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.3.8.pr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Cubic interpolation: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/sp1/8/sp1.3.8.sp.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>


### MultiSpeaker (2x upscaling)

Next, we look at the more interesting setting where we train on one set of speakers, and test on a second set of speakers. At 2x upscaling, the task is not too difficult and our methods reconstructs almost perfectly the original sample.

### Sample 1

<div> High resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.1.2.hr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Low resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.1.2.lr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Super-resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.1.2.pr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Cubic interpolation: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.1.2.sp.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

### Sample 2

<div> High resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.2.2.hr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Low resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.2.2.lr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Super-resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.2.2.pr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Cubic interpolation: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.2.2.sp.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

### Sample 3

<div> High resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.3.2.hr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Low resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.3.2.lr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Super-resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.3.2.pr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Cubic interpolation: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.3.2.sp.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

### Sample 4

<div> High resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.4.2.hr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Low resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.4.2.lr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Super-resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.4.2.pr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Cubic interpolation: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.4.2.sp.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

### Sample 5

<div> High resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.5.2.hr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Low resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.5.2.lr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Super-resolution: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.5.2.pr.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

<div> Cubic interpolation: <audio controls>
<source src="https://raw.githubusercontent.com/kuleshov/audio-super-res/master/samples/msp/2/msp.5.2.sp.wav" type="audio/wav">
Your browser does not support the audio element.
</audio> </div>

### Multispeaker (4x upsampling)
### MultiSpeaker (4x upscaling)

Next, we look at the more interesting setting where we train on one set of speakers, and test on a second set of speakers.
On the more interesting 4x task, our output is slightly noisier, but it also clearly outperforms the baseline.

### Sample 1
Expand Down

0 comments on commit a5dcd42

Please sign in to comment.