Search:

Type: Posts; User: xzero1; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    7,778

    [all variants] Re: program controlled GRC

    SRADIO 2.0: A GNU-RADIO FM STEREO PLL TUNER APPLICATION

    225455

    The GRC file

    The GRC file generates a stereo FM tuner utilizing the QT UI. Consider it a framework for the full tuner...
  2. Replies
    2
    Views
    7,778

    [all variants] program controlled GRC

    For those not familiar with gnuradio and grc here is a helpful link: http://superkuh.com/gnuradio.html#simple

    Using a simple "hack", some of the grc flow graph can be program controlled by...
  3. [SOLVED] Re: Finally: Digital AC-3 surround sound with pulseaudio (aka Surround Sound Awesomen

    I won't waste my time time anymore. For those interested http://ac3filter.net/wiki/AC3Filter_%26_SPDIF#How_sound_cards_handle_SPDIF is a good explanation on the topic:
  4. [SOLVED] Re: Finally: Digital AC-3 surround sound with pulseaudio (aka Surround Sound Awesomen

    I tried to ignore your misconceptions but I feel I must clarify a few things.

    I never said spdif requires the a52 plugin. I said we could encode audio sources via the a52 plugin for surround sound...
  5. [SOLVED] Re: Finally: Digital AC-3 surround sound with pulseaudio (aka Surround Sound Awesomen

    All I am saying is spdif is currently in common use for ac3 including multichannel audio as well as stereo. The encoding (ie computer) determines the format sent over spdif; it is a single digital...
  6. [SOLVED] Re: Finally: Digital AC-3 surround sound with pulseaudio (aka Surround Sound Awesomen

    I found my problem. Its was simply that my receiver was not set properly. I had not used surround sound in a while. The compiled a52 plugin now works (at least initially). I have never used the...
  7. [SOLVED] Re: Finally: Digital AC-3 surround sound with pulseaudio (aka Surround Sound Awesomen

    Did you actually hear 5.1 audio? My receiver says I get the 5.1 signal but when I playback a 5.1 channel test file I hear the sound downmixed to stereo.
  8. [SOLVED] Re: Finally: Digital AC-3 surround sound with pulseaudio (aka Surround Sound Awesomen

    I may have gotten a bit further than you. The end of your compile log shows that libasound_module_pcm_a52.la and libasound_module_pcm_a52.so do not exist to be copied:

    ...
  9. Replies
    30
    Views
    2,243

    Re: First time Linux User (youtube video)

    So ever ask yourself how Apple gets at least the interface right? Once you see this video, you will have a good idea. BTW, its funny!
    ...
  10. [SOLVED] need help: force script exit on long process

    Why doesn't this script exit early? I know I will still need to kill the ffmpeg process.



    #!/bin/bash
    function check () {
    sleep 5
    killall ffmpeg
    exit 1
    }
  11. Replies
    19
    Views
    2,204

    [ubuntu] Re: Evolution password bug

    As of this post the problem is still not fixed in lucid. I just changed to Thunderbird. :(
  12. Replies
    2
    Views
    654

    Re: Is it me or MP4Box?

    Please elaborate.
  13. Replies
    2
    Views
    654

    Is it me or MP4Box?

    This bash code snippet is intended to concurrently run 2 copies of ffmpeg overwriting the old files then after both complete, remove the old MP4VID.mp4 file and finally run MP4Box to combine raw.mp3...
  14. Replies
    12
    Views
    11,433

    [ubuntu] Re: Smooth (non choppy wheel-like) scrolling?

    Still I don't see an answer. Curious, how the stock drivers are better than the proprietary drivers! It must be a driver problem.
  15. Replies
    12
    Views
    11,433

    [ubuntu] Re: Smooth (non choppy wheel-like) scrolling?

    I have the same problem with Chrome. It is much better when using stock [non-proprietary] drivers. Firefox is a bit smoother, but still not ideal.
  16. Replies
    4
    Views
    575

    [SOLVED] Re: I need help with pv cursor control

    I finally came up with something that does what I want although a new terminal is needed. Thanks to your help.


    #!/bin/bash

    rm -f /dev/shm/tfifo
    mkfifo /dev/shm/tfifo
    pv -f $1...
  17. Replies
    4
    Views
    575

    [SOLVED] Re: I need help with pv cursor control

    Thanks, I should have read more carefully about that -f option. Basically, I would like to add a line feed to the terminal output so I can see each statistic line by line.

    For example, I want the...
  18. Replies
    4
    Views
    575

    [SOLVED] I need help with pv cursor control

    By default, pv uses a carriage return with no linefeed for its status display. I would like to collect the stats from its output by adding a linefeed and redirecting to a file. Pv has a cursor...
  19. Replies
    2,401
    Views
    2,245,096

    Re: HOWTO: Install and use the latest FFmpeg and x264

    The ffmpeg x264 encoding guide link is no longer working. Please update this if possible.
  20. Replies
    14
    Views
    15,057

    [ubuntu] Re: connecting a Motorola Xoom with MTP

    Apparently, there is a bug in the mtp code. I have gotten gMTP to work with the Asus Transformer on Lucid 64 bit, but you need to compile it yourself. See...
  21. Replies
    3
    Views
    395

    [all variants] Re: Update vs Reinstall

    Didn't know this. Thanks. This info might be good to post in Tutorials and Tips subforum.
  22. Replies
    236
    Views
    12,648

    Re: Does Unity harm your productivity?

    I have not really tried unity, but from watching your video, if synapse launcher could use voice input for control that could be very useful even on tablets. Would that be a possibility for this...
  23. Thread: Need advice

    by xzero1
    Replies
    1
    Views
    378

    [ubuntu] Need advice

    Anyone have any advice on how to get this bug worked on. Notice the original posting date. It seems once it has been marked as incomplete, it is ignored. See...
  24. Replies
    1
    Views
    1,624

    [ubuntu] compiz desktop zoom

    How many of you knew that desktop zoom (super+mouse wheel) is now disabled by default?

    If so, how did you find out about it?

    https://bugs.launchpad.net/unity/+bug/684925
  25. [ubuntu] Re: ATI fglrx video tearing + Bad Vsync + no solution anywhere

    Never tried it with maverick yet but try enabling vsync and using the gl driver.

    mplayer -vo gl ...

    or disable fglrx (this will also help flash etc.). You can always reenable it later.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4