Activity for Con Kolivas

  • Con Kolivas Con Kolivas posted a comment on discussion General Discussion

    I did a little bit more poking around to see what the cut off was before this problem kicks in and the steepest I can set the filter is 1 - .02 / lsx_to_3dB(rej). As soon as I set it to 1 - .01 or steeper it starts having this problem. My guess is pulseaudio is trying to adapt to the predicted extra latency somehow and failing, but I'm no expert on pulse.

  • Con Kolivas Con Kolivas modified a comment on discussion General Discussion

    I've attached a screenshot of running that script. As you can see, there is basically zero time in the frequency spectrum graph. The resultant file is only 80 bytes long compared to the original 3175280 bytes.

  • Con Kolivas Con Kolivas posted a comment on discussion General Discussion

    I've attached a screenshot of running that script. As you can see, there is basically zero time in the frequency graph.

  • Con Kolivas Con Kolivas modified a comment on discussion General Discussion

    And in pulseaudio source to try and add the steep filter, src/pulsecore/resampler/soxr.c line 152 add: quality_recipe |= SOXR_STEEP_FILTER; or of course you could just hard wire the SOXR_STEEP_FILTER on in soxr code.

  • Con Kolivas Con Kolivas posted a comment on discussion General Discussion

    And in pulseaudio source to try and add the steep filter, src/pulsecore/resampler/soxr.c line 152 add: quality_recipe |= SOXR_STEEP_FILTER;

  • Con Kolivas Con Kolivas posted a comment on discussion General Discussion

    /etc/pulse/daemon.conf : default-sample-format = s24le resample-method = soxr-vhq default-sample-rate = 96000 alternate-sample-rate = 88200

  • Con Kolivas Con Kolivas modified a comment on discussion General Discussion

    Sorry to bring this up again, but I've tried modifying pulseaudio with sox-vhq to quality_recipe |= SOXR_STEEP_FILTER without any other changes and I just get scrambled playback (100x speed) when using sox-vhq. Is this a pulse issue?

  • Con Kolivas Con Kolivas modified a comment on discussion General Discussion

    Sorry to bring this up again, but I've tried modifying pulseaudio with sox-vhq to quality_recipe |= SOXR_STEEP_FILTER without any other changes and I just get scrambled playback (10x speed) when using sox-vhq. Is this a pulse issue?

  • Con Kolivas Con Kolivas posted a comment on discussion General Discussion

    Sorry to bring this up again, but I've tried modifying pulseaudio with sox-vhq to quality_recipe |= SOXR_STEEP_FILTER and I just get scrambled playback (10x speed). Is this a pulse issue?

  • Con Kolivas Con Kolivas modified a comment on discussion General Discussion

    Okay, must be me misusing it then since I'm trying to use it with pulseaudio resampling by just adding the SOXR_STEEP_FILTER flag to soxr_quality_spec() and something goes wrong and playback is scrambled at 10x speed. I don't have an issue when using just sox by itself. Thanks for your time.

  • Con Kolivas Con Kolivas modified a comment on discussion General Discussion

    I don't understand the sox syntax enough to know, but I can't really see the steep command line there, but okay, must be me misusing it then since I'm trying to use it with pulseaudio resampling by just adding the SOXR_STEEP_FILTER flag to soxr_quality_spec() and something goes wrong and playback is scrambled at 10x speed. Thanks for your time.

  • Con Kolivas Con Kolivas posted a comment on discussion General Discussion

    Okay, must be me misusing it then since I'm trying to use it with pulseaudio resampling by just adding the SOXR_STEEP_FILTER flag to soxr_quality_spec() and something goes wrong and playback is scrambled at 10x speed. Thanks for your time.

  • Con Kolivas Con Kolivas posted a comment on discussion General Discussion

    Not with sox directly; sox works fine, but with libsoxr only.

  • Con Kolivas Con Kolivas posted a comment on discussion General Discussion

    I've tried to enable steep mode while upsampling (2x) with SOXR_STEEP_FILTER but the music subsequently plays back at many times its normal speed. A bit of fiddling shows that once the passband_end is >98% bandwidth it starts doing this.

  • Con Kolivas Con Kolivas imported Tickets

  • Con Kolivas Con Kolivas imported Code

  • Con Kolivas Con Kolivas imported Files

  • Con Kolivas Con Kolivas committed [59c29f]

    Use an alternative pool should the donation get...

  • Con Kolivas Con Kolivas committed [68c807]

    Typo in readme.

  • Con Kolivas Con Kolivas committed [d356f4]

    Micro-optimisation in sha256_sse2 code courtesy...

  • Con Kolivas Con Kolivas committed [86d607]

    Allow parsed values to be zero which will allow...

  • Con Kolivas Con Kolivas committed [b312bd]

    Update example conf with 1% donation.

  • Con Kolivas Con Kolivas committed [66a592]

    Merge branch 'master' into fpga

  • Con Kolivas Con Kolivas committed [9eb3ac]

    Merge branch 'device_refactor' of https://githu...

  • Con Kolivas Con Kolivas committed [a91e14]

    Update README.

  • Con Kolivas Con Kolivas committed [69966f]

    Update copyright dates.

  • Con Kolivas Con Kolivas committed [91af25]

    Add configuration option for CPU mining which w...

  • Con Kolivas Con Kolivas committed [d02660]

    Merge branch 'master' into fpga

  • Con Kolivas Con Kolivas committed [332b3c]

    Configure out building and support of all CPU m...

  • Con Kolivas Con Kolivas committed [52b641]

    Display what support is built in.

  • Con Kolivas Con Kolivas committed [312724]

    Adjust fan speed gently while in the optimal ra...

  • Con Kolivas Con Kolivas committed [c009c6]

    Don't try to explicitly drift to exactly the ta...

  • Con Kolivas Con Kolivas committed [4995b7]

    On dual GPUs, only autotune the shared fan once...

  • Con Kolivas Con Kolivas committed [5d5584]

    Explicitly check for nvidia in opencl platform ...

  • Con Kolivas Con Kolivas committed [55f693]

    Revert Makefile.am component for easier merge o...

  • Con Kolivas Con Kolivas committed [b34e48]

    Fix phatk kernel not working on non-bitalign ca...

  • Con Kolivas Con Kolivas committed [e0b0a6]

    Modularize code: main.c -> device-cpu + device-gpu

  • Con Kolivas Con Kolivas committed [7d97ed]

    Fix various build issues.

  • Con Kolivas Con Kolivas committed [cda798]

    Only enable curses on failure if curses is desi...

  • Con Kolivas Con Kolivas committed [a1d230]

    Deprecate main.c

  • Con Kolivas Con Kolivas committed [6eee0e]

    Fix warnings in bitforce.c

  • Con Kolivas Con Kolivas committed [a4f478]

    Iterate over all platforms displaying their inf...

  • Con Kolivas Con Kolivas committed [c86a67]

    Some networks can take a long time to resolve s...

  • Con Kolivas Con Kolivas committed [13fa57]

    Probe but don't set the timeout to 15 seconds a...

  • Con Kolivas Con Kolivas committed [53c1e9]

    Allow the OpenCL platform ID to be chosen with ...

  • Con Kolivas Con Kolivas committed [1832b2]

    Revert "Some networks can take a long time to r...

  • Con Kolivas Con Kolivas committed [3596e3]

    Import diakgcn kernel.

  • Con Kolivas Con Kolivas committed [a6c686]

    Add basic build ability with diakgcn and put al...

  • Con Kolivas Con Kolivas committed [53d33c]

    First working port of the diakgcn kernel.

  • Con Kolivas Con Kolivas committed [590497]

    Reinstate original code as much as possible for...

  • Con Kolivas Con Kolivas committed [5eab0e]

    Use correct variable on output in diakgcn kernel.

  • Con Kolivas Con Kolivas committed [c5142b]

    Convert to Unix EOL.

  • Con Kolivas Con Kolivas committed [7a069b]

    Use K array explicitly to make it clear what is...

  • Con Kolivas Con Kolivas committed [fa5f4a]

    Set cl_amd_media_ops with the BITALIGN flag and...

  • Con Kolivas Con Kolivas committed [8af236]

    Allow different kernels to be used by different...

  • Con Kolivas Con Kolivas committed [35ea31]

    ALlow much longer filenames for kernels to load...

  • Con Kolivas Con Kolivas committed [92283e]

    Make vectors compile in diablokernel.

  • Con Kolivas Con Kolivas committed [c864db]

    Import diablominer kernel.

  • Con Kolivas Con Kolivas committed [2270b4]

    Implement diablo kernel support and try to make...

  • Con Kolivas Con Kolivas committed [d9e073]

    Search for nonce if it is not found to be corre...

  • Con Kolivas Con Kolivas committed [02c942]

    Conflicting entries of cl_kernel may have been ...

  • Con Kolivas Con Kolivas committed [467ba3]

    Convert #if to #ifdef in diablo .cl.

  • Con Kolivas Con Kolivas committed [6776b0]

    Use only working kernels by default.

  • Con Kolivas Con Kolivas committed [1bfa82]

    Revert "Search for nonce if it is not found to ...

  • Con Kolivas Con Kolivas committed [cef90a]

    Merge branch 'kernels' into diablo

  • Con Kolivas Con Kolivas committed [c531f1]

    Use the max_hashes variable to determine when t...

  • Con Kolivas Con Kolivas committed [29f0b2]

    The amount of work scanned can fluctuate when i...

  • Con Kolivas Con Kolivas committed [b36d85]

    Use the max_hashes variable to increment nonce ...

  • Con Kolivas Con Kolivas committed [c235c7]

    Allow the refresh interval to be adjusted in dy...

  • Con Kolivas Con Kolivas committed [e259a9]

    Make curses display visible right from the begi...

  • Con Kolivas Con Kolivas committed [6a7859]

    Make SDK 2.6 warning and advice big and bold.

  • Con Kolivas Con Kolivas committed [e7fdad]

    Automatically choose phatk kernel for bitalign ...

  • Con Kolivas Con Kolivas committed [9a0e4f]

    Move logwindow down once number of devices is k...

  • Con Kolivas Con Kolivas committed [669389]

    Fix diakgcn kernel working by passing it D1A va...

  • Con Kolivas Con Kolivas committed [08db22]

    Merge branch 'master' of https://github.com/cko...

  • Con Kolivas Con Kolivas committed [a54f76]

    Fix multiple work size entry.

  • Con Kolivas Con Kolivas committed [93efb7]

    Allow multiple different kernels to be chosen p...

  • Con Kolivas Con Kolivas committed [994cd7]

    Allow writing of multiple kernels to the config...

  • Con Kolivas Con Kolivas committed [d3ad87]

    Allow writing of multiple worksizes to the conf...

  • Con Kolivas Con Kolivas committed [01c197]

    Use one less op before the branch code in diakgcn.

  • Con Kolivas Con Kolivas committed [0db998]

    Add a --benchmark feature which works on a fake...

  • Con Kolivas Con Kolivas committed [71cbe8]

    Move phatk kernel to offset vector based nonce ...

  • Con Kolivas Con Kolivas committed [dfcb98]

    Use the SDK and hardware information to choose ...

  • Con Kolivas Con Kolivas committed [3f3c83]

    Change the version number on the correct kernels.

  • Con Kolivas Con Kolivas committed [43ef4e]

    Move the ADL setup and clearing to separate fun...

  • Con Kolivas Con Kolivas committed [35de9d]

    Use slightly more damping on the decay time fun...

  • Con Kolivas Con Kolivas committed [d4c513]

    Attempt to re-initialise ADL should a device th...

  • Con Kolivas Con Kolivas committed [b80d22]

    Increase maximum number of displayed devices to...

  • Con Kolivas Con Kolivas committed [763851]

    We should not retry submitting shares indefinit...

  • Con Kolivas Con Kolivas committed [adda6e]

    Do not recruit extra connection threads if ther...

  • Con Kolivas Con Kolivas committed [4d090a]

    Reset sequential reject counter after a pool is...

  • Con Kolivas Con Kolivas committed [376fcd]

    Fix the benchmark feature by bypassing the new ...

  • Con Kolivas Con Kolivas committed [c5a21f]

    Extend nrolltime to support the expiry= paramet...

  • Con Kolivas Con Kolivas committed [eb36f8]

    Walk through the thread list instead of searchi...

  • Con Kolivas Con Kolivas committed [6a45cb]

    Merge branch 'master' of https://github.com/cko...

  • Con Kolivas Con Kolivas committed [8c4b11]

    Merge branch 'master' of https://github.com/cko...

  • Con Kolivas Con Kolivas committed [999dba]

    Revert "Use much more damping when determining ...

  • Con Kolivas Con Kolivas committed [c7eb9f]

    Microsecond multiplier error.

  • Con Kolivas Con Kolivas committed [6e80b6]

    Revert "Increase the getwork delay factored in ...

  • Con Kolivas Con Kolivas committed [d8de1b]

    Increase the getwork delay factored in to deter...

1 >
MongoDB Logo MongoDB