Code Monkey home page Code Monkey logo

Comments (7)

hjheins avatar hjheins commented on August 26, 2024

The below might be a clue, though I have no idea how to achieve this.
http://yabb.jriver.com/interact/index.php?topic=74972.0

Hendrik-Jan

from gmrender-resurrect.

hzeller avatar hzeller commented on August 26, 2024

So according to the wav specification, there is no meta data (as the spec is from the early 90ies or so). But maybe some CD grabbers do that nowadays. My assumption is, that the file says something in the header how many samples it contains and then appends stuff beyond that; while gstreamer attempts to just play everything as sound.

Two things I'd try
a) did you actually use the current version of gstreamer (1.0.x) ? The old 0.10 version is not maintained anymore and maybe the newer version can deal with that
b) Can you convert the files to *.flac ? That is also lossless, but more compact and knows about metadata.

from gmrender-resurrect.

hjheins avatar hjheins commented on August 26, 2024

Agreed.

  1. Doing that. The issue is there.
  2. indeed converting to flac seems to help. However it would be nice to also be able to have this in wav. By your comment, are you basically pointing me to gstreamer for this?

As I found in the second comment: this seems indeed to be related to some header or footer data that should not be read as part of the wav stream.

from gmrender-resurrect.

hzeller avatar hzeller commented on August 26, 2024

Yes, this must be somewhere in gstreamer, as gmrender-resurrect passes all sound-file handling directly to gstreamer (gmrender never touches the raw audio stream; it essentially just passes the URL to gstreamer).

If you can create a minimal *.wav file and can create a gst-launch pipeline ( http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-using.html ) that exposes that problem, then you should file a bug with them: http://gstreamer.freedesktop.org/bugs/

from gmrender-resurrect.

hjheins avatar hjheins commented on August 26, 2024

OK, filed it against gstreamer.
Bug is: Bug 707757

from gmrender-resurrect.

hjheins avatar hjheins commented on August 26, 2024

After more than a month, we found out the issue:
gmrender is used in our setup as renderer for a combination of library twonky or minidlna, and remote jRiver.
When using a different bit of remote software, all of a sudden the noise at the end of the wav dissapeared.
So it looks like jRiver is the culprit here. (that should not even be possible, right?)

from gmrender-resurrect.

hzeller avatar hzeller commented on August 26, 2024

Glad it works now. Enjoy!

from gmrender-resurrect.

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.