GithubHelp home page GithubHelp logo

Comments (7)

MattDietz avatar MattDietz commented on May 9, 2024

Try a WAV file, or merging #23 into your clone and recompiling, then using something like LAME to decode the file on the fly. The current code fails because it attempts to seek on a pipe (to grab the header and other meta about the audio), which is an illegal operation. The error raised is a generic catchall

from pifmrds.

12458 avatar 12458 commented on May 9, 2024

Ok i will apply the patch. Thanks

from pifmrds.

12458 avatar 12458 commented on May 9, 2024

How do I merge #23

from pifmrds.

MattDietz avatar MattDietz commented on May 9, 2024

The normal process is this:

// if you haven't cloned yet:
git clone https://github.com/ChristopheJacquet/PiFmRds.git

git remote add SOME_REMOTE_NAME https://github.com/Hatagashira/PiFmRds.git
git fetch --all
git merge SOME_REMOTE_NAME/patch-1

However, the branch says it has conflicts. All you really care about from that patch are the "raw" mode changes he made.

I made that change in my repo a month back if you'd like to grab that instead: https://github.com/cerberus98/PiFmRds

Be warned I've been messing with the modulation math and I haven't really tested it out yet.

from pifmrds.

12458 avatar 12458 commented on May 9, 2024

What does conflicts mean

from pifmrds.

MattDietz avatar MattDietz commented on May 9, 2024

It means that there are changes on lines in the patch that were also changed in the repository and git isn't sure which changes to keep, so it's asking the patch implementer to decide.

from pifmrds.

LiuChiennan avatar LiuChiennan commented on May 9, 2024

hello, when I use the pipe, I met the same problem, how to solve it ?please!

from pifmrds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.