Coder Social home page Coder Social logo

Comments (3)

gordonklaus avatar gordonklaus commented on July 24, 2024

I could hazard a guess that you are receiving mono (single channel) audio and playing it stereo (two channel). But that would only explain half speed, not double.

Try checking the first return value from opusStr.Read to see if it makes sense.

Where do you set the sample rate for the Subsonic client? I only see rate passed to portaudio.OpenDefaultStream.

It's hard to say what the problem is since the code you've given is incomplete. Can you provide more?

from portaudio.

BigB84 avatar BigB84 commented on July 24, 2024

Thanks for fast response :)

Where do you set the sample rate for the Subsonic client? I only see rate passed to portaudio.OpenDefaultStream.

Oh sorry, I'll provide more code I forgot to add consts (I'll update first post code).

Try checking the first return value from opusStr.Read to see if it makes sense.

Could you provide more details, I'm not so experienced yet... Sorry for such question

maybe the problem is in my ffmpeg transcoding command that is called on server every request that this client makes?
ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -c:a libopus -f opus - where %s is source file and %bk is bitrate requested by client
I'm not sure if map is needed, but I haven't been digging into it yet.

from portaudio.

BigB84 avatar BigB84 commented on July 24, 2024

Ok, I'm so sorry, that was my fault...

I was surprised but sample rate changed while transcoding process (I tested and wrote stream to file that is normally passed to portaudio then checked its parameters with os media player).

44100 flac became 48000 opus and as you can see above I pass rate from flac so it makes it play in incorrect speed. (So I heard that is too slow and guessed wrong that is half speed)

Again I'm sorry mess and for taking your time. Thanks for developing this great library :)

from portaudio.

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.