Browse Source

add voice sample

subDesTagesMitExtraKaese 1 year ago
parent
commit
27d75a2db7

File diff suppressed because it is too large
+ 14 - 35
Beleg Signaltheorie.ipynb


BIN
Beleg Signaltheorie.pdf


+ 3 - 0
README.md

@@ -1,2 +1,5 @@
 # wavelet-noise-reduction
 
+[Beleg (IPython Notebook)](Beleg%20Signaltheorie.ipynb)
+
+[Beleg (PDF)](Beleg%20Signaltheorie.pdf)

+ 1 - 1
audio.py

@@ -9,7 +9,7 @@ def Audio(audio: np.ndarray, rate: int, name: str):
     amplitude = np.iinfo(np.int16).max
 
     write(filename, rate, (audio*amplitude).astype(np.int16))
-
+    return IPython.display.Markdown(f"[{filename}]({filename})")
     return IPython.display.HTML(f"""
         <audio controls>
             <source src="{filename}" type="audio/wav">

BIN
audio/Frase_de_Neil_Armstrong.ogg


BIN
beleg.pdf


BIN
output/voice.wav


BIN
output/voice_coif4_f2.wav


BIN
output/voice_stft_f2.wav


Some files were not shown because too many files changed in this diff