/external/sonic/ |
D | Makefile | 20 all: sonic libsonic.so.$(LIB_TAG) libsonic.a 22 sonic: wave.o main.o libsonic.so.$(LIB_TAG) target 23 $(CC) $(CFLAGS) -o sonic wave.o main.o libsonic.so.$(LIB_TAG) 25 sonic.o: sonic.c sonic.h 26 $(CC) $(CFLAGS) -c sonic.c 31 main.o: main.c sonic.h wave.h 34 libsonic.so.$(LIB_TAG): sonic.o 35 $(CC) $(CFLAGS) -shared -Wl,-$(SONAME),libsonic.so.0 sonic.o -o libsonic.so.$(LIB_TAG) 39 libsonic.a: sonic.o 40 $(AR) cqs libsonic.a sonic.o [all …]
|
D | Main.java | 4 package sonic; package 32 Sonic sonic = new Sonic(sampleRate, numChannels); in runSonic() local 38 sonic.setSpeed(speed); in runSonic() 39 sonic.setPitch(pitch); in runSonic() 40 sonic.setRate(rate); in runSonic() 41 sonic.setVolume(volume); in runSonic() 42 sonic.setChordPitch(emulateChordPitch); in runSonic() 43 sonic.setQuality(quality); in runSonic() 47 sonic.flushStream(); in runSonic() 49 sonic.writeBytesToStream(inBuffer, numRead); in runSonic() [all …]
|
D | mkorig | 18 if ! tar -cvzf sonic_$version.orig.tar.gz --exclude-vcs --exclude=debian sonic-$version; then
|
D | Android.bp | 27 srcs: ["sonic.c"],
|
D | README | 21 I sped up a 751958176 byte wav file with sonic (a 9 hour, 28 minute mono audio
|
D | Sonic.java | 9 package sonic; package
|
/external/sonic/debian/ |
D | changelog.vinux | 1 sonic (0.1.8) lucid; urgency=low 7 sonic (0.1.7) lucid; urgency=low 13 sonic (0.1.6) maverick; urgency=low 19 sonic (0.1.5) lucid; urgency=low 25 sonic (0.1.4) lucid; urgency=low 31 sonic (0.1.3) lucid; urgency=low 37 sonic (0.1.2) lucid; urgency=low 43 sonic (0.1.1) lucid; urgency=low 45 * Added build dependency on libsndfile for sonic executable. 49 sonic (0.1) lucid; urgency=low
|
D | changelog | 1 sonic (0.2.0-1) unstable; urgency=low 7 sonic (0.1.18-1) unstable; urgency=low 13 sonic (0.1.17-1) unstable; urgency=low 20 sonic (0.1.16-1) unstable; urgency=low 27 sonic (0.1.15-1) unstable; urgency=low 33 sonic (0.1.14-1) unstable; urgency=low 39 sonic (0.1.13-1) unstable; urgency=low 45 sonic (0.1.12-1) unstable; urgency=low 51 sonic (0.1.11-1) unstable; urgency=low 57 sonic (0.1.10-1) unstable; urgency=low
|
D | control | 1 Source: sonic 7 Homepage: http://vinux-project.org/sonic 8 Vcs-Browser: http://vinux-project.org/gitweb/?p=sonic.git;a=summary 9 Vcs-Git: git://vinux-project.org/sonic 11 Package: sonic 36 Suggests: sonic 38 This package contains just the sonic header file.
|
D | sonic.manpages | 1 sonic.1
|
D | sonic.install | 1 sonic /usr/bin/
|
D | libsonic-dev.install | 1 sonic.h /usr/include/
|
D | watch | 3 http://vinux-project.org/sonic/download/sonic_(.+).tar.gz
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
D | SonicAudioProcessor.java | 65 @Nullable private Sonic sonic; field in SonicAudioProcessor 163 Sonic sonic = Assertions.checkNotNull(this.sonic); in queueInput() local 168 sonic.queueInput(shortBuffer); in queueInput() 171 int outputSize = sonic.getOutputSize(); in queueInput() 180 sonic.getOutput(shortBuffer); in queueInput() 189 if (sonic != null) { in queueEndOfStream() 190 sonic.queueEndOfStream(); in queueEndOfStream() 204 return inputEnded && (sonic == null || sonic.getOutputSize() == 0); in isEnded() 213 sonic = in flush() 219 } else if (sonic != null) { in flush() [all …]
|
/external/sonic/doc/ |
D | index.md | 7 $ git clone git://github.com/waywardgeek/sonic.git 9 The source code for the Android version, sonic-ndk, can be cloned with: 11 $ git clone git://github.com/waywardgeek/sonic-ndk.git 23 There is a simple sonic library in ANSI C, and one in pure Java. Both are 33 The primary motivation behind sonic is to enable the blind and visually impaired 35 Sonic can also be used by the sighted. For example, sonic can improve the 41 sonic algorithms do not violate any patents, as most of it is very old, based 54 it to [this sonic sample](sonic.wav). Both are sped up by 2X. WSOLA 59 are all in the TD-PSOLA family. For speech rates below 2X, sonic uses PICOLA, 63 sonic is optimized for speed factors needed by the blind, up to 6X. [all …]
|
D | post | 14 …scp $sourceTarball root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic/download/$destT… 17 scp $files root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic
|
/external/sonic/samples/ |
D | README | 4 sonic.wav 5 This is a sonic 2X sped-up version of a public domain librivox.org recording, from 9 This is the same recording as sonic.wav, but sped up using soundtouch, which 10 uses WSOLA rather than the sonic algorithm. Even at 2X speed up, you should be 11 able to hear the characteristic WSOLA distortion relative to the sonic version. 27 sonic 2.6 out.wav espeak_sonic.wav'. Sonic sped it up 2.6X, which is about the 28 same speed as espeak at -s450. I personally feel that the sonic sped up sample
|
/external/libpcap/ |
D | .mailmap | 8 Guy Harris <gharris@sonic.net> <gharris@localhost.localdomain> 9 Guy Harris <gharris@sonic.net> <gharris@steve.local> 10 Guy Harris <gharris@sonic.net> <gharris@ubu9-10.(none)> 11 Guy Harris <gharris@sonic.net> <guy@alum.mit.edu> 12 Guy Harris <gharris@sonic.net> Guy (Core OS) Harris <gharris@gharris.apple.com> 13 Guy Harris <gharris@sonic.net> guy <guy>
|
D | CREDITS | 6 Guy Harris <gharris at sonic dot net>
|
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/ |
D | install_openmpi_horovod.sh | 66 …cd /tmp/buildssh && curl -fSsL -O https://mirrors.sonic.net/pub/OpenBSD/OpenSSH/portable/openssh-8…
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 12729 sonic 18586 ##sonic
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 12552 爆音 < sonic\-boom; 29931 爆音 > sonic\-boom;
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 182370 sonic %24020 sˈɑnɪk, sˈɔnɪk
|