Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 8F046724 for ; Sat, 13 Aug 2016 04:41:34 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-it0-f53.google.com (mail-it0-f53.google.com [209.85.214.53]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 11DCC8E for ; Sat, 13 Aug 2016 04:41:34 +0000 (UTC) Received: by mail-it0-f53.google.com with SMTP id n134so893413ith.1 for ; Fri, 12 Aug 2016 21:41:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=eBkF3ISkMSCDtRW+yt1kVFd259vD/xvrFrlDTEWJ918=; b=xdPdmvJ4V4lt+xsXZ3nkXCWgj3wDR1/esUh01xn5P4k9AVXnYo0iS1jSOcdX5VRaPM VsrwnkgliNHVqDDPNGNMrg/QkCGGzNOU6awyYjygZPaRvaqGi4FJytRRbapuLISKpltV aqj4vg3BUJhylt5WWuV2u2K8WUcDX4yTppxe9tanfIn2uP6r1PrxN+cjp7foRc72TMj6 rrt9Cj/FqNOUbalSiNAZSNVCeDxwUagMCtApCIt0NBIVKA2QGyNiInVGLqKO8SJUxlz9 itZjzm3x8kF/EZ5heuNJJ0VGo0oRpnHO830jJrVB+JNxawUcSDvTyrE1zgJQWrGA19Ug c0fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=eBkF3ISkMSCDtRW+yt1kVFd259vD/xvrFrlDTEWJ918=; b=bldWzeCXxij/6yqpuokvRmJUsWW1xKprcyN5O7+Pwqo7hXtcPcwzrdjTHQOjJOX/Pm Puo0uX1rQBGpPZNZR9Aq8WvK3BBYsouUFjcxA4AlvHWAUjHzPv+pLuvURUDeBqwnQ+Uj LCT7vnnVpmDktGXp2Wn03r3vL0Z/m2ms5s6cPzQge+bFbBzdAa8teVLW06/th20NN8e7 +HgEq1VIzmXMfcILFGqCO5LevtdvrOSTlowqDNAVRalNgqOVzTnrgubJ6CoM17qOdmIi Yeljx8TTWwhtQs1wGCRAGjF3YW0HfVq2ZamPoZ0Lh1Zh1y3+2ixJ585ObvhXvB5mnBrm qEOA== X-Gm-Message-State: AEkoous+uHjYNDLgbinSeAImtOVlwY3Ii2gCbRUfywjKRzc8oOumTyTcfPTtydctwyod9chwQCxYQVwygxdzAg== X-Received: by 10.36.155.213 with SMTP id o204mr2444554itd.96.1471063293460; Fri, 12 Aug 2016 21:41:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.128.97 with HTTP; Fri, 12 Aug 2016 21:41:32 -0700 (PDT) In-Reply-To: References: From: Daniel Hoffman Date: Fri, 12 Aug 2016 23:41:32 -0500 Message-ID: To: James MacWhyte , Bitcoin Protocol Discussion Content-Type: multipart/alternative; boundary=94eb2c05fb200c86be0539ec9d0a X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: Re: [bitcoin-dev] BIP Number Request: Addresses over Audio X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2016 04:41:34 -0000 --94eb2c05fb200c86be0539ec9d0a Content-Type: text/plain; charset=UTF-8 I started work on the decoder. It works by comparing each cycle of the sine wave recorded with a certain frequency (freq_t). The function that does this currently returns the last sample that falls in that range over all samples. The longest chain to match up with a certain frequency the best is interpreted as that frequency (assuming it passes an entrance floor to separate it from static). I will probably extrapolate the sine wave to more samples (320 kbps+), but this works OK just for testing. I am also prepping the docs per the official BIP spec. GitHub is https://github.com/Dako300/BIP-0170 Is it okay to host the BIP on my own GitHub, or do I need to host it on a more official repository? --94eb2c05fb200c86be0539ec9d0a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I started work on the decoder. It works by comparing each = cycle of the sine wave recorded with a certain frequency (freq_t). The func= tion that does this currently returns the last sample that falls in that ra= nge over all samples. The longest chain to match up with a certain frequenc= y the best is interpreted as that frequency (assuming it passes an entrance= floor to separate it from static).=C2=A0 I will probably extrapolate the s= ine wave to more samples (320 kbps+), but this works OK just for testing. I= am also prepping the docs per the official BIP spec.=C2=A0

<= div>GitHub is=C2=A0https://= github.com/Dako300/BIP-0170

Is it okay to host= the BIP on my own GitHub, or do I need to host it on a more official repos= itory?
--94eb2c05fb200c86be0539ec9d0a--