- playback of files with frequencies other than 44100 Hz does not work yet
- seeking of MP3 files does not work yet
Erroneous MP3 playback using ACM
- Service-Team
- Posts: 2448
- Joined: 7. Dec 04, 04:48
- Location: Germany [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Erroneous MP3 playback using ACM
Last edited by Service-Team on 6. Jul 05, 01:56, edited 5 times in total.
- Service-Team
- Posts: 2448
- Joined: 7. Dec 04, 04:48
- Location: Germany [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Erroneous MP3 playback using ACM
> - playback of files with frequencies other
> than 44100 Hz does not work yet
Version 0.24 should play files with all common frequencies now, please post any further problems into this thread.
Btw: for "odd" conversions as 48.000 Hz to 44.1000 Hz we're using a resampling filter to avoid artefacts.
> - seeking of MP3 files does not work yet
This will be fixed in one of the next versions.
> than 44100 Hz does not work yet
Version 0.24 should play files with all common frequencies now, please post any further problems into this thread.
Btw: for "odd" conversions as 48.000 Hz to 44.1000 Hz we're using a resampling filter to avoid artefacts.
> - seeking of MP3 files does not work yet
This will be fixed in one of the next versions.
Last edited by Service-Team on 5. Jun 05, 00:47, edited 1 time in total.
- Service-Team
- Posts: 2448
- Joined: 7. Dec 04, 04:48
- Location: Germany [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Erroneous MP3 playback using ACM
Seeking is implemented in version 0.28.
Unfortunately, in some cases the time calculation after seeking is not correct (there may be differences of some seconds); currently I have no idea how to fix this.
Unfortunately, in some cases the time calculation after seeking is not correct (there may be differences of some seconds); currently I have no idea how to fix this.
Last edited by Service-Team on 5. Jun 05, 00:49, edited 1 time in total.
- Service-Team
- Posts: 2448
- Joined: 7. Dec 04, 04:48
- Location: Germany [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Erroneous MP3 playback using ACM
Version 1.01 now has better support for some more unusual combinations of bitrate and samplerate. There are still problems with MPEG Layer I and Layer II files - I think the default Fraunhofer ACM decoder does not support them at all, so you should use another module for this purpose.