search for: highquality

Displaying 20 results from an estimated 24 matches for "highquality".

2016 Jul 05
1
[PATCH 1/2] inspection: Find Ubuntu logo from an alternate location (RHBZ#1352761).
The current location doesn't exist unless you've installed GNOME, which is not so common on Ubuntu. Unfortunately I couldn't find any other location containing a clean, high quality logo. This adds another low quality icon source, and also prevents any icon being returned if the highquality flag was set (note this prevents virt-manager from displaying an icon, but there's nothing we can do about that, and it's no worse than the current situation). Updates commit 1d0683964f996b24b8fcf5bce7611a98443344f3. Thanks: Xiaoyun Hu --- src/inspect-icon.c | 26 ++++++++++++++++++++++--...
2016 Apr 08
1
Icecast and AAC streams
...will never go higher. Is Liquidsoap still a good idea? On Fri, 04 Mar 2016 14:48:41 +0100, you wrote: >Great tool to do this: liquidsoap > >Keep in mind that transcoding degrades the quality of tour stream dramaticly. You can avoid this by feeding liquidsoap or stream transcoder with a highquality or even transparant stream and trancode this to the different streaming formats you like. I used to do this by feeding a flac stream to liquidsoap and transcode this to 5 different stream formats i needed. But you might be fine if you feed your transcoder with 320 kbps AAC and transcoder this to lo...
2016 Mar 04
2
Icecast and AAC streams
All the broadcasters on the server which I support deliver their content in MP3 format. Recently, there's been interest in supplying a second AAC stream at half the bandwidth but with the same audio quality (64kbps AAC versus 128kbps MP3) like TuneInRadio does for delivering their content regardless of the source. I've thought of using a third-party product called Stream Transcoder, but am
2005 Jun 07
2
Downsampling
...notice any difference in audible audio quality, the samples seem to have slightly better SNR when inspected in various audio programs. However, I still downmix to mono by just averaging the left and right samples, which (from my googling) I can tell will introduce aliasing but I found no good highquality solution to this :( The question is, is this FIR-decimator the best method to downsample? I thought of converting the frame to the frequency domain, drop components > 8khz and convert back, but I'm not sure if that would produce a better signal or worse. Also, would it be best to do ech...
2005 Jun 07
0
Downsampling
...n audible audio quality, the samples seem to have > slightly better SNR when inspected in various audio programs. > > However, I still downmix to mono by just averaging the left and right > samples, which (from my googling) I can tell will introduce aliasing but I > found no good highquality solution to this :( > > The question is, is this FIR-decimator the best method to downsample? I > thought of converting the frame to the frequency domain, drop components > > 8khz and convert back, but I'm not sure if that would produce a > better signal or worse. > &g...
2014 Sep 29
1
can I convert ogg to mp3 streaming on fly?
Hello, I am configuring a webradio and I'm using icecast2 with deefuzzer. the music streaming work, in mp3 format. I want to make a second streaming with my iphone, and the app that I'm using, Koalasan, can stream only in OGG, AAC or Opus. I want that when I start speaking, music stops and my voice is online. Deefuzzer is able to do this with "relay", but the original stream in
2016 Mar 04
0
Icecast and AAC streams
Great tool to do this: liquidsoap Keep in mind that transcoding degrades the quality of tour stream dramaticly. You can avoid this by feeding liquidsoap or stream transcoder with a highquality or even transparant stream and trancode this to the different streaming formats you like. I used to do this by feeding a flac stream to liquidsoap and transcode this to 5 different stream formats i needed. But you might be fine if you feed your transcoder with 320 kbps AAC and transcoder this to lo...
2017 Jan 12
3
[PATCH 0/3] library: improve handling of external tools
Hi, the libguestfs library uses a number of external tools; for some of them, we search for them at build time, enabling some feature only if found, and later on assuming at runtime they are installed. However, the situation is more complex than that: - hardcoding the full path means that there is an incoherency in the way some of the tools are used, as some other tools (e.g. qemu-img) are
2012 Jan 09
1
[PATCH 1/2] generator: Rename java_structs to camel_structs to better reflect their purpose
This map was originally included just for the java bindings, but is generally useful to any binding which uses camel case by requirement or convention. --- generator/generator_haskell.ml | 4 ++-- generator/generator_java.ml | 10 +++++----- generator/generator_main.ml | 2 +- generator/generator_structs.ml | 12 +++++------- generator/generator_structs.mli | 8 ++++---- 5
2017 Feb 02
4
[PATCH v2 0/3] library: improve handling of external tools
Hi, the libguestfs library uses a number of external tools; for some of them, we search for them at build time, enabling some feature only if found, and later on assuming at runtime they are installed. However, the situation is more complex than that: - hardcoding the full path means that there is an incoherency in the way some of the tools are used, as some other tools (e.g. qemu-img) are
2013 Jan 24
3
[REVIEW ONLY] Mountable patches
These 3 patches implement support for APIs which must accept a mountable, but don't update apis which must return mountables. Matt
2013 Feb 07
12
[PATCH 01/12] generator: Add new Mountable argument type
This type is initially identical to Device. --- generator/bindtests.ml | 2 +- generator/c.ml | 7 +++++-- generator/csharp.ml | 6 ++++-- generator/daemon.ml | 4 ++-- generator/erlang.ml | 6 +++--- generator/fish.ml | 8 ++++---- generator/gobject.ml | 11 ++++++----- generator/haskell.ml | 11 +++++++---- generator/java.ml | 10 +++++-----
2017 Jul 21
10
[PATCH v10 00/10] Reimplement inspection in the daemon.
v9 was here: https://www.redhat.com/archives/libguestfs/2017-July/msg00139.html This depends on these three series (the first two being single minor patches): https://www.redhat.com/archives/libguestfs/2017-July/msg00207.html https://www.redhat.com/archives/libguestfs/2017-July/msg00209.html https://www.redhat.com/archives/libguestfs/2017-July/msg00215.html There is no substantive change. I
2017 Jul 17
12
[PATCH v9 00/11] Reimplement inspection in the daemon.
This depends on the patch series "[PATCH 00/27] Reimplement many daemon APIs in OCaml." (https://www.redhat.com/archives/libguestfs/2017-July/msg00098.html) v8 was posted here: https://www.redhat.com/archives/libguestfs/2017-June/msg00274.html v9: - I split up the mega-patch into a more reviewable series of smaller, incremental patches. There are some other changes vs v8, but
2017 Aug 09
16
[PATCH v12 00/11] Reimplement inspection in the daemon.
This fixes almost everything. Note that it adds an extra commit which fixes the whole utf8/iconv business. It's probably better to list what isn't fixed: (1) I didn't leave the osinfo code around because I'm still haven't looked too closely at virt-builder-repository. Can't we just fetch this code from the git history when we need it? (2) I didn't change the way
2017 Jul 31
16
[PATCH v11 00/10] Reimplement inspection in the daemon.
v10: https://www.redhat.com/archives/libguestfs/2017-July/msg00245.html No actual change here, but I rebased and retested. Also this series now does not depend on any other patch series since everything else needed is upstream. Rich.
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
...s which uses a primitive system @@ -710,7 +710,7 @@ C<guestfs_inspect_get_filesystems>." }; { defaults with name = "inspect_get_icon"; added = (1, 11, 12); - style = RBufferOut "icon", [Mountable "root"], [OBool "favicon"; OBool "highquality"]; + style = RBufferOut "icon", [String (Mountable, "root")], [OBool "favicon"; OBool "highquality"]; shortdesc = "get the icon corresponding to this operating system"; longdesc = "\ This function returns an icon correspondi...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator. Rich.
2017 Jun 19
29
[PATCH v7 00/29] Reimplement inspection in the daemon.
v6 was posted here: https://www.redhat.com/archives/libguestfs/2017-June/msg00103.html and this requires the utilities refactoring posted here: https://www.redhat.com/archives/libguestfs/2017-June/msg00169.html Inspection is now complete[*], although not very well tested. I'm intending to compare the output of many guests using old & new virt-inspector to see if I can find any
2017 Jun 15
45
[PATCH v6 00/41] Refactor utilities, reimplement inspection in the daemon.
v5: https://www.redhat.com/archives/libguestfs/2017-June/msg00065.html Since v5, this now implements inspection almost completely for Linux and Windows guests. Rich.