Python Audio Processing - generating signals and melodies

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024
  • Python Audio Processing -
    we will learn how to create audio signals, tones and phase distortion synthesis sounds with python, and generate simple melodies.
    watch part 02 of this playlist:
    • Python Audio Processin...
    GIT REPO - github.com/Met...

ความคิดเห็น • 20

  • @Monotoba
    @Monotoba 2 ปีที่แล้ว +5

    This was a great topic and presentation. I would love to see more python content on producing audio and audio processing algorithms.

    • @metallicode
      @metallicode  2 ปีที่แล้ว +2

      I'm working on a new video right now.. hope to finish in a couple of days. will be covering complex waveforms, binaural beats, clusters, fft, and more..

  • @anotherangrymonkey7435
    @anotherangrymonkey7435 ปีที่แล้ว +1

    Your videos look amazing. Please consider making more programming videos in English. Especially the programming in C videos would be amazing. You look like you really get what people want from programming and computers.

  • @gosoprano
    @gosoprano 2 ปีที่แล้ว +1

    Thanks! Looking forward for the next video on Pyhthon Audio Processing.

  • @emiliashahar3785
    @emiliashahar3785 2 ปีที่แล้ว +8

    AMAZING please keep going in English so nice with sub

  • @cedric-assehliemessing3053
    @cedric-assehliemessing3053 2 ปีที่แล้ว +1

    Thanks very much! Would certainly enjoy more!!!

  • @oswinhull4203
    @oswinhull4203 5 หลายเดือนก่อน

    Very cool

  • @confusionprice1422
    @confusionprice1422 2 ปีที่แล้ว +1

    This is great, I can't thank you enough!

  • @landegard
    @landegard 2 ปีที่แล้ว

    Thx for the video. Its really good to understand

  • @GoWhereTheToesGo
    @GoWhereTheToesGo ปีที่แล้ว

    Rich video. Thank you.

  • @yuvalyosef
    @yuvalyosef 2 ปีที่แล้ว

    ממש ממש מעניין, תודה!

  • @2ncielkrommalzeme210
    @2ncielkrommalzeme210 ปีที่แล้ว

    wav file was created but in my win 8.1 computer can not get sound Why Can you have any answer

  • @404errorpagenotfound.6
    @404errorpagenotfound.6 2 ปีที่แล้ว

    Fantastic, earned a new sub.

  • @user-ph4bo5vz9n
    @user-ph4bo5vz9n ปีที่แล้ว

    Fantastic, you saved my life. now how can make it real time playable ? I want to generate the sound immediately when I run the program, please help me

  • @prathamreigns2095
    @prathamreigns2095 2 ปีที่แล้ว

    In that folder the file is not creating idk why

  • @TheLevy59
    @TheLevy59 2 ปีที่แล้ว +1

    9:40
    Doesn't sound like a sine wave 😬

    • @metallicode
      @metallicode  2 ปีที่แล้ว +1

      my soundcard output clipping.. test it it's a pure sin

  • @Pulixe
    @Pulixe ปีที่แล้ว

    how can i generate 32 bit soundwave?

    • @metallicode
      @metallicode  ปีที่แล้ว

      docs.scipy.org/doc/scipy/reference/generated/scipy.io.wavfile.write.html
      write("example.wav", samplerate, data.astype(np.int32))