Picproje Elektronik Sitesi

PROGRAMLAMA DİLLERİ => Delphi => Konuyu başlatan: z - 27 Aralık 2015, 22:33:15

Başlık: Sound recorder programının benzerini Delphi ile yazmak
Gönderen: z - 27 Aralık 2015, 22:33:15
Delphi ile soundrecorder programı yazmak istiyorum. Asıl amacın ses kartındaki ADC nin ürettiği sayısal değerlerine ulaşmak.

Bu konuda örnek kod varmı?
Başlık: Ynt: Sound recorder programının benzerini Delphi ile yazmak
Gönderen: Klein - 28 Aralık 2015, 01:15:14
http://stackoverflow.com/questions/7971748/real-time-microphone-in-delphi (http://stackoverflow.com/questions/7971748/real-time-microphone-in-delphi)

http://stackoverflow.com/questions/5951819/how-to-listen-to-microphone-and-detect-sound-loudness-in-delphi-7 (http://stackoverflow.com/questions/5951819/how-to-listen-to-microphone-and-detect-sound-loudness-in-delphi-7)
Başlık: Ynt: Sound recorder programının benzerini Delphi ile yazmak
Gönderen: t2 - 28 Aralık 2015, 07:53:07
Hazır yapılmışı:
http://uppit.com/9ghk6r6dqvpn/SndRcrdr.zip (http://uppit.com/9ghk6r6dqvpn/SndRcrdr.zip)

Delphi kod, komponent, demo..  hepsi bedava.  O da burada:
Wave Audio Package (http://www.delphiarea.com/products/delphi-packages/waveaudio/)

Paketi indir:
http://www.delphiarea.com/?dl_id=28 (http://www.delphiarea.com/?dl_id=28)

Canlı dataya erişmek için WaveAudio paket içerisindeki LiveAudio bileşeni kullanılır.
Bu component ile , gelen data bufferdan okunur, vumetre, skop, gibi amaçla kullanılır. istenirse hemen sıkıştırılır, paketler halinde ağ üzerinden gönderilir. Bir nevi yayın. Network radyosu, anons sistemi vs. yapilir.

Wave Audio Package (http://www.delphiarea.com/products/delphi-packages/waveaudio/)

Using the Wave Audio package you can easily play audio from (or recording audio to) file, any TStream descendant stream, or even raw audio buffers. In addition, by this package doing tasks, for example, like merging, mixing, or format conversion of waves are as easy as a function call. The wave audio package has also a mixer component, so that you can easily control Windows mixer from your application.
Here is the list of all components in the Wave Audio package:
Besides those mentioned components, the Wave Audio package has a set of useful functions for managing waves.