Hi all,
Many thanks for your replies. Audacity and Traverso are certaintly
well-established projects, so I think I could learn a lot from them. I also
spoke previously (about a year ago now) with Remon from Traverso, who kindly
invited me to join so perhaps that could be an option too. I'm very keen to
learn about how audio software works so hopefully this will be the start of
my learning. Slightly off the topic...has anybody been having issues with
the new pulseaudio server in Ubuntu Intrepid? I tried one of the fixes
suggested on the forums (reverting to esound) but it still crashes
sometimes.  It's annoying me now, the previous version was fine!
Thanks,
Daire
On Wed, Jan 7, 2009 at 2:00 AM, <
linux-audio-dev-request(a)lists.linuxaudio.org> wrote:
  Send Linux-audio-dev mailing list submissions to
        linux-audio-dev(a)lists.linuxaudio.org
 To subscribe or unsubscribe via the World Wide Web, visit
        
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
 or, via email, send a message with subject or body 'help' to
        linux-audio-dev-request(a)lists.linuxaudio.org
 You can reach the person managing the list at
        linux-audio-dev-owner(a)lists.linuxaudio.org
 When replying, please edit your Subject line so it is more specific
 than "Re: Contents of Linux-audio-dev digest..."
 Today's Topics:
   1. open source audio transcribing software? (Ted Walther)
   2. Re: open source audio transcribing software? (Chris Cannam)
   3. Re: open source audio transcribing software? (Ted Walther)
   4. Re: Hello (Patrick Shirkey)
   5. Re: Hello (Grammostola Rosea)
   6. Re: Hello (hollunder(a)gmx.at)
 ----------------------------------------------------------------------
 Message: 1
 Date: Mon, 5 Jan 2009 13:35:47 -0800
 From: Ted Walther <ted(a)reactor-core.org>
 Subject: [LAD] open source audio transcribing software?
 To: linux-audio-dev(a)lists.linuxaudio.org
 Message-ID: <20090105213547.GA14451(a)reactor-core.org>
 Content-Type: text/plain; charset=us-ascii; format=flowed
 I tried to install Express Scribe, but it wouldn't install under Ubuntu.
 It has the features I'd need.
 The features I need in such a program is a way to "remotely" signal to
 it to pause, rewind five seconds then unpause.  A desired feature would
 be some way to speed up and slow down the audio stream without altering
 the pitch.
 Do I need to program a transcription program for the Open Source world,
 or is there one already?
 I worked in the past on FreeBSD audio drivers, and have done some simple
 audio applications under Linux, such as a text to morse-code generator.
 I have a lot of transcribing to do, so writing such a program may be
 worthwhile if it isn't already done yet.
 Ted
 --
           There's a party in your skull.  And you're invited!
 Name:    Ted Walther
 Phone:   604-625-7635
 Email:   ted(a)reactor-core.org
 Address: 26337 64 Ave, Langley, BC  V4W1M3
 ------------------------------
 Message: 2
 Date: Mon, 5 Jan 2009 22:01:11 +0000
 From: "Chris Cannam" <cannam(a)all-day-breakfast.com>
 Subject: Re: [LAD] open source audio transcribing software?
 To: "Ted Walther" <ted(a)reactor-core.org>
 Cc: linux-audio-dev(a)lists.linuxaudio.org
 Message-ID:
        <587e90db0901051401l32b7737ek110d596130c24813(a)mail.gmail.com>
 Content-Type: text/plain; charset=ISO-8859-1
 On Mon, Jan 5, 2009 at 9:35 PM, Ted Walther <ted(a)reactor-core.org> wrote:
  The features I need in such a program is a way to
