Code Monkey home page Code Monkey logo

Comments (5)

dmrschmidt avatar dmrschmidt commented on May 13, 2024

Currently this is not something that's supported by the library itself, no. So you'd need to create a temporary audio file yourself at the moment, wich you trim to the desired range. Depending on your use case it might be - but most likely isn't - acceptable to instead crop the resulting image.

With regards to supporting this use case from within the library directly, I don't think I'll be able to add this in anytime soon. I could see it as a useful addition though, so if you come up with a workable solution, I'd be more than happy to merge a PR :)

from dswaveformimage.

rastaman111 avatar rastaman111 commented on May 13, 2024

Currently this is not something that's supported by the library itself, no. So you'd need to create a temporary audio file yourself at the moment, wich you trim to the desired range. Depending on your use case it might be - but most likely isn't - acceptable to instead crop the resulting image.

With regards to supporting this use case from within the library directly, I don't think I'll be able to add this in anytime soon. I could see it as a useful addition though, so if you come up with a workable solution, I'd be more than happy to merge a PR :)

Yes, I know that you need to create a temporary file with the desired interval, there is nothing complicated here, there is a solution. But I can't find a ready-made good solution for RangeSlider specifically for audio files, although there are solutions from the video ...

from dswaveformimage.

dmrschmidt avatar dmrschmidt commented on May 13, 2024

Hey @rastaman111, I'm sorry but I'm not quite sure I understand what RangeSlider, and what video you are referring to. As far as I am aware, there is no RangeSlider native to UIKit or SwiftUI, so I assume you must be referring to another 3rd party library?

Regarding a workable solution to the original problem, you've problem come across this answer to how to slice an audio file within a CMTimeRange. (Haven't tested that myself but it looks pretty legit).

from dswaveformimage.

rastaman111 avatar rastaman111 commented on May 13, 2024

That's what I mean rangeSlider. That is, on your Waveline, move the sliders and select the range

from dswaveformimage.

dmrschmidt avatar dmrschmidt commented on May 13, 2024

OK, so yeah. That stackoverflow answer should do the trick for you or at the very least guide you into the right direction then. You'd just need to map that rangeSlider's selected min and max value to the CMTimeRange's desired values.

from dswaveformimage.

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.