[livesupport-dev] timed audio files
  • I need some help from more audio-capable people. can someone point me to
    an audio file, that 'says' the time? for example a file, that simply has
    a counting voice, always announcing each second:

    1
    2
    3
    4...

    (one count exactly at each second)

    I'd need something like that to test the precision of seeking in audio
    files. I have a feeling that sometimes seeking with gstreamer is not
    really precise...


    Akos

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • 10 Comments sorted by
  • Hi Akos ,

    Do you need only voice, or some tone will be enough on each second?
    I can record voice now for you, and another question ( always is another),
    You need all in one audio file ( ogg ?), or each second on separate
    audio file ?

    robert



    Ákos Maróy wrote:

    >I need some help from more audio-capable people. can someone point me to
    >an audio file, that 'says' the time? for example a file, that simply has
    >a counting voice, always announcing each second:
    >
    >1
    >2
    >3
    >4...
    >
    >(one count exactly at each second)
    >
    >I'd need something like that to test the precision of seeking in audio
    >files. I have a feeling that sometimes seeking with gstreamer is not
    >really precise...
    >
    >
    >Akos
    >
    >
    >
    >

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • Robert Klajn wrote:
    > Hi Akos ,
    >
    > Do you need only voice, or some tone will be enough on each second?

    voice would be better... the idea is, that if I tell the program to seek
    to the 30th second, I would hear "30" immediately, and not "29" or "31"...

    > I can record voice now for you, and another question ( always is another),
    > You need all in one audio file ( ogg ?), or each second on separate
    > audio file ?

    one audio file...


    Akos

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • --=====================_4289467==_
    Content-Type: text/plain; charset="us-ascii"; format=flowed

    At 11:16 08.06.2005, you wrote:
    >I need some help from more audio-capable people. can someone point me to
    >an audio file, that 'says' the time? for example a file, that simply has
    >a counting voice, always announcing each second:
    >
    >1
    >2
    >3
    >4...
    >
    >(one count exactly at each second)
    >
    >I'd need something like that to test the precision of seeking in audio
    >files. I have a feeling that sometimes seeking with gstreamer is not
    >really precise...

    hope this helps you.

    --=====================_4289467==_
    Content-Type: text/plain; name="8sec_counter_ogg"
    Content-Disposition: inline; filename="8sec_counter_ogg"
    Content-Transfer-Encoding: 8bit

    The 8sec_counter_ogg file that was initially attached to this message has been stored of the mailing lists server :
    http://sympa.mdlf.org/wws/attach/livesupport-dev/6.0.0.22.0.20050608114115.03c584b0@pop3.web.de/8sec_counter.ogg

    --=====================_4289467==_
    Content-Type: text/plain; charset="us-ascii"; format=flowed


    Micz Flor - micz@mi.cz

    content and media development http://mi.cz
    ------------------------------------------------------------------
    http://www.campware.org -- http://www.redall.de -- http://suemi.de
    ------------------------------------------------------------------
    --=====================_4289467==_--

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • Micz Flor wrote:
    > hope this helps you.

    cool, thanks!!! Smile

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • At 11:53 08.06.2005, you wrote:
    >Micz Flor wrote:
    > > hope this helps you.
    >
    >cool, thanks!!! Smile

    but it is not long enough? is it? i thought just a short timing thing. also
    it starts with one, not with zero, so you don't have the voice "one" at
    second "one", but "two"...

    Micz Flor - micz@mi.cz

    content and media development http://mi.cz
    ------------------------------------------------------------------
    http://www.campware.org -- http://www.redall.de -- http://suemi.de
    ------------------------------------------------------------------

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • Micz Flor wrote:
    > but it is not long enough? is it? i thought just a short timing thing.
    > also it starts with one, not with zero, so you don't have the voice
    > "one" at second "one", but "two"...

    yes, I was also thinking, if it went from 0..9, I could create as long a
    file as I wanted to... (and hope that wrong seeks are not x * 10s off)


    Akos

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • This is a multi-part message in MIME format.
    --------------060305010000080304090702
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Content-Transfer-Encoding: 7bit

    We all want to help Akos Smile
    Here is my longer sample , 30 second.

    anyone longer ? !Smile

    robert


    Micz Flor wrote:

    > At 11:53 08.06.2005, you wrote:
    >
    >> Micz Flor wrote:
    >> > hope this helps you.
    >>
    >> cool, thanks!!! Smile
    >
    >
    > but it is not long enough? is it? i thought just a short timing thing.
    > also it starts with one, not with zero, so you don't have the voice
    > "one" at second "one", but "two"...
    >
    > Micz Flor - micz@mi.cz
    >
    > content and media development http://mi.cz
    > ------------------------------------------------------------------
    > http://www.campware.org -- http://www.redall.de -- http://suemi.de
    > ------------------------------------------------------------------
    >
    >
    >


    --------------060305010000080304090702
    Content-Type: text/plain; name="Counting 30sec femaile voice_ogg"
    Content-Disposition: inline; filename="Counting 30sec femaile voice_ogg"
    Content-Transfer-Encoding: 8bit

    The Counting 30sec femaile voice_ogg file that was initially attached to this message has been stored of the mailing lists server :
    http://sympa.mdlf.org/wws/attach/livesupport-dev/42A6C440.7000809@b92.net/Counting 30sec femaile voice.ogg

    --------------060305010000080304090702--

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • At 12:08 08.06.2005, you wrote:
    >Micz Flor wrote:
    > > but it is not long enough? is it? i thought just a short timing thing.
    > > also it starts with one, not with zero, so you don't have the voice
    > > "one" at second "one", but "two"...
    >
    >yes, I was also thinking, if it went from 0..9, I could create as long a
    >file as I wanted to... (and hope that wrong seeks are not x * 10s off)

    ok. i sent you another one directly, not over the list, because it is one
    meg. hope this works better. it is one minute long and goes through the
    main 12 aerobic steps i learnt in my class last week Wink

    and one two three, stretch to the left and five six seven, move your hips...

    Micz Flor - micz@mi.cz

    content and media development http://mi.cz
    ------------------------------------------------------------------
    http://www.campware.org -- http://www.redall.de -- http://suemi.de
    ------------------------------------------------------------------

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • This is a multi-part message in MIME format.
    --------------050300010101030308060605
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Content-Transfer-Encoding: 7bit


    >yes, I was also thinking, if it went from 0..9, I could create as long a
    >file as I wanted to... (and hope that wrong seeks are not x * 10s off)
    >
    >
    >

    0- 9 second , with pips
    Smile

    robert

    --------------050300010101030308060605
    Content-Type: text/plain; name="Counting 10sec femaile voice with zero_ogg"
    Content-Disposition: inline; filename="Counting 10sec femaile voice with zero_ogg"
    Content-Transfer-Encoding: 8bit

    The Counting 10sec femaile voice with zero_ogg file that was initially attached to this message has been stored of the mailing lists server :
    http://sympa.mdlf.org/wws/attach/livesupport-dev/42A6C712.8020600@b92.net/Counting 10sec femaile voice with zero.ogg

    --------------050300010101030308060605--

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • Maybee the woman from speaking clock can help you Wink

    ------------------------------------------
    Posted to Phorum via PhorumMail