qubodup

Results 52 comments of qubodup

On win32 in C:\Program Files\Mega-Nerd\libsndfile\, the files libsndfile-1.lib and libsndfile-1.def exist but the installation script seems to only look for libsndfile.lib and/or libsndfile.def Full solution at https://stackoverflow.com/questions/47779548/how-does-one-install-scikits-audiolab-0-11-0-on-windows/51379107#51379107 Unfortunately this leaves...

Perhaps it will work if kTimerInterval is changed the same way in TimerRecordDialog.cpp as well? https://github.com/tenacityteam/tenacity/blob/44968d3ac316e4a4fd465cb02976fc51699b44fc/src/TimerRecordDialog.cpp#L87 Found via https://github.com/tenacityteam/tenacity/search?q=kTimerInterval Ideally this would be configurable. There might be impact for low...

Cache files and/or plaintext databases are not a viable solution? I believe many of the very cheap hosts don't support sqlite.

For clarification: date-less, valid feeds are not supported right now and will require sqlite in the future?

> ![flare](https://user-images.githubusercontent.com/913982/40510376-7f289e7e-5f6a-11e8-9739-00bb61780873.png) yes please. brigazvi's engine logo suggestion is cool. The background color issue can be solved by giving it an outline. Slightly related: icon doesn't scale on Windows ![image](https://user-images.githubusercontent.com/18312/61584995-0f11bf00-ab52-11e9-8825-e69214bb9ec4.png)

I thought so too, I was trying to add wav files. Strangely (simplicity's sake?) those are not supported. Supported source formats: mp3 flac/cue wma m4a/m4b aac see https://github.com/yermak/AudioBookConverter This forces...

Looking at http://www.manpages.info/macosx/fs.5.html it seems there should be a `ufs/fs.h` but I doubt it's compatible. Looks like one OS X application included `linux/fs.h`: https://github.com/sv99/dosfstools-osx/blob/master/include/linux/fs.h . Perhaps you can try doing...

Hello, I'm glad to find a discussion about this already. Regarding automatic excerpt: It is not common to write blog post summaries anywhere. The first paragraph however is commonly a...

@Joooo Thanks! That solves it for me. I can't determine whether this is because of an issue with Arch Linux though, so I'll leave closing to somebody else :)

Thanks for looking into this, indeed it seems to fail because of the new version. Unfortunately 3.2 from https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/aubio&id=77445c817c8073d33d356416fe04b0d2527d5d64 fails to compile for me. replacing `aubio_pitchdetection_t * aubio;` with `aubio_pitch_t...