Hey All,
What time and where is the plan? Just so I can push a bit of publicity
on OpenAV's twitter etc :)
Cheers, -Harry
On Fri, Apr 24, 2015 at 1:43 PM, Sam Tuke <samtuke(a)fsfe.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hey David,
>
> On 22/04/15 09:04, David Runge wrote:
>> The less mailman to configure for me on Debian-based systems, the
>> better! ;) May 6th sounds good! Any thoughts on what time? I
>> suppose early evening? 8PM okay?
>
> Let's check with C-Base for the time; maybe they have particular
> requirements.
>
>> I just subscribed to the one you mentioned below. What are your DNS
>> issues exactly? Zone file/ MX record related? Seems okay from the
>> outside (if you host your stuff on gandi exclusively):
>
> I think it's all fixed now, but we're doing some more testing to be
> sure. The mailman server didn't have a mailserver until yesterday, and
> when it did, the mailman aliases needed reconfiguring. Now that's done.
>
> See you on the list :)
>
> Sam.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
>
> iF4EAREIAAYFAlU6OmEACgkQ1bR1Itj7YQWxfQD/V1nH7ExUlwgJaejTnHTTpgYq
> Sr/sN5H5k+Rf06uu834BAMhl3E9kcBieHnvvldpkAI9rLF9LjtMAeGLVAoUUpfhN
> =PE32
> -----END PGP SIGNATURE-----
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user(a)lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
--
http://www.openavproductions.com
Just a curious thought...
If you are using only small values is there really any benefit in using chars
and shorts rather than just using integers everywhere and letting the compiler
sort it out?
Also, would bool actually have an extra cost due to masking needs?
Obviously large blocks of data are a different issue!
--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Could I get some ideas and advice on the subject of reconciling two
streams with different channel layouts?
Going from mono to stereo is straightforward: make a stereo stream with
both channels carrying the same data. Mixing a one or two channel stream
with 5.1 or 7.1 also seems fairly clear: the audio goes to the front left
and right channels. Is this line of thinking solid?
What I don't understand is how to reconcile 5.1 audio with 7.1? Which two
of the four side and rear channels of 7.1 should receive the two rear
channels of 5.1? Also, should mono streams be mapped to the center
channel of 5.1/7.1?
I understand that the chances of someone writing a game that would go
beyond stereo are rather slim, but I'd rather not risk having someone
write a game that won't run on other Z-machines, but not mine. I'm also
considering extending the results of my work into a general-purpose mixer
library.
--
David Griffith
dave(a)661.org
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
I swear I saw a document once about it but now I cannot find it, I'm wondering
how I can launch my NSM client app, via NSM, but also via a terminal so I can
see the standard out/error? Also, being able to use GDB would be great.
I have a bug somewhere in my app shutdown process [via NSM] that only seems to
happen with NSM. I'd like to resolve that :)
Thanks to anyone who can clue me in or point me to this doc!
Alex
Am 01.05.2015 um 11:49 schrieb David Griffith:
> I really don't want to do that. My application has a curses interface and I don't want to pull in lots of GUI dependencies.
Maybe Gorilla Audio then? I don't know it, I just found it searching for
"audio mixing library".
https://code.google.com/p/gorilla-audio/
Pros: ANSI C, MIT license, cross-platform, high-level
Cons: no MOD support (but can be extended), development by the original
author seems to have stopped.
I see you alredy created your own fork of the library on Github. What
was your experience with it?
Chris
I've been playing around with libsndfile, libvorbisfile, libmodplug, and
libao to provide background music and sound effects for a game engine. I
have a solid handle on making one noise at a time, but I don't understand
mixing. At first I thought I would have to write my own mixer and handle
the channels, sample rate, and sample size issues myself. I really don't
want to have to do that. Then I noticed in the libao documentation that
nothing says that I cannot spawn two threads, each of which calls
ao_open_live() and ao_play() on different sound files. Indeed, the docs
for ao_initialize() seem to suggest this can be done with the statement
that it be called in the main thread.
I tried this and it works so erratically that I'm not sure libao was
written with this in mind. I get these results in order of likelihood:
1) "Segmentation fault"
2) "*** glibc detected *** ./threadtest7: malloc(): memory corruption
(fast): 0x0000000001bc5390 *** Bus error"
3) "*** glibc detected *** ./threadtest7: double free or corruption (out):
0x00000000018ba2e0 ***"
4) A bit of the first file, then the second file.
5) Only the second file.
6) Both files messily mixed with a zipping noise. (very rare)
Is libao in fact intentionally capable of doing this? If not, what are my
options for mixing music and sound effects? I really don't want to use
SDL_mixer for a variety of reasons, chiefly because my program is
terminal-only. Virtual beer if you can guess what the program is.
--
David Griffith
dave(a)661.org
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Hi The lv2 version of GuitarSynth is working, thanks to falktx's DPF.
Get it from https://github.com/geraldmwangi/GuitarSynth-DPF.git if you
like. I'll release (post to LAU) it with bugfixes on the weekend.
Lg Gerald
Hi guys, I've started/hacked a small project called GuitarSynth. It is
meant as a playfield for exploring pitchdetection and synthesis for
Guitar, since I'm a guitarist. You can get on Github (git clone
https://github.com/geraldmwangi/GuitarSynth.git).
Its really basic but its fun to play with. It take an audio signal (your
guitar) extracts the fundamental pitch and drives some wavetable synths.
Feel free to manipulate it, I'll be happy to grant people write access
to the repo.
Btw on IRC my Nick is JimsonDrift, the name of my band (see
www.jimson-drift.de).
Cheers Gerald