Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Libraries for Playing Audio (Atrudyjane)
----------------------------------------------------------------------
Message: 1
Date: Wed, 02 Aug 2017 22:31:17 -0400
From: Atrudyjane <[email protected]>
To: Oliver Charles <[email protected]>
Cc: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Libraries for Playing Audio
Message-ID:
<inMh7gtOVAopmRev2kGzhy1hlYbiExS2HtTNdhi5VonCkaQqoOuHp2F2IN8cE9BhsvbqRj6kHHP8EHFPWwaYBSQNIJ-FOUg_hBl3VJ6bNvk=@protonmail.com>
Content-Type: text/plain; charset="utf-8"
For mp3 decoding in Haskell, a quick search brought up the mp3decoder library
(which is not recommended by the author, experimental only), the LAME library
(encoding only). conduit-audio-lame (encoding only). Looks like mp3 decoding
with lame will be a project by itself!
Andrea
Sent with [ProtonMail](https://protonmail.com) Secure Email.
> -------- Original Message --------
> Subject: Re: [Haskell-beginners] Libraries for Playing Audio
> Local Time: August 2, 2017 4:03 AM
> UTC Time: August 2, 2017 9:03 AM
> From: [email protected]
> To: Atrudyjane <[email protected]>
> The Haskell-Beginners Mailing List - Discussion of primarily beginner-level
> topics related to Haskell <[email protected]>, [email protected]
> <[email protected]>
> That would be doable with SDL2, but you'll need to handle mp3 decoding
> yourself - perhaps using lame or something.
>
> On Wed, Aug 2, 2017 at 2:24 AM Atrudyjane <[email protected]> wrote:
>
>> Hi Oliver,
>> The requirements are to play, pause play, and stop playing an mp3 file. Also
>> would like to use time elapsed and duration data.
>> Andrea
>>
>> Sent with [ProtonMail](https://protonmail.com) Secure Email.
>>
>>> -------- Original Message --------
>>> Subject: Re: [Haskell-beginners] Libraries for Playing Audio
>>
>>> Local Time: August 1, 2017 4:01 AM
>>> UTC Time: August 1, 2017 9:01 AM
>>> From: [email protected]
>>> To: Atrudyjane <[email protected]>, The Haskell-Beginners Mailing
>>> List - Discussion of primarily beginner-level topics related to Haskell
>>> <[email protected]>, [email protected] <[email protected]>
>>> What are your requirements? SDL2's audio module is functional, but I don't
>>> know if it's sufficient for what you're looking for.
>>>
>>> On Tue, Aug 1, 2017 at 3:44 AM Atrudyjane <[email protected]> wrote:
>>>
>>>> Thanks Alexei,
>>>> Think I've narrowed it down to either sox or conduit-audio. Looks like
>>>> SDL-mixer hasn't been updated in a while and it has an 'All reported
>>>> builds failed' status as of 2015.
>>>> Regards,
>>>> Andrea
>>>>
>>>> Sent with [ProtonMail](https://protonmail.com) Secure Email.
>>>>
>>>>> -------- Original Message --------
>>>>> Subject: Re: [Haskell-beginners] Libraries for Playing Audio
>>>>> Local Time: July 31, 2017 12:50 AM
>>>>> UTC Time: July 31, 2017 5:50 AM
>>>>> From: [email protected]
>>>>> To: Atrudyjane <[email protected]>, The Haskell-Beginners Mailing
>>>>> List - Discussion of primarily beginner-level topics related to Haskell
>>>>> <[email protected]>
>>>>> There is haskell wrapper for powerful sox availiable also.
>>>>> http://hackage.haskell.org/package/sox
>>>>> Alexei
>>>>>> On 31 July 2017 at 07:09 Atrudyjane <[email protected]> wrote:
>>>>>>
>>>>>>
>>>>>> Hello Cafe,
>>>>>> Is there a recommended Haskell library for playing/manipulating audio
>>>>>> files? There"s a long list of sound libraries on Hackage, and was
>>>>>> thinking looking into either conduit-audio or SDL-mixer.
>>>>>> Thank You,
>>>>>> Andrea
>>>>>>
>>>>>> Sent with [ProtonMail](https://protonmail.com) Secure
>>>>>> Email._______________________________________________
>>>>>> Beginners mailing list
>>>>>> [email protected]
>>>>>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>>>>
>>>> _______________________________________________
>>>> Beginners mailing list
>>>> [email protected]
>>>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mail.haskell.org/pipermail/beginners/attachments/20170802/133ba118/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 110, Issue 6
*****************************************