Hajime Hoshi
|
62899e5902
|
audio/wav: Accept io.Reader instead of io.ReadSeeker
Updates #1621
|
2021-04-24 16:35:28 +09:00 |
|
Hajime Hoshi
|
9849cb5c2b
|
audio/wav: Add DecodeWithSampleRate
Closes #1460
|
2021-01-06 23:09:52 +09:00 |
|
Hajime Hoshi
|
f1f7b350de
|
audio, audio/mp3, audio/vorbis, audio/wav: Remove Close functions
Fixes #859
|
2020-10-07 23:39:58 +09:00 |
|
Hajime Hoshi
|
825972b3e1
|
audio/mp3, audio/vorbis, audio/wav: Remove deprecated functions
Updates #1127
|
2020-10-04 15:35:17 +09:00 |
|
Hajime Hoshi
|
bf515bb594
|
Update version to v2.0.0-alpha
|
2020-10-04 04:30:40 +09:00 |
|
Hajime Hoshi
|
d0181ce130
|
audio/wav: Remove an unused function
|
2020-08-23 19:49:31 +09:00 |
|
Hajime Hoshi
|
50fc914d72
|
Revert "audio/wav: Allow passing non-io.Seeker to Decode"
This reverts commit 19cd69da55 .
Reason: Marked #1202 'won't fix'
|
2020-08-23 19:46:28 +09:00 |
|
Hajime Hoshi
|
19cd69da55
|
audio/wav: Allow passing non-io.Seeker to Decode
Updates #1202
|
2020-08-23 19:15:20 +09:00 |
|
Hajime Hoshi
|
a1ac574a60
|
docs: Use 'Deprecated:' annotation
Fixes #1160
|
2020-05-19 01:50:55 +09:00 |
|
Hajime Hoshi
|
df2604c221
|
audio: Comment about ownership
This behavior might be changed at version 2 though (#837).
|
2019-04-01 01:32:14 +09:00 |
|
Hajime Hoshi
|
f1f0277deb
|
wav: Set finalizer for the stream
|
2018-03-27 12:10:57 +09:00 |
|
Hajime Hoshi
|
5c55df87d7
|
audio: Deprecate Size() and add Length() (#466)
|
2018-01-09 01:25:38 +09:00 |
|
Hajime Hoshi
|
bc2469a275
|
audio: Fix wrong comments
|
2017-10-01 18:07:18 +09:00 |
|
Hajime Hoshi
|
db902dbbee
|
audio: Bug fix: stream size must be multiple of 4 (#384)
|
2017-07-12 00:51:36 +09:00 |
|
Hajime Hoshi
|
e7478b794a
|
audio: Change the spec: Now audio.Player's functions are always concurrent safe
|
2017-06-04 02:52:11 +09:00 |
|
Hajime Hoshi
|
579491afbd
|
audio: Clarify concurrent safety
|
2017-06-04 01:03:01 +09:00 |
|
Hajime Hoshi
|
4d3ad434b3
|
audio/wav, audio/vorbis: Add comments about errors (#331)
|
2017-04-18 01:25:23 +09:00 |
|
Hajime Hoshi
|
6437bb28da
|
audio/wav: Bug fix: header size was wrong
|
2017-01-16 23:36:09 +09:00 |
|
Hajime Hoshi
|
244d8204c5
|
audio/wav: Bug fix: seek correctly when using io.SeekEnd
|
2017-01-16 22:29:20 +09:00 |
|
Hajime Hoshi
|
2439d407df
|
audio: Bug fix: Adjust data size after resampling
|
2017-01-16 11:25:46 +09:00 |
|
Hajime Hoshi
|
ed8d87dd87
|
audio: Convert 8bit monoral to 16bit stereo (#282)
|
2017-01-16 00:03:18 +09:00 |
|
Hajime Hoshi
|
5bdcd8825c
|
Rename audio/internal/resampling -> audio/internal/convert
|
2017-01-15 22:37:59 +09:00 |
|
Hajime Hoshi
|
adde2f459e
|
audio/wav: Bug fix: fmt header can be more than 16 bytes
|
2017-01-15 22:02:59 +09:00 |
|
Hajime Hoshi
|
71cecea9c9
|
audio: Auto resampling (#301)
|
2017-01-15 17:49:57 +09:00 |
|
Hajime Hoshi
|
ee3da352db
|
audio: Bug fix: Fix Seek: wav file can have a tail
|
2017-01-15 01:30:28 +09:00 |
|
Hajime Hoshi
|
f78f4002fa
|
audio: Bug fix: wav.Decoder.Seek's returning value was wrong
|
2017-01-15 01:16:36 +09:00 |
|
Hajime Hoshi
|
2eac8dca8c
|
audio/wav: Bug fix: return an error when offset is before the start of the data
|
2016-09-27 02:13:56 +09:00 |
|
Hajime Hoshi
|
c634c588e5
|
audio: Bug fix: there could be chunks after 'data' chunk
|
2016-09-27 00:37:40 +09:00 |
|
Hajime Hoshi
|
dd9918d64e
|
Add comments
|
2016-08-02 01:47:25 +09:00 |
|
Hans Rødtang
|
b3d43c185b
|
Fixed shifting on byte instead of int64 (#214)
Thanks a lot!
|
2016-05-13 16:19:02 +09:00 |
|
Hajime Hoshi
|
52fe168111
|
audio/wav: Fix wrong comments (#208)
|
2016-04-19 23:19:31 +09:00 |
|
Hajime Hoshi
|
5ae624b891
|
audio: Add comments (#199)
|
2016-04-19 02:00:16 +09:00 |
|
Hajime Hoshi
|
b0178e8425
|
audio: Move exp/audio -> audio (#206)
|
2016-04-19 01:26:37 +09:00 |
|