Giter VIP home page Giter VIP logo

Comments (7)

owickstrom avatar owickstrom commented on September 22, 2024 1

I had the same issue on a recording this weekend, and will have a look at the parameters.

from komposition.

owickstrom avatar owickstrom commented on September 22, 2024 1

I've had that as well, but did a fix yesterday. Will ping you when it's merged to master. You can try it out here, also: #63

from komposition.

owickstrom avatar owickstrom commented on September 22, 2024

Thanks! 😃

All right, yeah I just picked some defaults as threshold values that have worked for me. These should be configurable on import, ideally.

In the meantime, would you like to try out running the sox command on your recording to find some good configuration for you? Have a look at

runSoxWithProgress
(ProgressUpdate "Splitting by silence")
[ sourcePath
, outputDir </> fileNameTemplate
, "silence"
, "1", "0", "0.05%"
, "1", "0.5", "0.05%"
, ":", "newfile"
, ":", "restart"
]
relFiles <- liftIO (System.Directory.listDirectory outputDir)
return (map (outputDir </>) (sort relFiles))
to see how it's set up. Something like the following:

sox silence in.wav out.wav 1 0 0.05% 1 0.5 0.05% : newfile : restart

I've been meaning to add configurable values in the importer, but haven't gotten around to it yet.

from komposition.

kay-is avatar kay-is commented on September 22, 2024

Awesome. I ordered a new mic, because of a podcast and screencast I have to do, I will report back.

from komposition.

kay-is avatar kay-is commented on September 22, 2024

I still got some issues with the new mic, but only in the preview. The rendering looks and sounds good, but sometimes there are glitches in the preview.

from komposition.

owickstrom avatar owickstrom commented on September 22, 2024

@kay-is That PR is merged to master now if you want to try the changes. Should improve the preview drastically.

from komposition.

kay-is avatar kay-is commented on September 22, 2024

Yes works much better, thank you :)

from komposition.

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.