Make MP3 Player Using NAudio Library | VB.NET

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 16

  • @moonglumclampflower8803
    @moonglumclampflower8803 Рік тому +1

    Awesome tutorial. Easy to follow and ... it worked. Great fix from Leslie Chow. Thanks to all.

    • @CAXRAMEDIA
      @CAXRAMEDIA  Рік тому

      Thank you for supporting this simple tutorial

  • @AgusParawansa
    @AgusParawansa 2 роки тому +1

    Tutorial cara bikin mp3 dng Nsound. Mantab sobatku 👍

    • @CAXRAMEDIA
      @CAXRAMEDIA  2 роки тому +1

      Makasih selalu hadir, Pak Agus

  • @lesliechow1974
    @lesliechow1974 2 роки тому +1

    Add 'volume = mp3player.Volume' to the playbutton.click event
    and these 2 lines to your exceptions, the volume down is zero, and the volume functions properly
    Catch ex As Exception
    volume = 1
    myplayer.Volume = volume

  • @geoffmusselbrook5070
    @geoffmusselbrook5070 2 роки тому +1

    great tutorial, any idea how you change the sound card to play out of.

    • @CAXRAMEDIA
      @CAXRAMEDIA  2 роки тому +1

      Thank' you, sir.
      Selecting play out can be done with this:
      for (int idx = 0; idx < NAudio.Wave.WaveOut.DeviceCount; ++idx)
      {
      string devName = NAudio.Wave.WaveOut.GetCapabilities(idx).ProductName;
      if (devName.Contains(SelectedSpeaker.DisplayName) || SelectedSpeaker.DisplayName.Contains(devName))
      {
      indexSelectedSpeaker = idx;
      break;
      }

    • @tohaajipratama5874
      @tohaajipratama5874 Рік тому

      @@CAXRAMEDIA buatkan suara Yasin dan wirid Tahlil

  • @jari2018
    @jari2018 Рік тому +1

    I wonder why some of the old mp3 recordings i made are better than using a mp3 recording device 20 years later... I guess the lables had fun of killing mp3PRO and blade encoder and orginal wma and someting in the mp3 itself.

    • @CAXRAMEDIA
      @CAXRAMEDIA  Рік тому

      I'm not an expert in music or audio, according to what I've read on the internet. Now the need for digital storage space is very diverse. In line with that, algorithms were developed to increase the efficiency of storage space. In general, currently files are compressed in such a way as to save more space.
      This includes a sound recording system. Audio files are compressed so that sometimes they sacrifice some elements that may only be needed by those who have sound with specific quality.
      An MP3 file, for example, for ordinary people's ears is good enough to hear, but those who understand audio quality can sometimes find some missing frequencies.

  • @NoNameUnLastname-youtubersperu

    How to do, play list ???

  • @NoNameUnLastname-youtubersperu

    position? timeleft? realtimeline? PLIS