├── .gitattributes ├── .gitignore ├── .gitmodules ├── .idea └── .gitignore ├── LICENSE ├── README.md ├── app ├── build.gradle ├── key.jks ├── local.properties ├── proguard-gradle-repackage.txt ├── proguard-gradle.txt └── src │ ├── gov │ └── res │ │ └── values │ │ └── strings.xml │ ├── main │ ├── AndroidManifest.xml │ ├── aidl │ │ └── org │ │ │ └── meshtastic │ │ │ └── core │ │ │ ├── model │ │ │ ├── DataPacket.aidl │ │ │ ├── MeshUser.aidl │ │ │ ├── MyNodeInfo.aidl │ │ │ ├── NodeInfo.aidl │ │ │ └── Position.aidl │ │ │ └── service │ │ │ └── IMeshService.aidl │ ├── assets │ │ └── plugin.xml │ ├── java │ │ ├── com │ │ │ └── atakmap │ │ │ │ └── android │ │ │ │ └── meshtastic │ │ │ │ ├── MeshtasticCallback.java │ │ │ │ ├── MeshtasticDropDownReceiver.java │ │ │ │ ├── MeshtasticExternalGPS.java │ │ │ │ ├── MeshtasticMapComponent.java │ │ │ │ ├── MeshtasticReceiver.java │ │ │ │ ├── MeshtasticSender.java │ │ │ │ ├── MeshtasticWidget.java │ │ │ │ ├── PluginPreferencesFragment.java │ │ │ │ ├── PositionToNMEAMapper.java │ │ │ │ ├── ProtectedSharedPreferences.kt │ │ │ │ ├── cot │ │ │ │ └── CotEventProcessor.java │ │ │ │ ├── plugin │ │ │ │ ├── MeshtasticLifecycle.java │ │ │ │ ├── MeshtasticTool.java │ │ │ │ └── PluginNativeLoader.java │ │ │ │ ├── service │ │ │ │ └── MeshServiceManager.java │ │ │ │ └── util │ │ │ │ ├── Constants.java │ │ │ │ ├── CryptoUtils.java │ │ │ │ ├── FileTransferManager.java │ │ │ │ ├── NotificationHelper.java │ │ │ │ └── fountain │ │ │ │ ├── FountainChunkManager.java │ │ │ │ ├── FountainCodec.java │ │ │ │ └── FountainPacket.java │ │ └── org │ │ │ └── meshtastic │ │ │ └── core │ │ │ └── model │ │ │ ├── DataPacket.kt │ │ │ ├── MyNodeInfo.kt │ │ │ ├── NodeInfo.kt │ │ │ └── util │ │ │ ├── DateTimeUtils.kt │ │ │ ├── Extensions.kt │ │ │ └── LocationUtils.kt │ └── res │ │ ├── drawable │ │ ├── btn_gray.xml │ │ ├── ic_green.png │ │ ├── ic_launcher.png │ │ ├── ic_red.png │ │ ├── mesh_logo_playstore.png │ │ ├── new_dark_button_bg.xml │ │ ├── new_dark_button_disabled.xml │ │ └── new_dark_button_selected.xml │ │ ├── layout │ │ └── main_layout.xml │ │ ├── values │ │ ├── arrays.xml │ │ ├── color.xml │ │ ├── dimen.xml │ │ ├── strings.xml │ │ └── styles.xml │ │ └── xml │ │ └── preferences.xml │ └── test │ └── java │ └── com │ └── atakmap │ └── android │ └── meshtastic │ ├── MeshtasticExternalGPSTest.java │ ├── MeshtasticReceiverTest.java │ ├── MeshtasticSenderTest.java │ ├── PositionToNMEAMapperTest.java │ ├── cot │ └── CotEventProcessorTest.java │ ├── service │ └── MeshServiceManagerTest.java │ └── util │ └── NotificationHelperTest.java ├── gradle.properties ├── gradle ├── typst.gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── libcodec2-android ├── .gitignore ├── build.gradle ├── imported-lib │ └── arm64-v8a │ │ ├── libCodec2JNI.so │ │ └── libcodec2.so ├── proguard-rules.pro └── src │ ├── codec2 │ ├── CMakeLists.txt │ ├── COPYING │ ├── INSTALL │ ├── README │ ├── README_fdmdv.txt │ ├── README_fsk.txt │ ├── README_ofdm.txt │ ├── cmake │ │ ├── GetDependencies.cmake.in │ │ ├── config.h.in │ │ └── version.h.in │ ├── codec2.pc.in │ ├── debian │ │ ├── changelog │ │ ├── codec2.doc-base.EX │ │ ├── codec2.install │ │ ├── codec21.dirs │ │ ├── codec21.install │ │ ├── compat │ │ ├── control │ │ ├── copyright │ │ ├── docs │ │ ├── libcodec2-dev.dirs │ │ ├── libcodec2-dev.install │ │ ├── libcodec2.install │ │ ├── rules │ │ └── source │ │ │ └── format │ ├── octave │ │ ├── 2400ab_frame_design.ods │ │ ├── H2064_516_sparse.mat │ │ ├── HRA_112_112.txt │ │ ├── HRA_112_56.txt │ │ ├── HRA_56_28.txt │ │ ├── HRA_56_56.txt │ │ ├── Mat2Hrows.m │ │ ├── adc_plot_spec.m │ │ ├── adc_sfdr_ut.m │ │ ├── adcres.m │ │ ├── autotest.m │ │ ├── av_imp.m │ │ ├── bandpasssampling.m │ │ ├── bfq19ssa.m │ │ ├── bpf.m │ │ ├── bpsk.m │ │ ├── c2wideband_batch.m │ │ ├── c2wideband_const.m │ │ ├── c2wideband_fbf.m │ │ ├── c2wideband_map │ │ ├── cbphase.m │ │ ├── cellmodem.m │ │ ├── ciccomp.m │ │ ├── closed_quant_slope.m │ │ ├── cma.m │ │ ├── cml.patch │ │ ├── codec2_demo.m │ │ ├── cohpsk.m │ │ ├── cohpsk_ch_fading.m │ │ ├── cohpsk_demod_plot.m │ │ ├── cohpsk_frame_design.ods │ │ ├── cohpsk_plots.m │ │ ├── crc16.m │ │ ├── cspec.m │ │ ├── dacres.m │ │ ├── dec_pager.m │ │ ├── df_mixer.m │ │ ├── diff_codec.m │ │ ├── doppler_spread.m │ │ ├── doppler_spread_ut.m │ │ ├── estsnr.m │ │ ├── fdmdv.m │ │ ├── fdmdv_demod.m │ │ ├── fdmdv_demod_c.m │ │ ├── fdmdv_demod_coh.m │ │ ├── fdmdv_mod.m │ │ ├── fdmdv_sweep.m │ │ ├── fdmdv_ut.m │ │ ├── fdmdv_ut_coh.m │ │ ├── fdmdv_ut_freq_off.m │ │ ├── fm.m │ │ ├── fm_radio_filt_model.txt │ │ ├── fmfsk.m │ │ ├── fsk.m │ │ ├── fsk4.m │ │ ├── fsk_basic.m │ │ ├── fsk_basic_alt.m │ │ ├── fsk_cont_phase.m │ │ ├── fsk_eme.m │ │ ├── fsk_horus.m │ │ ├── fsk_horus_2fsk.m │ │ ├── fsk_horus_stream.m │ │ ├── fsk_lib.m │ │ ├── fskdemodgui.py │ │ ├── fuzzy_gray.m │ │ ├── gen_complex_short.m │ │ ├── gen_rn_coeffs.m │ │ ├── glottal.m │ │ ├── gmsk.m │ │ ├── gp_interleaver.m │ │ ├── hackrf_dc.m │ │ ├── hackrf_twotone.m │ │ ├── hackrf_uc.m │ │ ├── handvq.m │ │ ├── hf_modem_curves.m │ │ ├── hf_sim.m │ │ ├── hfper.m │ │ ├── horus_high_speed.bin │ │ ├── horus_msg.txt │ │ ├── horus_payload_rtty.txt │ │ ├── horus_tx_bits_binary.txt │ │ ├── hp_filt.m │ │ ├── impulse_noise.m │ │ ├── kmeans2.m │ │ ├── kmeans_tests.m │ │ ├── ldpc.m │ │ ├── ldpc_fsk_lib.m │ │ ├── ldpc_gen_h_file.m │ │ ├── ldpc_qpsk.m │ │ ├── ldpc_short.m │ │ ├── ldpcdec.m │ │ ├── ldpcenc.m │ │ ├── ldpcut.m │ │ ├── linreg.m │ │ ├── load_comp.m │ │ ├── load_hackrf.m │ │ ├── load_raw.m │ │ ├── lpcauto.m │ │ ├── lpcpf.m │ │ ├── lsp.m │ │ ├── lsp_pdf.m │ │ ├── lspvar.m │ │ ├── lspwarp.m │ │ ├── mag_to_phase.m │ │ ├── make_hilb.m │ │ ├── make_ssbfilt.m │ │ ├── mancyfsk.m │ │ ├── melstats.m │ │ ├── melvq.m │ │ ├── mfsk.m │ │ ├── newamp.m │ │ ├── newamp1_batch.m │ │ ├── newamp1_compare.m │ │ ├── newamp1_fbf.m │ │ ├── newamp_batch.m │ │ ├── newamp_fbf.m │ │ ├── nf_from_gr.m │ │ ├── nf_from_stdio.m │ │ ├── ofdm_demod_c.m │ │ ├── ofdm_dev.m │ │ ├── ofdm_ldpc_rx.m │ │ ├── ofdm_ldpc_tx.m │ │ ├── ofdm_lib.m │ │ ├── ofdm_load_const.m │ │ ├── ofdm_rs.m │ │ ├── ofdm_rx.m │ │ ├── ofdm_tx.m │ │ ├── open_quant_slope.m │ │ ├── oqpsk.m │ │ ├── phase.m │ │ ├── phase2.m │ │ ├── phasesecord.m │ │ ├── pitch_test.m │ │ ├── pl.m │ │ ├── pl2.m │ │ ├── plamp.m │ │ ├── plinterp.m │ │ ├── pllpcpf.m │ │ ├── pllsp.m │ │ ├── pllspdt.m │ │ ├── plnlp.m │ │ ├── plot_specgram.m │ │ ├── plphase.m │ │ ├── plpitch.m │ │ ├── plppe.m │ │ ├── plsub.m │ │ ├── plvoicing.m │ │ ├── png.m │ │ ├── postfilter.m │ │ ├── pulse.m │ │ ├── qpsk.m │ │ ├── rfdesign.m │ │ ├── s_param_rf.m │ │ ├── sample_clock_offset.m │ │ ├── save_array_c_header.m │ │ ├── save_raw.m │ │ ├── sd.m │ │ ├── spec.m │ │ ├── tcohpsk.m │ │ ├── tdetphase.m │ │ ├── telem_upload.py │ │ ├── test_cohpsk.m │ │ ├── test_cohpsk_ch.m │ │ ├── test_dqpsk.m │ │ ├── test_dqpsk2.m │ │ ├── test_dsss.m │ │ ├── test_dsss_pilot.m │ │ ├── test_fec.m │ │ ├── test_foff.m │ │ ├── test_ftrack.m │ │ ├── test_ldpc_fsk_lib.m │ │ ├── test_ml.m │ │ ├── test_pilot.m │ │ ├── test_qpsk.m │ │ ├── test_qpsk2.m │ │ ├── test_qpsk3.m │ │ ├── tfdmdv.m │ │ ├── tfmfsk.m │ │ ├── tfsk.m │ │ ├── tfsk_2400a.m │ │ ├── tget_spec.m │ │ ├── tlinreg.m │ │ ├── tnewamp1.m │ │ ├── tofdm.m │ │ ├── tpapr.m │ │ ├── tqpsk.m │ │ ├── train_120_1.txt │ │ ├── train_120_2.txt │ │ ├── trellis.m │ │ ├── twod_fbf.m │ │ ├── twomixer.m │ │ ├── twotone.m │ │ ├── twotone1.m │ │ ├── tximage.m │ │ ├── undersample.m │ │ ├── vhf_pa.m │ │ ├── vq │ │ ├── vq_construct_indep_mg.m │ │ ├── vq_construct_mg.m │ │ ├── vq_nm_xx_11_40_hpf150 │ │ ├── vq_pager.m │ │ ├── vq_search_gain.m │ │ ├── vq_search_mse.m │ │ ├── vq_search_para.m │ │ ├── vq_search_sg.m │ │ ├── vq_search_slope.m │ │ ├── xormixer.m │ │ └── yafsk.m │ ├── raw │ │ ├── b0067.raw │ │ ├── cq_ref.raw │ │ ├── cross.raw │ │ ├── cross_melp2400.raw │ │ ├── f2400.raw │ │ ├── forig.raw │ │ ├── forig_ambe2000.raw │ │ ├── forig_g729a.raw │ │ ├── forig_gsm13k.raw │ │ ├── forig_speex_8k.raw │ │ ├── g3plx.raw │ │ ├── hts.raw │ │ ├── hts1.raw │ │ ├── hts1a.raw │ │ ├── hts1a_ambe2000.raw │ │ ├── hts1a_g729a.raw │ │ ├── hts1a_gsm13k.raw │ │ ├── hts1a_melp.raw │ │ ├── hts1a_speex_8k.raw │ │ ├── hts2.raw │ │ ├── hts2a.raw │ │ ├── hts2a_ambe2000.raw │ │ ├── hts2a_g729a.raw │ │ ├── hts2a_gsm13k.raw │ │ ├── hts2a_melp.raw │ │ ├── hts2a_speex_8k.raw │ │ ├── k6hx.raw │ │ ├── kristoff.raw │ │ ├── m2400.raw │ │ ├── mmt1.raw │ │ ├── mmt1_ambe2000.raw │ │ ├── mmt1_g729a.raw │ │ ├── mmt1_gsm13k.raw │ │ ├── mmt1_speex_8k.raw │ │ ├── morig.raw │ │ ├── morig_ambe2000.raw │ │ ├── morig_g729a.raw │ │ ├── morig_gsm13k.raw │ │ ├── morig_speex_8k.raw │ │ ├── sine1k_2Hz_spread.raw │ │ ├── sine1k_2ms_delay_2Hz_spread.raw │ │ ├── speech_orig_16k.wav │ │ ├── ve9qrp.raw │ │ ├── ve9qrp_10s.raw │ │ └── vk5qi.raw │ ├── script │ │ ├── menu.sh │ │ ├── playraw.sh │ │ ├── raw2wav.sh │ │ ├── separate_all.sh │ │ └── wav2raw.sh │ ├── src │ │ ├── CMakeLists.txt │ │ ├── H2064_516_sparse.h │ │ ├── HRA_112_112.h │ │ ├── _kiss_fft_guts.h │ │ ├── ampexp.c │ │ ├── ampexp.h │ │ ├── bpf.h │ │ ├── bpfb.h │ │ ├── c2dec.c │ │ ├── c2demo.c │ │ ├── c2enc.c │ │ ├── c2file.h │ │ ├── c2sim.c │ │ ├── c2wideband.c │ │ ├── c2wideband.h │ │ ├── c2wideband_map.h │ │ ├── codebook.c │ │ ├── codebook │ │ │ ├── c2wideband_map.txt │ │ │ ├── dlsp1.txt │ │ │ ├── dlsp10.txt │ │ │ ├── dlsp2.txt │ │ │ ├── dlsp3.txt │ │ │ ├── dlsp4.txt │ │ │ ├── dlsp5.txt │ │ │ ├── dlsp6.txt │ │ │ ├── dlsp7.txt │ │ │ ├── dlsp8.txt │ │ │ ├── dlsp9.txt │ │ │ ├── gecb.txt │ │ │ ├── lsp1.txt │ │ │ ├── lsp10.txt │ │ │ ├── lsp2.txt │ │ │ ├── lsp3.txt │ │ │ ├── lsp4.txt │ │ │ ├── lsp5.txt │ │ │ ├── lsp6.txt │ │ │ ├── lsp7.txt │ │ │ ├── lsp8.txt │ │ │ ├── lsp8910.txt │ │ │ ├── lsp9.txt │ │ │ ├── lspdt.txt │ │ │ ├── lspdt1-10.txt │ │ │ ├── lspdt1.txt │ │ │ ├── lspdt10.txt │ │ │ ├── lspdt2.txt │ │ │ ├── lspdt3.txt │ │ │ ├── lspdt4.txt │ │ │ ├── lspdt5.txt │ │ │ ├── lspdt6.txt │ │ │ ├── lspdt7.txt │ │ │ ├── lspdt8.txt │ │ │ ├── lspdt9.txt │ │ │ ├── lspjvm1.txt │ │ │ ├── lspjvm2.txt │ │ │ ├── lspjvm3.txt │ │ │ ├── lspmelvq1.txt │ │ │ ├── lspmelvq2.txt │ │ │ ├── lspmelvq3.txt │ │ │ ├── lspres_bw1.txt │ │ │ ├── lspres_bw2.txt │ │ │ ├── lspres_centre1.txt │ │ │ ├── lspres_centre2.txt │ │ │ ├── lspvqanssi1.txt │ │ │ ├── lspvqanssi2.txt │ │ │ ├── lspvqanssi3.txt │ │ │ ├── lspvqanssi4.txt │ │ │ ├── lspvqexp1.txt │ │ │ ├── lspvqexp2.txt │ │ │ ├── lspvqexp3.txt │ │ │ ├── mel1.txt │ │ │ ├── mel2.txt │ │ │ ├── mel3.txt │ │ │ ├── mel4.txt │ │ │ ├── mel5.txt │ │ │ ├── mel6.txt │ │ │ ├── newamp1_energy_q.txt │ │ │ ├── train_120_1.txt │ │ │ └── train_120_2.txt │ │ ├── codebookd.c │ │ ├── codebookdt.c │ │ ├── codebookge.c │ │ ├── codebookjvm.c │ │ ├── codebooknewamp1.c │ │ ├── codebooknewamp1_energy.c │ │ ├── codebookres.c │ │ ├── codebookvq.c │ │ ├── codec2.c │ │ ├── codec2.h │ │ ├── codec2_cohpsk.h │ │ ├── codec2_fdmdv.h │ │ ├── codec2_fft.c │ │ ├── codec2_fft.h │ │ ├── codec2_fifo.h │ │ ├── codec2_fm.h │ │ ├── codec2_internal.h │ │ ├── codec2_ofdm.h │ │ ├── cohpsk.c │ │ ├── cohpsk_ch.c │ │ ├── cohpsk_defs.h │ │ ├── cohpsk_demod.c │ │ ├── cohpsk_get_test_bits.c │ │ ├── cohpsk_internal.h │ │ ├── cohpsk_mod.c │ │ ├── cohpsk_put_test_bits.c │ │ ├── comp.h │ │ ├── comp_prim.h │ │ ├── dct2.c │ │ ├── dct2.h │ │ ├── defines.h │ │ ├── drs232.c │ │ ├── drs232_ldpc.c │ │ ├── dump.c │ │ ├── dump.h │ │ ├── fdmdv.c │ │ ├── fdmdv_channel.c │ │ ├── fdmdv_demod.c │ │ ├── fdmdv_get_test_bits.c │ │ ├── fdmdv_interleave.c │ │ ├── fdmdv_internal.h │ │ ├── fdmdv_mod.c │ │ ├── fdmdv_put_test_bits.c │ │ ├── fec_dec.c │ │ ├── fec_enc.c │ │ ├── fifo.c │ │ ├── fm.c │ │ ├── fm_demod.c │ │ ├── fm_fir_coeff.h │ │ ├── fmfsk.c │ │ ├── fmfsk.h │ │ ├── fmfsk_demod.c │ │ ├── fmfsk_mod.c │ │ ├── fq20.sh │ │ ├── freedv_api.c │ │ ├── freedv_api.h │ │ ├── freedv_api_internal.h │ │ ├── freedv_data_channel.c │ │ ├── freedv_data_channel.h │ │ ├── freedv_rx.c │ │ ├── freedv_tx.c │ │ ├── freedv_vhf_framing.c │ │ ├── freedv_vhf_framing.h │ │ ├── fsk.c │ │ ├── fsk.h │ │ ├── fsk_demod.c │ │ ├── fsk_get_test_bits.c │ │ ├── fsk_mod.c │ │ ├── fsk_mod_ext_vco.c │ │ ├── fsk_put_test_bits.c │ │ ├── generate_codebook.c │ │ ├── generate_wideband_map.c │ │ ├── golay23.c │ │ ├── golay23.h │ │ ├── golaydectable.h │ │ ├── golayenctable.h │ │ ├── gp_interleaver.c │ │ ├── gp_interleaver.h │ │ ├── hanning.h │ │ ├── horus_api.c │ │ ├── horus_api.h │ │ ├── horus_demod.c │ │ ├── horus_l2.c │ │ ├── horus_l2.h │ │ ├── ht_coeff.h │ │ ├── insert_errors.c │ │ ├── interldpc.c │ │ ├── interldpc.h │ │ ├── interp.c │ │ ├── interp.h │ │ ├── kiss_fft.c │ │ ├── kiss_fft.h │ │ ├── kiss_fftr.c │ │ ├── kiss_fftr.h │ │ ├── ldpc_dec.c │ │ ├── ldpc_enc.c │ │ ├── linreg.c │ │ ├── linreg.h │ │ ├── listensim.sh │ │ ├── lpc.c │ │ ├── lpc.h │ │ ├── lsp.c │ │ ├── lsp.h │ │ ├── machdep.h │ │ ├── mbest.c │ │ ├── mbest.h │ │ ├── modem_probe.c │ │ ├── modem_probe.h │ │ ├── modem_stats.c │ │ ├── modem_stats.h │ │ ├── mpdecode_core.c │ │ ├── mpdecode_core.h │ │ ├── newamp1.c │ │ ├── newamp1.h │ │ ├── nlp.c │ │ ├── nlp.h │ │ ├── noise_samples.h │ │ ├── octave.c │ │ ├── octave.h │ │ ├── ofdm.c │ │ ├── ofdm_bpf_coeff.h │ │ ├── ofdm_demod.c │ │ ├── ofdm_get_test_bits.c │ │ ├── ofdm_internal.h │ │ ├── ofdm_mod.c │ │ ├── ofdm_put_test_bits.c │ │ ├── os.h │ │ ├── pack.c │ │ ├── phase.c │ │ ├── phase.h │ │ ├── phaseexp.c │ │ ├── phaseexp.h │ │ ├── pilot_coeff.h │ │ ├── pilots_coh.h │ │ ├── postfilter.c │ │ ├── postfilter.h │ │ ├── quantise.c │ │ ├── quantise.h │ │ ├── resample.c │ │ ├── rn.h │ │ ├── rn_coh.h │ │ ├── rxdec_coeff.h │ │ ├── sim.sh │ │ ├── sine.c │ │ ├── sine.h │ │ ├── ssbfilt_coeff.h │ │ ├── tdma.c │ │ ├── tdma.h │ │ ├── test_bits.h │ │ ├── test_bits_coh.h │ │ ├── test_bits_ofdm.h │ │ ├── varicode.c │ │ ├── varicode.h │ │ ├── varicode_table.h │ │ ├── vhf_deframe_c2.c │ │ └── vhf_frame_c2.c │ ├── stm32 │ │ ├── CMakeLists.txt │ │ ├── MENU.txt │ │ ├── Makefile │ │ ├── README.txt │ │ ├── cmake │ │ │ ├── arm_header.cmake │ │ │ └── arm_toolchain.cmake │ │ ├── inc │ │ │ ├── debugblinky.h │ │ │ ├── gdb_stdio.h │ │ │ ├── iir_duc.h │ │ │ ├── iir_tuner.h │ │ │ ├── menu.h │ │ │ ├── morse.h │ │ │ ├── new_i2c.h │ │ │ ├── sfx.h │ │ │ ├── si53xx.h │ │ │ ├── sine.h │ │ │ ├── sm1000_leds_switches.h │ │ │ ├── sounds.h │ │ │ ├── stm32f4_adc.h │ │ │ ├── stm32f4_adc_tuner.h │ │ │ ├── stm32f4_dac.h │ │ │ ├── stm32f4_dacduc.h │ │ │ ├── stm32f4_usb_vcp.h │ │ │ ├── stm32f4_vrom.h │ │ │ ├── stm32f4xx_conf.h │ │ │ ├── tm_stm32f4_gpio.h │ │ │ ├── tm_stm32f4_mco_output.h │ │ │ ├── tone.h │ │ │ └── tot.h │ │ ├── src │ │ │ ├── adc_rec.c │ │ │ ├── adc_rec_usb.c │ │ │ ├── adc_sd.c │ │ │ ├── adc_sfdr_ut.c │ │ │ ├── adcdac_ut.c │ │ │ ├── codec2_profile.c │ │ │ ├── dac_it.c │ │ │ ├── dac_play.c │ │ │ ├── dac_ut.c │ │ │ ├── dac_ut_fast.c │ │ │ ├── debugblinky.c │ │ │ ├── fast_dac_ut.c │ │ │ ├── fdmdv_dump_rt.c │ │ │ ├── fdmdv_profile.c │ │ │ ├── fft_test.c │ │ │ ├── freedv_rx_profile.c │ │ │ ├── freedv_tx_profile.c │ │ │ ├── gdb_stdio.c │ │ │ ├── iir_duc.c │ │ │ ├── iir_tuner.c │ │ │ ├── init.c │ │ │ ├── mco_ut.c │ │ │ ├── menu.c │ │ │ ├── morse.c │ │ │ ├── new_i2c.c │ │ │ ├── power_ut.c │ │ │ ├── sfx.c │ │ │ ├── si5351_ut.c │ │ │ ├── si53xx.c │ │ │ ├── sine.c │ │ │ ├── sm1000_leds_switches.c │ │ │ ├── sm1000_leds_switches_ut.c │ │ │ ├── sm1000_main.c │ │ │ ├── sm2000_adc_dump.c │ │ │ ├── sm2000_rxdemo.c │ │ │ ├── sm2000_stw.c │ │ │ ├── sounds.c │ │ │ ├── startup_stm32f4xx.s │ │ │ ├── stm32f4_adc.c │ │ │ ├── stm32f4_adc_tuner.c │ │ │ ├── stm32f4_dac.c │ │ │ ├── stm32f4_dacduc.c │ │ │ ├── stm32f4_dacloduc.c │ │ │ ├── stm32f4_machdep.c │ │ │ ├── stm32f4_pwm.c │ │ │ ├── stm32f4_usb_vcp.c │ │ │ ├── stm32f4_vrom.c │ │ │ ├── system_stm32f4xx.c │ │ │ ├── timer_ut.c │ │ │ ├── tm_stm32f4_gpio.c │ │ │ ├── tm_stm32f4_mco_output.c │ │ │ ├── tone.c │ │ │ ├── tot.c │ │ │ ├── tuner_ut.c │ │ │ ├── usb_vcp_ut.c │ │ │ └── usb_vsp_ut.c │ │ ├── stlink │ │ │ ├── elfsym.c │ │ │ ├── elfsym.h │ │ │ └── stlink.patch │ │ ├── stm32_flash.ld │ │ ├── stm32_ram.ld │ │ ├── usb_conf │ │ │ ├── usb_bsp.c │ │ │ ├── usb_bsp.h │ │ │ ├── usb_conf.h │ │ │ ├── usbd_conf.h │ │ │ ├── usbd_desc.c │ │ │ ├── usbd_desc.h │ │ │ └── usbd_usr.c │ │ └── usb_lib │ │ │ ├── cdc │ │ │ ├── usbd_cdc_core.c │ │ │ ├── usbd_cdc_core.h │ │ │ ├── usbd_cdc_vcp.c │ │ │ └── usbd_cdc_vcp.h │ │ │ ├── core │ │ │ ├── usbd_core.c │ │ │ ├── usbd_core.h │ │ │ ├── usbd_def.h │ │ │ ├── usbd_ioreq.c │ │ │ ├── usbd_ioreq.h │ │ │ ├── usbd_req.c │ │ │ ├── usbd_req.h │ │ │ └── usbd_usr.h │ │ │ └── otg │ │ │ ├── usb_core.c │ │ │ ├── usb_core.h │ │ │ ├── usb_dcd.c │ │ │ ├── usb_dcd.h │ │ │ ├── usb_dcd_int.c │ │ │ ├── usb_dcd_int.h │ │ │ ├── usb_defines.h │ │ │ └── usb_regs.h │ ├── unittest │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── README │ │ ├── c2validate.c │ │ ├── c2validate.h │ │ ├── create_interleaver.c │ │ ├── de.c │ │ ├── dvdongle2.c │ │ ├── extract.c │ │ ├── fdmdv_mem.c │ │ ├── ge_train.c │ │ ├── genampdata.c │ │ ├── genlsp.c │ │ ├── genphdata.c │ │ ├── genres.c │ │ ├── hts1a.h │ │ ├── hts1a_1300.h │ │ ├── lsp1.txt │ │ ├── lsp10.txt │ │ ├── lsp2.txt │ │ ├── lsp3.txt │ │ ├── lsp4.txt │ │ ├── lsp45678910.txt │ │ ├── lsp5.txt │ │ ├── lsp6.txt │ │ ├── lsp7.txt │ │ ├── lsp8.txt │ │ ├── lsp9.txt │ │ ├── lspd456.txt │ │ ├── lspd678910.txt │ │ ├── lspd78.txt │ │ ├── lspd910.txt │ │ ├── lspjnd5-10.txt │ │ ├── mksine.c │ │ ├── polar2rect.c │ │ ├── pre.c │ │ ├── raw2h.c │ │ ├── run_tests.sh │ │ ├── scalarlsptest.c │ │ ├── sd.c │ │ ├── sd.h │ │ ├── speexlsptest.c │ │ ├── speexnoisesup.c │ │ ├── t16_8.c │ │ ├── t16_8_short.c │ │ ├── t48_8.c │ │ ├── t_helpers.c │ │ ├── t_helpers.h │ │ ├── tc2wideband.c │ │ ├── tcodec2.c │ │ ├── tcohpsk.c │ │ ├── tcontphase.c │ │ ├── tdct2.c │ │ ├── tdec.c │ │ ├── tdeframer.c │ │ ├── test_cohpsk_ch.c │ │ ├── tfdmdv.c │ │ ├── tfifo.c │ │ ├── tfmfsk.c │ │ ├── tfreedv_data_channel.c │ │ ├── tfsk.c │ │ ├── tinterp.c │ │ ├── tlininterp.c │ │ ├── tlspsens.c │ │ ├── tnewamp1.c │ │ ├── tnlp.c │ │ ├── tofdm.c │ │ ├── tprede.c │ │ ├── tquant.c │ │ ├── tsrc.c │ │ ├── vq_train_jvm.c │ │ └── vqtrain.c │ └── wav │ │ ├── all.wav │ │ ├── cross.wav │ │ ├── cross_melp2400.wav │ │ ├── f2400.wav │ │ ├── forig.wav │ │ ├── forig_ambe2000.wav │ │ ├── forig_speex_8k.wav │ │ ├── hts1a.wav │ │ ├── hts1a_ambe2000.wav │ │ ├── hts1a_c2_v0.1.wav │ │ ├── hts1a_c2_v0.1a.wav │ │ ├── hts1a_g729a.wav │ │ ├── hts1a_lpc10.wav │ │ ├── hts1a_speex_8k.wav │ │ ├── hts2a.wav │ │ ├── hts2a_ambe2000.wav │ │ ├── hts2a_c2_v0.1.wav │ │ ├── hts2a_c2_v0.1a.wav │ │ ├── hts2a_g729a.wav │ │ ├── hts2a_lpc10.wav │ │ ├── hts2a_speex_8k.wav │ │ ├── m2400.wav │ │ ├── mmt1.wav │ │ ├── mmt1_ambe2000.wav │ │ ├── mmt1_c2_v01a.wav │ │ ├── mmt1_lpc10.wav │ │ ├── mmt1_speex_8k.wav │ │ ├── morig.wav │ │ ├── morig_ambe2000.wav │ │ ├── morig_speex_8k.wav │ │ ├── ve9qrp.wav │ │ ├── vk5qi.wav │ │ ├── x200_ext.wav │ │ └── x200_int.wav │ └── main │ ├── AndroidManifest.xml │ ├── cpp │ ├── CMakeLists.txt │ ├── Codec2JNI.cpp │ └── codec2 │ │ ├── codec2.h │ │ ├── codec2 │ │ └── version.h │ │ ├── codec2_fdmdv.h │ │ ├── comp.h │ │ ├── kiss_fft.h │ │ ├── modem_stats.h │ │ └── varicode.h │ ├── java │ └── com │ │ └── ustadmobile │ │ └── codec2 │ │ ├── Codec2.java │ │ └── Codec2Decoder.java │ └── res │ ├── drawable-v24 │ └── ic_launcher_foreground.xml │ ├── drawable │ └── ic_launcher_background.xml │ ├── mipmap-anydpi-v26 │ ├── ic_launcher.xml │ └── ic_launcher_round.xml │ ├── mipmap-hdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ ├── mipmap-mdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ ├── mipmap-xhdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ ├── mipmap-xxhdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ ├── mipmap-xxxhdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ └── values │ ├── colors.xml │ ├── strings.xml │ └── styles.xml ├── local.properties ├── models ├── build.gradle └── src │ └── main │ └── assets │ └── model-en-us │ ├── README │ ├── am │ └── final.mdl │ ├── conf │ ├── mfcc.conf │ └── model.conf │ ├── graph │ ├── Gr.fst │ ├── HCLr.fst │ ├── disambig_tid.int │ └── phones │ │ └── word_boundary.int │ └── ivector │ ├── final.dubm │ ├── final.ie │ ├── final.mat │ ├── global_cmvn.stats │ ├── online_cmvn.conf │ └── splice.conf └── settings.gradle /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/.gitmodules -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/README.md -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/build.gradle -------------------------------------------------------------------------------- /app/key.jks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/key.jks -------------------------------------------------------------------------------- /app/local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/local.properties -------------------------------------------------------------------------------- /app/proguard-gradle-repackage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/proguard-gradle-repackage.txt -------------------------------------------------------------------------------- /app/proguard-gradle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/proguard-gradle.txt -------------------------------------------------------------------------------- /app/src/gov/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/gov/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/src/main/aidl/org/meshtastic/core/model/DataPacket.aidl: -------------------------------------------------------------------------------- 1 | package org.meshtastic.core.model; 2 | 3 | parcelable DataPacket; -------------------------------------------------------------------------------- /app/src/main/aidl/org/meshtastic/core/model/MeshUser.aidl: -------------------------------------------------------------------------------- 1 | package org.meshtastic.core.model; 2 | 3 | parcelable MeshUser; -------------------------------------------------------------------------------- /app/src/main/aidl/org/meshtastic/core/model/MyNodeInfo.aidl: -------------------------------------------------------------------------------- 1 | package org.meshtastic.core.model; 2 | 3 | parcelable MyNodeInfo; -------------------------------------------------------------------------------- /app/src/main/aidl/org/meshtastic/core/model/NodeInfo.aidl: -------------------------------------------------------------------------------- 1 | package org.meshtastic.core.model; 2 | 3 | parcelable NodeInfo; -------------------------------------------------------------------------------- /app/src/main/aidl/org/meshtastic/core/model/Position.aidl: -------------------------------------------------------------------------------- 1 | package org.meshtastic.core.model; 2 | 3 | parcelable Position; -------------------------------------------------------------------------------- /app/src/main/assets/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/assets/plugin.xml -------------------------------------------------------------------------------- /app/src/main/java/org/meshtastic/core/model/DataPacket.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/java/org/meshtastic/core/model/DataPacket.kt -------------------------------------------------------------------------------- /app/src/main/java/org/meshtastic/core/model/MyNodeInfo.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/java/org/meshtastic/core/model/MyNodeInfo.kt -------------------------------------------------------------------------------- /app/src/main/java/org/meshtastic/core/model/NodeInfo.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/java/org/meshtastic/core/model/NodeInfo.kt -------------------------------------------------------------------------------- /app/src/main/res/drawable/btn_gray.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/drawable/btn_gray.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/drawable/ic_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/drawable/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/drawable/ic_red.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/mesh_logo_playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/drawable/mesh_logo_playstore.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/new_dark_button_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/drawable/new_dark_button_bg.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/new_dark_button_disabled.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/drawable/new_dark_button_disabled.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/new_dark_button_selected.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/drawable/new_dark_button_selected.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/main_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/layout/main_layout.xml -------------------------------------------------------------------------------- /app/src/main/res/values/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/values/arrays.xml -------------------------------------------------------------------------------- /app/src/main/res/values/color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/values/color.xml -------------------------------------------------------------------------------- /app/src/main/res/values/dimen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/values/dimen.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/preferences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/app/src/main/res/xml/preferences.xml -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/typst.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/gradle/typst.gradle -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/gradlew.bat -------------------------------------------------------------------------------- /libcodec2-android/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | **/.cxx 3 | 4 | -------------------------------------------------------------------------------- /libcodec2-android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/build.gradle -------------------------------------------------------------------------------- /libcodec2-android/imported-lib/arm64-v8a/libCodec2JNI.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/imported-lib/arm64-v8a/libCodec2JNI.so -------------------------------------------------------------------------------- /libcodec2-android/imported-lib/arm64-v8a/libcodec2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/imported-lib/arm64-v8a/libcodec2.so -------------------------------------------------------------------------------- /libcodec2-android/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/proguard-rules.pro -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/CMakeLists.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/COPYING -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/INSTALL -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/README -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/README_fdmdv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/README_fdmdv.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/README_fsk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/README_fsk.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/README_ofdm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/README_ofdm.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/cmake/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/cmake/config.h.in -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/cmake/version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/cmake/version.h.in -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/codec2.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/codec2.pc.in -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/debian/changelog -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/codec2.doc-base.EX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/debian/codec2.doc-base.EX -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/codec2.install: -------------------------------------------------------------------------------- 1 | usr/bin/* 2 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/codec21.dirs: -------------------------------------------------------------------------------- 1 | usr/lib 2 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/codec21.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/debian/codec21.install -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/debian/control -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/debian/copyright -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/docs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/debian/docs -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/libcodec2-dev.dirs: -------------------------------------------------------------------------------- 1 | usr/lib 2 | usr/include 3 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/libcodec2-dev.install: -------------------------------------------------------------------------------- 1 | usr/include/* 2 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/libcodec2.install: -------------------------------------------------------------------------------- 1 | usr/lib/* 2 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/debian/rules -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/H2064_516_sparse.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/H2064_516_sparse.mat -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/HRA_112_112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/HRA_112_112.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/HRA_112_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/HRA_112_56.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/HRA_56_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/HRA_56_28.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/HRA_56_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/HRA_56_56.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/Mat2Hrows.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/Mat2Hrows.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/adc_plot_spec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/adc_plot_spec.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/adc_sfdr_ut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/adc_sfdr_ut.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/adcres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/adcres.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/autotest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/autotest.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/av_imp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/av_imp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/bandpasssampling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/bandpasssampling.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/bfq19ssa.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/bfq19ssa.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/bpf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/bpf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/bpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/bpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/c2wideband_batch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/c2wideband_batch.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/c2wideband_const.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/c2wideband_const.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/c2wideband_fbf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/c2wideband_fbf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/c2wideband_map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/c2wideband_map -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cbphase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cbphase.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cellmodem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cellmodem.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ciccomp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ciccomp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/closed_quant_slope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/closed_quant_slope.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cma.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cml.patch -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/codec2_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/codec2_demo.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cohpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cohpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cohpsk_ch_fading.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cohpsk_ch_fading.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cohpsk_demod_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cohpsk_demod_plot.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cohpsk_plots.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cohpsk_plots.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/crc16.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/crc16.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/cspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/cspec.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/dacres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/dacres.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/dec_pager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/dec_pager.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/df_mixer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/df_mixer.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/diff_codec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/diff_codec.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/doppler_spread.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/doppler_spread.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/doppler_spread_ut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/doppler_spread_ut.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/estsnr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/estsnr.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv_demod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv_demod.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv_demod_c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv_demod_c.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv_demod_coh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv_demod_coh.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv_mod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv_mod.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv_sweep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv_sweep.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv_ut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv_ut.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv_ut_coh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv_ut_coh.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fdmdv_ut_freq_off.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fdmdv_ut_freq_off.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fm.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fmfsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fmfsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk4.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk_basic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk_basic.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk_basic_alt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk_basic_alt.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk_cont_phase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk_cont_phase.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk_eme.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk_eme.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk_horus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk_horus.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk_horus_2fsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk_horus_2fsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk_horus_stream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk_horus_stream.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fsk_lib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fsk_lib.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fskdemodgui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fskdemodgui.py -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/fuzzy_gray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/fuzzy_gray.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/gen_complex_short.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/gen_complex_short.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/gen_rn_coeffs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/gen_rn_coeffs.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/glottal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/glottal.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/gmsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/gmsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/gp_interleaver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/gp_interleaver.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/hackrf_dc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/hackrf_dc.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/hackrf_twotone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/hackrf_twotone.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/hackrf_uc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/hackrf_uc.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/handvq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/handvq.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/hf_modem_curves.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/hf_modem_curves.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/hf_sim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/hf_sim.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/hfper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/hfper.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/horus_high_speed.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/horus_high_speed.bin -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/horus_msg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/horus_msg.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/hp_filt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/hp_filt.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/impulse_noise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/impulse_noise.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/kmeans2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/kmeans2.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/kmeans_tests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/kmeans_tests.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ldpc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ldpc.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ldpc_fsk_lib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ldpc_fsk_lib.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ldpc_gen_h_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ldpc_gen_h_file.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ldpc_qpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ldpc_qpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ldpc_short.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ldpc_short.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ldpcdec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ldpcdec.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ldpcenc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ldpcenc.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ldpcut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ldpcut.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/linreg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/linreg.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/load_comp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/load_comp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/load_hackrf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/load_hackrf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/load_raw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/load_raw.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/lpcauto.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/lpcauto.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/lpcpf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/lpcpf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/lsp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/lsp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/lsp_pdf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/lsp_pdf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/lspvar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/lspvar.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/lspwarp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/lspwarp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/mag_to_phase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/mag_to_phase.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/make_hilb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/make_hilb.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/make_ssbfilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/make_ssbfilt.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/mancyfsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/mancyfsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/melstats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/melstats.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/melvq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/melvq.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/mfsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/mfsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/newamp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/newamp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/newamp1_batch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/newamp1_batch.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/newamp1_compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/newamp1_compare.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/newamp1_fbf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/newamp1_fbf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/newamp_batch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/newamp_batch.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/newamp_fbf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/newamp_fbf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/nf_from_gr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/nf_from_gr.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/nf_from_stdio.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/nf_from_stdio.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_demod_c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_demod_c.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_dev.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_dev.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_ldpc_rx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_ldpc_rx.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_ldpc_tx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_ldpc_tx.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_lib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_lib.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_load_const.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_load_const.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_rs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_rs.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_rx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_rx.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/ofdm_tx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/ofdm_tx.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/open_quant_slope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/open_quant_slope.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/oqpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/oqpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/phase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/phase.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/phase2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/phase2.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/phasesecord.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/phasesecord.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/pitch_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/pitch_test.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/pl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/pl.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/pl2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/pl2.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plamp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plamp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plinterp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plinterp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/pllpcpf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/pllpcpf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/pllsp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/pllsp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/pllspdt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/pllspdt.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plnlp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plnlp.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plot_specgram.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plot_specgram.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plphase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plphase.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plpitch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plpitch.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plppe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plppe.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plsub.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plsub.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/plvoicing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/plvoicing.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/png.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/png.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/postfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/postfilter.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/pulse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/pulse.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/qpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/qpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/rfdesign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/rfdesign.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/s_param_rf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/s_param_rf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/sample_clock_offset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/sample_clock_offset.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/save_array_c_header.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/save_array_c_header.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/save_raw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/save_raw.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/sd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/sd.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/spec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/spec.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tcohpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tcohpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tdetphase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tdetphase.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/telem_upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/telem_upload.py -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_cohpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_cohpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_cohpsk_ch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_cohpsk_ch.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_dqpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_dqpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_dqpsk2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_dqpsk2.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_dsss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_dsss.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_dsss_pilot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_dsss_pilot.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_fec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_fec.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_foff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_foff.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_ftrack.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_ftrack.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_ldpc_fsk_lib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_ldpc_fsk_lib.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_ml.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_ml.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_pilot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_pilot.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_qpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_qpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_qpsk2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_qpsk2.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/test_qpsk3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/test_qpsk3.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tfdmdv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tfdmdv.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tfmfsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tfmfsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tfsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tfsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tfsk_2400a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tfsk_2400a.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tget_spec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tget_spec.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tlinreg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tlinreg.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tnewamp1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tnewamp1.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tofdm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tofdm.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tpapr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tpapr.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tqpsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tqpsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/train_120_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/train_120_1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/train_120_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/train_120_2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/trellis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/trellis.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/twod_fbf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/twod_fbf.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/twomixer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/twomixer.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/twotone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/twotone.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/twotone1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/twotone1.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/tximage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/tximage.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/undersample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/undersample.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vhf_pa.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vhf_pa.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq_construct_mg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq_construct_mg.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq_nm_xx_11_40_hpf150: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq_nm_xx_11_40_hpf150 -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq_pager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq_pager.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq_search_gain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq_search_gain.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq_search_mse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq_search_mse.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq_search_para.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq_search_para.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq_search_sg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq_search_sg.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/vq_search_slope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/vq_search_slope.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/xormixer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/xormixer.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/octave/yafsk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/octave/yafsk.m -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/b0067.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/b0067.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/cq_ref.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/cq_ref.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/cross.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/cross.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/cross_melp2400.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/cross_melp2400.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/f2400.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/f2400.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/forig.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/forig.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/forig_ambe2000.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/forig_ambe2000.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/forig_g729a.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/forig_g729a.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/forig_gsm13k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/forig_gsm13k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/forig_speex_8k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/forig_speex_8k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/g3plx.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/g3plx.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts1.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts1.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts1a.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts1a.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts1a_ambe2000.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts1a_ambe2000.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts1a_g729a.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts1a_g729a.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts1a_gsm13k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts1a_gsm13k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts1a_melp.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts1a_melp.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts1a_speex_8k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts1a_speex_8k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts2.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts2.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts2a.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts2a.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts2a_ambe2000.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts2a_ambe2000.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts2a_g729a.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts2a_g729a.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts2a_gsm13k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts2a_gsm13k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts2a_melp.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts2a_melp.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/hts2a_speex_8k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/hts2a_speex_8k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/k6hx.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/k6hx.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/kristoff.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/kristoff.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/m2400.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/m2400.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/mmt1.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/mmt1.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/mmt1_ambe2000.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/mmt1_ambe2000.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/mmt1_g729a.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/mmt1_g729a.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/mmt1_gsm13k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/mmt1_gsm13k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/mmt1_speex_8k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/mmt1_speex_8k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/morig.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/morig.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/morig_ambe2000.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/morig_ambe2000.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/morig_g729a.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/morig_g729a.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/morig_gsm13k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/morig_gsm13k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/morig_speex_8k.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/morig_speex_8k.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/sine1k_2Hz_spread.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/sine1k_2Hz_spread.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/speech_orig_16k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/speech_orig_16k.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/ve9qrp.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/ve9qrp.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/ve9qrp_10s.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/ve9qrp_10s.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/raw/vk5qi.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/raw/vk5qi.raw -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/script/menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/script/menu.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/script/playraw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/script/playraw.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/script/raw2wav.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/script/raw2wav.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/script/separate_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/script/separate_all.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/script/wav2raw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/script/wav2raw.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/CMakeLists.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/H2064_516_sparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/H2064_516_sparse.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/HRA_112_112.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/HRA_112_112.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/_kiss_fft_guts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/_kiss_fft_guts.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ampexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ampexp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ampexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ampexp.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/bpf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/bpf.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/bpfb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/bpfb.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/c2dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/c2dec.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/c2demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/c2demo.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/c2enc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/c2enc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/c2file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/c2file.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/c2sim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/c2sim.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/c2wideband.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/c2wideband.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/c2wideband.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/c2wideband.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/c2wideband_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/c2wideband_map.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp10.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp4.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp5.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp6.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp7.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp8.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/dlsp9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/dlsp9.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/gecb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/gecb.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp10.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp4.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp5.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp6.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp7.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp8.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp8910.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp8910.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lsp9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lsp9.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspdt.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt1-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspdt1-10.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspdt1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt10.txt: -------------------------------------------------------------------------------- 1 | 1 2 2 | -50 3 | 50 4 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspdt2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspdt3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspdt4.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspdt5.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspdt6.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt7.txt: -------------------------------------------------------------------------------- 1 | 1 2 2 | -50 3 | 50 4 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt8.txt: -------------------------------------------------------------------------------- 1 | 1 2 2 | -50 3 | 50 4 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspdt9.txt: -------------------------------------------------------------------------------- 1 | 1 2 2 | -50 3 | 50 4 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspjvm1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspjvm1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspjvm2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspjvm2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspjvm3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspjvm3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspmelvq1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspmelvq1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspmelvq2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspmelvq2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspmelvq3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspmelvq3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspres_bw1.txt: -------------------------------------------------------------------------------- 1 | 1 4 2 | 35 3 | 80 4 | 140 5 | 250 6 | -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspres_bw2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspres_bw2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspvqanssi1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspvqanssi1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspvqanssi2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspvqanssi2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspvqanssi3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspvqanssi3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspvqanssi4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspvqanssi4.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspvqexp1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspvqexp1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspvqexp2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspvqexp2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/lspvqexp3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/lspvqexp3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/mel1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/mel1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/mel2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/mel2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/mel3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/mel3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/mel4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/mel4.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/mel5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/mel5.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/mel6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/mel6.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/train_120_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/train_120_1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebook/train_120_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebook/train_120_2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebookd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebookd.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebookdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebookdt.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebookge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebookge.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebookjvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebookjvm.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebooknewamp1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebooknewamp1.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebooknewamp1_energy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebooknewamp1_energy.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebookres.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebookres.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codebookvq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codebookvq.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2_cohpsk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2_cohpsk.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2_fdmdv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2_fdmdv.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2_fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2_fft.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2_fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2_fft.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2_fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2_fifo.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2_fm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2_fm.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2_internal.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/codec2_ofdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/codec2_ofdm.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/cohpsk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/cohpsk.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/cohpsk_ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/cohpsk_ch.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/cohpsk_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/cohpsk_defs.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/cohpsk_demod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/cohpsk_demod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/cohpsk_get_test_bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/cohpsk_get_test_bits.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/cohpsk_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/cohpsk_internal.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/cohpsk_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/cohpsk_mod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/cohpsk_put_test_bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/cohpsk_put_test_bits.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/comp.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/comp_prim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/comp_prim.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/dct2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/dct2.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/dct2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/dct2.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/defines.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/drs232.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/drs232.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/drs232_ldpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/drs232_ldpc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/dump.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/dump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/dump.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fdmdv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fdmdv.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fdmdv_channel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fdmdv_channel.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fdmdv_demod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fdmdv_demod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fdmdv_get_test_bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fdmdv_get_test_bits.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fdmdv_interleave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fdmdv_interleave.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fdmdv_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fdmdv_internal.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fdmdv_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fdmdv_mod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fdmdv_put_test_bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fdmdv_put_test_bits.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fec_dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fec_dec.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fec_enc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fec_enc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fifo.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fm.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fm_demod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fm_demod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fm_fir_coeff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fm_fir_coeff.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fmfsk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fmfsk.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fmfsk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fmfsk.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fmfsk_demod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fmfsk_demod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fmfsk_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fmfsk_mod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fq20.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fq20.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_api.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_api.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_api_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_api_internal.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_data_channel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_data_channel.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_data_channel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_data_channel.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_rx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_rx.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_tx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_tx.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_vhf_framing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_vhf_framing.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/freedv_vhf_framing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/freedv_vhf_framing.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fsk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fsk.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fsk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fsk.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fsk_demod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fsk_demod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fsk_get_test_bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fsk_get_test_bits.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fsk_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fsk_mod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fsk_mod_ext_vco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fsk_mod_ext_vco.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/fsk_put_test_bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/fsk_put_test_bits.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/generate_codebook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/generate_codebook.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/generate_wideband_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/generate_wideband_map.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/golay23.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/golay23.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/golay23.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/golay23.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/golaydectable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/golaydectable.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/golayenctable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/golayenctable.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/gp_interleaver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/gp_interleaver.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/gp_interleaver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/gp_interleaver.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/hanning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/hanning.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/horus_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/horus_api.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/horus_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/horus_api.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/horus_demod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/horus_demod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/horus_l2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/horus_l2.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/horus_l2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/horus_l2.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ht_coeff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ht_coeff.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/insert_errors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/insert_errors.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/interldpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/interldpc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/interldpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/interldpc.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/interp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/interp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/interp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/interp.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/kiss_fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/kiss_fft.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/kiss_fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/kiss_fft.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/kiss_fftr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/kiss_fftr.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/kiss_fftr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/kiss_fftr.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ldpc_dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ldpc_dec.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ldpc_enc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ldpc_enc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/linreg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/linreg.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/linreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/linreg.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/listensim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/listensim.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/lpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/lpc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/lpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/lpc.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/lsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/lsp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/lsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/lsp.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/machdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/machdep.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/mbest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/mbest.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/mbest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/mbest.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/modem_probe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/modem_probe.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/modem_probe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/modem_probe.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/modem_stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/modem_stats.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/modem_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/modem_stats.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/mpdecode_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/mpdecode_core.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/mpdecode_core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/mpdecode_core.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/newamp1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/newamp1.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/newamp1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/newamp1.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/nlp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/nlp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/nlp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/nlp.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/noise_samples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/noise_samples.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/octave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/octave.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/octave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/octave.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ofdm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ofdm.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ofdm_bpf_coeff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ofdm_bpf_coeff.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ofdm_demod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ofdm_demod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ofdm_get_test_bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ofdm_get_test_bits.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ofdm_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ofdm_internal.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ofdm_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ofdm_mod.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ofdm_put_test_bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ofdm_put_test_bits.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/os.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/pack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/pack.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/phase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/phase.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/phase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/phase.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/phaseexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/phaseexp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/phaseexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/phaseexp.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/pilot_coeff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/pilot_coeff.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/pilots_coh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/pilots_coh.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/postfilter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/postfilter.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/postfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/postfilter.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/quantise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/quantise.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/quantise.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/quantise.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/resample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/resample.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/rn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/rn.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/rn_coh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/rn_coh.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/rxdec_coeff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/rxdec_coeff.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/sim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/sim.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/sine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/sine.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/sine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/sine.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/ssbfilt_coeff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/ssbfilt_coeff.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/tdma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/tdma.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/tdma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/tdma.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/test_bits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/test_bits.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/test_bits_coh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/test_bits_coh.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/test_bits_ofdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/test_bits_ofdm.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/varicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/varicode.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/varicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/varicode.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/varicode_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/varicode_table.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/vhf_deframe_c2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/vhf_deframe_c2.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/src/vhf_frame_c2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/src/vhf_frame_c2.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/CMakeLists.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/MENU.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/MENU.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/Makefile -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/README.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/cmake/arm_header.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/cmake/arm_header.cmake -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/debugblinky.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/debugblinky.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/gdb_stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/gdb_stdio.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/iir_duc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/iir_duc.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/iir_tuner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/iir_tuner.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/menu.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/morse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/morse.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/new_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/new_i2c.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/sfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/sfx.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/si53xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/si53xx.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/sine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/sine.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/sounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/sounds.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/stm32f4_adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/stm32f4_adc.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/stm32f4_dac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/stm32f4_dac.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/stm32f4_dacduc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/stm32f4_dacduc.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/stm32f4_usb_vcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/stm32f4_usb_vcp.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/stm32f4_vrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/stm32f4_vrom.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/stm32f4xx_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/stm32f4xx_conf.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/tm_stm32f4_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/tm_stm32f4_gpio.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/tone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/tone.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/inc/tot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/inc/tot.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/adc_rec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/adc_rec.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/adc_rec_usb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/adc_rec_usb.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/adc_sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/adc_sd.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/adc_sfdr_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/adc_sfdr_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/adcdac_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/adcdac_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/codec2_profile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/codec2_profile.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/dac_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/dac_it.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/dac_play.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/dac_play.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/dac_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/dac_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/dac_ut_fast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/dac_ut_fast.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/debugblinky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/debugblinky.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/fast_dac_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/fast_dac_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/fdmdv_dump_rt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/fdmdv_dump_rt.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/fdmdv_profile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/fdmdv_profile.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/fft_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/fft_test.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/gdb_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/gdb_stdio.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/iir_duc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/iir_duc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/iir_tuner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/iir_tuner.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/init.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/mco_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/mco_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/menu.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/morse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/morse.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/new_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/new_i2c.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/power_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/power_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/sfx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/sfx.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/si5351_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/si5351_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/si53xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/si53xx.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/sine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/sine.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/sm1000_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/sm1000_main.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/sm2000_adc_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/sm2000_adc_dump.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/sm2000_rxdemo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/sm2000_rxdemo.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/sm2000_stw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/sm2000_stw.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/sounds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/sounds.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/stm32f4_adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/stm32f4_adc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/stm32f4_dac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/stm32f4_dac.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/stm32f4_dacduc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/stm32f4_dacduc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/stm32f4_dacloduc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/stm32f4_dacloduc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/stm32f4_machdep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/stm32f4_machdep.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/stm32f4_pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/stm32f4_pwm.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/stm32f4_usb_vcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/stm32f4_usb_vcp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/stm32f4_vrom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/stm32f4_vrom.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/system_stm32f4xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/system_stm32f4xx.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/timer_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/timer_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/tm_stm32f4_gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/tm_stm32f4_gpio.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/tone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/tone.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/tot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/tot.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/tuner_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/tuner_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/usb_vcp_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/usb_vcp_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/src/usb_vsp_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/src/usb_vsp_ut.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/stlink/elfsym.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/stlink/elfsym.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/stlink/elfsym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/stlink/elfsym.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/stlink/stlink.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/stlink/stlink.patch -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/stm32_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/stm32_flash.ld -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/stm32_ram.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/stm32_ram.ld -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_conf/usb_bsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_conf/usb_bsp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_conf/usb_bsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_conf/usb_bsp.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_conf/usb_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_conf/usb_conf.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_conf/usbd_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_conf/usbd_conf.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_conf/usbd_desc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_conf/usbd_desc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_conf/usbd_desc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_conf/usbd_desc.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_conf/usbd_usr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_conf/usbd_usr.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_lib/otg/usb_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_lib/otg/usb_core.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_lib/otg/usb_core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_lib/otg/usb_core.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/stm32/usb_lib/otg/usb_dcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/stm32/usb_lib/otg/usb_dcd.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/CMakeLists.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/Makefile.am -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/Makefile.in -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/README -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/c2validate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/c2validate.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/c2validate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/c2validate.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/de.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/de.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/dvdongle2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/dvdongle2.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/extract.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/extract.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/fdmdv_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/fdmdv_mem.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/ge_train.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/ge_train.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/genampdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/genampdata.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/genlsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/genlsp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/genphdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/genphdata.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/genres.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/genres.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/hts1a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/hts1a.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/hts1a_1300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/hts1a_1300.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp1.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp10.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp2.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp3.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp4.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp45678910.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp45678910.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp5.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp6.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp7.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp8.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lsp9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lsp9.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lspd456.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lspd456.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lspd678910.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lspd678910.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lspd78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lspd78.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lspd910.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lspd910.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/lspjnd5-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/lspjnd5-10.txt -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/mksine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/mksine.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/polar2rect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/polar2rect.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/pre.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/pre.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/raw2h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/raw2h.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/run_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/run_tests.sh -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/scalarlsptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/scalarlsptest.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/sd.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/sd.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/speexlsptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/speexlsptest.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/speexnoisesup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/speexnoisesup.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/t16_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/t16_8.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/t16_8_short.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/t16_8_short.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/t48_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/t48_8.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/t_helpers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/t_helpers.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/t_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/t_helpers.h -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tc2wideband.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tc2wideband.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tcodec2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tcodec2.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tcohpsk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tcohpsk.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tcontphase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tcontphase.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tdct2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tdct2.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tdec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tdec.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tdeframer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tdeframer.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/test_cohpsk_ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/test_cohpsk_ch.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tfdmdv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tfdmdv.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tfifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tfifo.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tfmfsk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tfmfsk.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tfsk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tfsk.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tinterp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tinterp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tlininterp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tlininterp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tlspsens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tlspsens.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tnewamp1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tnewamp1.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tnlp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tnlp.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tofdm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tofdm.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tprede.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tprede.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tquant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tquant.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/tsrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/tsrc.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/vq_train_jvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/vq_train_jvm.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/unittest/vqtrain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/unittest/vqtrain.c -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/all.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/all.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/cross.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/cross.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/cross_melp2400.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/cross_melp2400.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/f2400.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/f2400.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/forig.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/forig.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/forig_ambe2000.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/forig_ambe2000.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/forig_speex_8k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/forig_speex_8k.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts1a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts1a.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts1a_ambe2000.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts1a_ambe2000.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts1a_c2_v0.1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts1a_c2_v0.1.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts1a_c2_v0.1a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts1a_c2_v0.1a.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts1a_g729a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts1a_g729a.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts1a_lpc10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts1a_lpc10.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts1a_speex_8k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts1a_speex_8k.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts2a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts2a.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts2a_ambe2000.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts2a_ambe2000.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts2a_c2_v0.1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts2a_c2_v0.1.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts2a_c2_v0.1a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts2a_c2_v0.1a.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts2a_g729a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts2a_g729a.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts2a_lpc10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts2a_lpc10.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/hts2a_speex_8k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/hts2a_speex_8k.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/m2400.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/m2400.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/mmt1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/mmt1.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/mmt1_ambe2000.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/mmt1_ambe2000.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/mmt1_c2_v01a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/mmt1_c2_v01a.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/mmt1_lpc10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/mmt1_lpc10.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/mmt1_speex_8k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/mmt1_speex_8k.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/morig.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/morig.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/morig_ambe2000.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/morig_ambe2000.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/morig_speex_8k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/morig_speex_8k.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/ve9qrp.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/ve9qrp.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/vk5qi.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/vk5qi.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/x200_ext.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/x200_ext.wav -------------------------------------------------------------------------------- /libcodec2-android/src/codec2/wav/x200_int.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/codec2/wav/x200_int.wav -------------------------------------------------------------------------------- /libcodec2-android/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/CMakeLists.txt -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/Codec2JNI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/Codec2JNI.cpp -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/codec2/codec2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/codec2/codec2.h -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/codec2/codec2/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/codec2/codec2/version.h -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/codec2/codec2_fdmdv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/codec2/codec2_fdmdv.h -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/codec2/comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/codec2/comp.h -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/codec2/kiss_fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/codec2/kiss_fft.h -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/codec2/modem_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/codec2/modem_stats.h -------------------------------------------------------------------------------- /libcodec2-android/src/main/cpp/codec2/varicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/cpp/codec2/varicode.h -------------------------------------------------------------------------------- /libcodec2-android/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /libcodec2-android/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /libcodec2-android/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/libcodec2-android/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/local.properties -------------------------------------------------------------------------------- /models/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/build.gradle -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/README -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/am/final.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/am/final.mdl -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/conf/mfcc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/conf/mfcc.conf -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/conf/model.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/conf/model.conf -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/graph/Gr.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/graph/Gr.fst -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/graph/HCLr.fst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/graph/HCLr.fst -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/ivector/final.dubm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/ivector/final.dubm -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/ivector/final.ie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/ivector/final.ie -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/ivector/final.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/ivector/final.mat -------------------------------------------------------------------------------- /models/src/main/assets/model-en-us/ivector/splice.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/models/src/main/assets/model-en-us/ivector/splice.conf -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meshtastic/ATAK-Plugin/HEAD/settings.gradle --------------------------------------------------------------------------------