Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
hms
/
aptdec
şunun yansıması
https://github.com/Xerbo/aptdec
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
7
Wiki
Aktivite
Kaynağa Gözat
Included complex.h needed on Android. Remove unused variables.
pull/26/head
Jon Beniston
1 yıl önce
ebeveyn
57271c33b9
işleme
a73017f0fa
2 değiştirilmiş dosya
ile
5 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+4
-0
README.md
+1
-1
src/dsp.c
+ 4
- 0
README.md
Dosyayı Görüntüle
@@ -123,6 +123,10 @@ To build natively on Windows using MSVC, you will also need: git, ninja and cmak
If you just wish to build libaptdec on Windows, libpng and libsndfile aren't needed.
## Building for Android
Requires at least API 23
## Further Reading
[User's Guide for Building and Operating
+ 1
- 1
src/dsp.c
Dosyayı Görüntüle
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <complex.h>
#include "apt.h"
#include "filter.h"
@@ -90,7 +91,6 @@ static int getamp(float *ampbuff, int count, apt_getsamples_t getsamples, void *
static int nin = 0;
for (int n = 0; n < count; n++) {
float I2, Q;
// Get some more samples when needed
if (nin < HILBERT_FILTER_SIZE * 2 + 2) {
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet