Skip to content
View gilpanal's full-sized avatar
Block or Report

Block or report gilpanal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. FFTSpectralAnalyzer FFTSpectralAnalyzer Public

    Basic Android app to calculate power spectral density in real time from your device's microphone input, thanks to FFT.

    Java 12 7

  2. beatbytebot beatbytebot Public

    Telegram Bot for musicians, educators, sound engineers and people in general to share audio tracks.

    JavaScript 4

  3. beatbytebot_webapp beatbytebot_webapp Public template

    A new concept for collaborative music

    JavaScript 9

  4. beatbytebot_api beatbytebot_api Public

    GrpahQL API for beatbytebot project

    JavaScript 2

  5. The following code demonstrates how ... The following code demonstrates how to get a file from Telegram without exposing Bot Secret Token in the client side. In this case is used to retrieve a MP3, but the example should work for other file types. An intermediate API, (server.js) built using Node.js, get the raw data of the file and forward it to the web client (index.html and app.js)
    1
    const TEL_PATH = '/music/file_352.mp3'
    2
    const API_FILEDONWLOAD = 'http://localhost:3000/fileDownload?'
    3
    
    
    4
    const load = () => {
    5