"remotely" signal to
 it to pause, rewind five seconds then unpause.  A desired feature would
 be some way to speed up and slow down the audio stream without altering
 the pitch. 
 Sonic Visualiser (
http://www.sonicvisualiser.org/) can do this with
 remote control via OSC, but (a) its visualisation may be overkill, at
 least if you are transcribing speech rather than music, and (b)
 setting up OSC control for it is a bit of a project in itself.
 There is a small program (sv-osc-send) in the data/osc directory of
 the Sonic Visualiser distribution which can be used to send an OSC
 command to any program; there is also a shell script (sv-command)
 which tries to look up the Sonic Visualiser OSC port and send your
 command to the right place; and there is a rather convoluted example
 remote-demo script for SV using OSC -- but none of these are provided
 with any of the SV binary packages, you need the source package or
 repository checkout.  Also, for any of this to work, your copy of SV
 must have been built with OSC support in the first place (it is
 optional).
 Chris
 ------------------------------
 Message: 3
 Date: Mon, 5 Jan 2009 14:29:03 -0800
 From: Ted Walther <ted(a)reactor-core.org>
 Subject: Re: [LAD] open source audio transcribing software?
 To: Chris Cannam <cannam(a)all-day-breakfast.com>
 Cc: linux-audio-dev(a)lists.linuxaudio.org
 Message-ID: <20090105222903.GA29879(a)reactor-core.org>
 Content-Type: text/plain; charset=us-ascii; format=flowed
 On Mon, Jan 05, 2009 at 10:01:11PM +0000, Chris Cannam wrote:
 On Mon, Jan 5, 2009 at 9:35 PM, Ted Walther
<ted(a)reactor-core.org> wrote:
  The features I need in such a program is a way to
"remotely" signal
 to it to pause, rewind five seconds then unpause.  A desired feature
 would be some way to speed up and slow down the audio stream without
 altering the pitch. 
Sonic Visualiser (
http://www.sonicvisualiser.org/) can do this with
remote control via OSC, but (a) its visualisation may be overkill, at
least if you are transcribing speech rather than music, and (b) setting
up OSC control for it is a bit of a project in itself.
There is a small program (sv-osc-send) in the data/osc directory of the
Sonic Visualiser distribution which can be used to send an OSC command
to any program; there is also a shell script (sv-command) which tries
to look up the Sonic Visualiser OSC port and send your command to the
right place; and there is a rather convoluted example remote-demo
script for SV using OSC -- but none of these are provided with any of
the SV binary packages, you need the source package or repository
checkout.  Also, for any of this to work, your copy of SV must have
been built with OSC support in the first place (it is optional). 
 Thanks Chris.  That sounds like overkill.  While browsing the web for my
 needs, it seems like there is a similar situation with dictation
 software.  Lots of things that "almost" work as needed for the
 application, or that work well but with tremendous overhead.
 Ted
 --
           There's a party in your skull.  And you're invited!
 Name:    Ted Walther
 Phone:   604-625-7635
 Email:   ted(a)reactor-core.org
 Address: 26337 64 Ave, Langley, BC  V4W1M3
 ------------------------------
 Message: 4
 Date: Tue, 06 Jan 2009 09:36:06 +0700
 From: Patrick Shirkey <pshirkey(a)boosthardware.com>
 Subject: Re: [LAD] Hello
 To: Daire O'Neill <oneill.daire(a)gmail.com>
 Cc: linux-audio-dev(a)lists.linuxaudio.org
 Message-ID: <4962C396.4000103(a)boosthardware.com>
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Daire O'Neill wrote:
  Hi all,
 My name is Daire O'Neill. I've just joined the list to hopefully begin
 my learning on audio development and possibly to contribute to some
 current projects. As a beginner, I have only basic C/C++ skills, and
 have never worked on any major project before. I do have a good
 knowledge of audio technology and some basic DSP concepts, its the
 programming side of things that lets me down! I'm currently working my
 way through 'Accelerated C++' by Koenig and Moo though, so I'm
 learning every day. I really want to learn about audio development and
 become involved with an audio project, particularly a multitrack
 recorder. I would like to be able to write my own simple multitrack
 recorder eventually. Anyway, if anyone has any tips or suggestions, or
 can recommend a project where I could be of help, then please let me
 know.
 
 Hi,
 Welcome to Linux Audio Development.
 There are several projects that you may be interested in contributing to.
 The most advanced is Ardour. It uses c++ and you will learn a lot
 studying the code.
 There is also Audacity which is cross platform so that could be another
 good app to get involved with.
 For a full list of apps check out the apps wiki
 
http://apps.linuxaudio.org
 Cheers.
  Regards,
 Daire
 ------------------------------------------------------------------------
 _______________________________________________
 Linux-audio-dev mailing list
 Linux-audio-dev(a)lists.linuxaudio.org
 
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
 
 --
 Patrick Shirkey
 Boost Hardware Ltd.
 ------------------------------
 Message: 5
 Date: Tue, 06 Jan 2009 11:10:40 +0100
 From: Grammostola Rosea <rosea.grammostola(a)gmail.com>
 Subject: Re: [LAD] Hello
 Cc: linux-audio-dev(a)lists.linuxaudio.org
 Message-ID: <49632E20.5090801(a)gmail.com>
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Patrick Shirkey wrote:
  Daire O'Neill wrote:
  Hi all,
 My name is Daire O'Neill. I've just joined the list to hopefully begin
 my learning on audio development and possibly to contribute to some
 current projects. As a beginner, I have only basic C/C++ skills, and
 have never worked on any major project before. I do have a good
 knowledge of audio technology and some basic DSP concepts, its the
 programming side of things that lets me down! I'm currently working my
 way through 'Accelerated C++' by Koenig and Moo though, so I'm
 learning every day. I really want to learn about audio development and
 become involved with an audio project, particularly a multitrack
 recorder. I would like to be able to write my own simple multitrack
 recorder eventually. Anyway, if anyone has any tips or suggestions, or
 can recommend a project where I could be of help, then please let me
 know.
 
 Hi,
 Welcome to Linux Audio Development.
 There are several projects that you may be interested in contributing to.
 The most advanced is Ardour. It uses c++ and you will learn a lot
 studying the code.
 There is also Audacity which is cross platform so that could be another
 good app to get involved with.
 For a full list of apps check out the apps wiki
 
http://apps.linuxaudio.org
  I know Audacity was searching for a JACK developer to get better JACK
 support.
 You also can take a look here for some small projects:
 
http://linuxmusicians.com/viewforum.php?f=44
 ------------------------------
 Message: 6
 Date: Tue, 6 Jan 2009 12:44:32 +0100
 From: <hollunder(a)gmx.at>
 Subject: Re: [LAD] Hello
 To: linux-audio-dev(a)lists.linuxaudio.org
 Message-ID: <20090106124432.0248455d(a)gmx.at>
 Content-Type: text/plain; charset=US-ASCII
 On Tue, 06 Jan 2009 11:10:40 +0100
 Grammostola Rosea <rosea.grammostola(a)gmail.com> wrote:
  Patrick Shirkey wrote:
  Daire O'Neill wrote:
  Hi all,
 My name is Daire O'Neill. I've just joined the list to hopefully
 begin my learning on audio development and possibly to contribute
 to some current projects. As a beginner, I have only basic C/C++
 skills, and have never worked on any major project before. I do
 have a good knowledge of audio technology and some basic DSP
 concepts, its the programming side of things that lets me down!
 I'm currently working my way through 'Accelerated C++' by Koenig
 and Moo though, so I'm learning every day. I really want to learn
 about audio development and become involved with an audio project,
 particularly a multitrack recorder. I would like to be able to
 write my own simple multitrack recorder eventually. Anyway, if
 anyone has any tips or suggestions, or can recommend a project
 where I could be of help, then please let me know.
 
 Hi,
 Welcome to Linux Audio Development.
 There are several projects that you may be interested in
 contributing to.
 The most advanced is Ardour. It uses c++ and you will learn a lot
 studying the code.
 There is also Audacity which is cross platform so that could be
 another good app to get involved with.
 For a full list of apps check out the apps wiki
 
http://apps.linuxaudio.org
  I know Audacity was searching for a JACK developer to get better JACK
 support.
 You also can take a look here for some small projects:
 
http://linuxmusicians.com/viewforum.php?f=44 
 Traverso is also looking for developers, it's C++/qt4 and has an
 unusual UI concept.
 ------------------------------
 _______________________________________________
 Linux-audio-dev mailing list
 Linux-audio-dev(a)lists.linuxaudio.org
 
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
 End of Linux-audio-dev Digest, Vol 23, Issue 3
 **********************************************