Phonon/el: Difference between revisions

    From KDE UserBase Wiki
    (Replaced content with "==Αντιμετώπιση προβλημάτων==")
    (Created page with "===Δεν υπάρχει ήχος===")
    Line 24: Line 24:
    ==Αντιμετώπιση προβλημάτων==
    ==Αντιμετώπιση προβλημάτων==


    ===No sound===
    ===Δεν υπάρχει ήχος===


    Πιθανές αιτίες μη ύπαρξης ήχου.
    Πιθανές αιτίες μη ύπαρξης ήχου.

    Revision as of 10:18, 9 February 2013

    Το Phonon αποτελεί ένα πλαίσιο εργασίας πολυμέσων το οποίο απευθύνεται στον προγραμματιστή εφαρμογών και μπορεί να χρησιμοποιηθεί σε πολλές πλατφόρμες. Το Phonon επίσης παρέχει διάφορα χαρακτηριστικά και άλλα προνόμια για τον τελικό χρήστη.

    Χαρακτηριστικά

    • Κεντρική διαμόρφωση ήχου και βίντεο: Η διαμόρφωση του υλικού και των

    πλαισίων εργασίας των πολυμέσων μπορεί να γίνει από ένα και μόνο, κεντρικό πλαίσιο διάλογου.

    • Σχεδιασμός προσανατολισμένος στο στόχο: Αντί να σας ζητείται να

    επιλέξετε συγκεκριμένες εξόδους ήχου για τις εφαρμογές σας, οι εφαρμογές Phonon περιγράφουν τι είδους έξοδο ήχου παράγουν και σας αφήνουν να επιλέξετε για κάθε μια από αυτές τις κατηγορίες.

    • Αυτοματοποιημένη επιλογή συσκευών: Συσκευές ήχου και βίντεο που μπορούν

    να συνδεθούν στο σύστημά σας, όπως ακουστικά USB ή Bluetooth είναι εύκολο να χρησιμοποιηθούν με το Phonon. Το Phonon ενεργεί κατόπιν πληροφοριών και σημάτων από το Solid, που είναι το σύστημα υποστήριξης υλικού του KDE και χρησιμοποιεί αυτόματα τις νέες συσκευές.

    Αντιμετώπιση προβλημάτων

    Δεν υπάρχει ήχος

    Πιθανές αιτίες μη ύπαρξης ήχου.

    Incorrect default ordering of devices

    Phonon automatically chooses available audio devices for the best sound. Unfortunately this doesn't always work. Look at Getting Involved for information on how you can help fix this.

    Missing device entries

    Perhaps Solid or other system libraries are reporting the same name for several devices, which makes Phonon unable to properly display these devices. Please see Getting Involved on how to help fix this.

    Unable to access audio device

    If your user account has insufficient permissions to access the audio device, Phonon will be unable to play sound. Please consult the documentation of your distribution on how to ensure that your user account is properly set up. If Pulseaudio is not used, make sure that your user account is a part of the audio user account group.

    Sound out of the wrong device

    This is related to the point above this. Also make sure that the correct device is listed at the top in the Sound and Video area of System Settings. In case an audio device isn't available (an USB-headset unplugged, for example), Phonon will attempt the next device in the list.

    Phonon causes a crash

    Please search on bugs.kde.org to see if the bug is already reported. If it is not, please report your bug in detail. If the report already exists but you have new information, please add your new information to the existing report.

    Devices from ~/.asoundrc or /etc/asound.conf are not listed

    Make sure you have a name hint set for your device. An example of a complete device entry, with a hint:

    pcm.softvolPhonon {
         type softvol
         slave.pcm "default:CARD=0"
         control {
            name "Phonon"
            card 0
         }
         min_dB -51.0
         max_dB 0.0
         resolution 100
         hint {
            show on
            description "My Soundcard with extra Volume Control"
         }
    }

    Systemsettings crashes when selecting Phonon

    This is likely because you have xine as a backend. Please remove the file ~/.xine/catalog.cache and try again.

    Backend libraries

    Phonon makes use of backend libraries to provide sound.

    • Phonon-GStreamer: GStreamer is a multimedia library from the GNOME project. Phonon-GStreamer is currently the recommended Kubuntu backend, and under heavy development.
    • Phonon-VLC: VLC is a very popular cross-platform media player. This is also under active development, and is receiving a lot of work from both VLC and Phonon developers.
    • Phonon-Xine: Formerly the most popular backend for Phonon; now unmaintained, and deprecated.
    • Phonon-DS9: Native backend for Microsoft Windows utilizing DirectShow 9.
    • Phonon-QT7: This is a native backend for Mac OS X, utilizing QuickTime 7.
    • Phonon-MPlayer: This was a third-party backend for Phonon, now unmaintained.
    • Phonon-NMM: This is an abandoned and unmaintained backend started by the Graphics Lab at Saarland University and Motama.

    Getting Involved

    There are several ways you can get involved as a user.

    • Promotion: KDE and Phonon are awesome! Spread the word.
    • Appreciation: Encouraging words can help lift the spirits of weary multimedia developers way beyond the clouds, when faced with nasty bugs and other challenges. Positive emails, messages on IRC, beer, pizza, gadgets and other developer fuel is very welcome!
    • Quality assurance: Simply run and use Phonon, and report bugs and irregularities to the developers.
    • Documentation: You can help expand this page and other Phonon documentation. It doesn't take much to help, and it helps!